Searched refs:vpx_fdct8x8_c (Results 1 – 14 of 14) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 221 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,
|
D | vp10_inv_txfm_test.cc | 309 make_tuple(&vpx_fdct8x8_c, 313 make_tuple(&vpx_fdct8x8_c,
|
D | fdct8x8_test.cc | 86 vpx_fdct8x8_c(in, out, stride); in fdct8x8_ref() 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/libvpx/vpx_dsp/ |
D | fwd_txfm.c | 91 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *final_output, int stride) { in vpx_fdct8x8_c() function 791 vpx_fdct8x8_c(input, final_output, stride); in vpx_highbd_fdct8x8_c()
|
/external/libvpx/config/mips32/ |
D | vpx_dsp_rtcd.h | 229 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride); 230 #define vpx_fdct8x8 vpx_fdct8x8_c
|
/external/libvpx/config/arm/ |
D | vpx_dsp_rtcd.h | 229 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride); 230 #define vpx_fdct8x8 vpx_fdct8x8_c
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 229 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride); 230 #define vpx_fdct8x8 vpx_fdct8x8_c
|
/external/libvpx/config/mips64/ |
D | vpx_dsp_rtcd.h | 229 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride); 230 #define vpx_fdct8x8 vpx_fdct8x8_c
|
/external/libvpx/config/mips32-dspr2/ |
D | vpx_dsp_rtcd.h | 240 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride); 241 #define vpx_fdct8x8 vpx_fdct8x8_c
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_dct.c | 677 vpx_fdct8x8_c(input, output, stride); in vp9_fht8x8_c()
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 257 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 257 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 282 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 282 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
|