Searched refs:vpx_fdct16x16_1_c (Results 1 - 10 of 10) sorted by relevance

/external/libvpx/config/arm/
H A Dvpx_dsp_rtcd.h172 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride);
173 #define vpx_fdct16x16_1 vpx_fdct16x16_1_c
/external/libvpx/config/generic/
H A Dvpx_dsp_rtcd.h172 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride);
173 #define vpx_fdct16x16_1 vpx_fdct16x16_1_c
/external/libvpx/config/mips32/
H A Dvpx_dsp_rtcd.h172 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride);
173 #define vpx_fdct16x16_1 vpx_fdct16x16_1_c
/external/libvpx/config/mips64/
H A Dvpx_dsp_rtcd.h172 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride);
173 #define vpx_fdct16x16_1 vpx_fdct16x16_1_c
/external/libvpx/libvpx/vpx_dsp/
H A Dfwd_txfm.c368 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride) { function
806 vpx_fdct16x16_1_c(input, output, stride);
/external/libvpx/config/arm-neon/
H A Dvpx_dsp_rtcd.h200 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride);
201 #define vpx_fdct16x16_1 vpx_fdct16x16_1_c
/external/libvpx/config/arm64/
H A Dvpx_dsp_rtcd.h200 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride);
201 #define vpx_fdct16x16_1 vpx_fdct16x16_1_c
/external/libvpx/config/mips32-dspr2/
H A Dvpx_dsp_rtcd.h183 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride);
184 #define vpx_fdct16x16_1 vpx_fdct16x16_1_c
/external/libvpx/config/x86/
H A Dvpx_dsp_rtcd.h219 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride);
/external/libvpx/config/x86_64/
H A Dvpx_dsp_rtcd.h219 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride);

Completed in 356 milliseconds