Searched refs:vpx_fdct32x32_rd_c (Results 1 - 11 of 11) sorted by relevance

/external/libvpx/libvpx/test/
H A Ddct32x32_test.cc328 make_tuple(&vpx_fdct32x32_rd_c,
336 make_tuple(&vpx_fdct32x32_rd_c,
346 make_tuple(&vpx_fdct32x32_rd_c,
/external/libvpx/config/arm/
H A Dvpx_dsp_rtcd.h181 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride);
182 #define vpx_fdct32x32_rd vpx_fdct32x32_rd_c
/external/libvpx/config/generic/
H A Dvpx_dsp_rtcd.h181 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride);
182 #define vpx_fdct32x32_rd vpx_fdct32x32_rd_c
/external/libvpx/config/mips32/
H A Dvpx_dsp_rtcd.h181 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride);
182 #define vpx_fdct32x32_rd vpx_fdct32x32_rd_c
/external/libvpx/config/mips64/
H A Dvpx_dsp_rtcd.h181 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride);
182 #define vpx_fdct32x32_rd vpx_fdct32x32_rd_c
/external/libvpx/libvpx/vpx_dsp/
H A Dfwd_txfm.c744 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *out, int stride) { function
815 vpx_fdct32x32_rd_c(input, out, stride);
/external/libvpx/config/arm-neon/
H A Dvpx_dsp_rtcd.h209 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride);
210 #define vpx_fdct32x32_rd vpx_fdct32x32_rd_c
/external/libvpx/config/arm64/
H A Dvpx_dsp_rtcd.h209 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride);
210 #define vpx_fdct32x32_rd vpx_fdct32x32_rd_c
/external/libvpx/config/mips32-dspr2/
H A Dvpx_dsp_rtcd.h192 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride);
193 #define vpx_fdct32x32_rd vpx_fdct32x32_rd_c
/external/libvpx/config/x86/
H A Dvpx_dsp_rtcd.h231 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride);
/external/libvpx/config/x86_64/
H A Dvpx_dsp_rtcd.h231 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride);

Completed in 159 milliseconds