Searched refs:vpx_fdct8x8_c (Results 1 - 13 of 13) sorted by relevance

/external/libvpx/libvpx/test/
H A Dpartial_idct_test.cc221 make_tuple(&vpx_fdct8x8_c,
225 make_tuple(&vpx_fdct8x8_c,
250 make_tuple(&vpx_fdct8x8_c,
254 make_tuple(&vpx_fdct8x8_c,
284 make_tuple(&vpx_fdct8x8_c,
288 make_tuple(&vpx_fdct8x8_c,
303 make_tuple(&vpx_fdct8x8_c,
329 make_tuple(&vpx_fdct8x8_c,
333 make_tuple(&vpx_fdct8x8_c,
H A Dfdct8x8_test.cc86 vpx_fdct8x8_c(in, out, stride);
661 make_tuple(&vpx_fdct8x8_c, &vpx_idct8x8_64_add_c, 0, VPX_BITS_8),
668 make_tuple(&vpx_fdct8x8_c, &vpx_idct8x8_64_add_c, 0, VPX_BITS_8)));
/external/libvpx/config/arm/
H A Dvpx_dsp_rtcd.h190 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
191 #define vpx_fdct8x8 vpx_fdct8x8_c
/external/libvpx/config/generic/
H A Dvpx_dsp_rtcd.h190 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
191 #define vpx_fdct8x8 vpx_fdct8x8_c
/external/libvpx/config/mips32/
H A Dvpx_dsp_rtcd.h190 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
191 #define vpx_fdct8x8 vpx_fdct8x8_c
/external/libvpx/config/mips64/
H A Dvpx_dsp_rtcd.h190 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
191 #define vpx_fdct8x8 vpx_fdct8x8_c
/external/libvpx/libvpx/vpx_dsp/
H A Dfwd_txfm.c91 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *final_output, int stride) { function
791 vpx_fdct8x8_c(input, final_output, stride);
/external/libvpx/config/mips32-dspr2/
H A Dvpx_dsp_rtcd.h201 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
202 #define vpx_fdct8x8 vpx_fdct8x8_c
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c677 vpx_fdct8x8_c(input, output, stride);
/external/libvpx/config/arm-neon/
H A Dvpx_dsp_rtcd.h218 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
/external/libvpx/config/arm64/
H A Dvpx_dsp_rtcd.h218 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
/external/libvpx/config/x86/
H A Dvpx_dsp_rtcd.h243 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
/external/libvpx/config/x86_64/
H A Dvpx_dsp_rtcd.h243 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);

Completed in 158 milliseconds