Searched refs:vpx_fdct16x16_c (Results 1 – 15 of 15) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 449 make_tuple(&vpx_fdct16x16_c, &wrapper<vpx_idct16x16_256_add_c>, 451 make_tuple(&vpx_fdct16x16_c, &wrapper<vpx_idct16x16_256_add_c>, 453 make_tuple(&vpx_fdct16x16_c, &wrapper<vpx_idct16x16_256_add_c>, 455 make_tuple(&vpx_fdct16x16_c, &wrapper<vpx_idct16x16_256_add_c>, 598 make_tuple(&vpx_fdct16x16_c, &wrapper<vpx_idct16x16_256_add_c>, 600 make_tuple(&vpx_fdct16x16_c, &wrapper<vpx_idct16x16_38_add_c>, 602 make_tuple(&vpx_fdct16x16_c, &wrapper<vpx_idct16x16_10_add_c>, 604 make_tuple(&vpx_fdct16x16_c, &wrapper<vpx_idct16x16_1_add_c>, 708 make_tuple(&vpx_fdct16x16_c, &wrapper<vpx_idct16x16_256_add_c>, 710 make_tuple(&vpx_fdct16x16_c, &wrapper<vpx_idct16x16_10_add_c>, [all …]
|
D | dct16x16_test.cc | 239 vpx_fdct16x16_c(in, out, stride); in fdct16x16_ref() 815 make_tuple(&vpx_fdct16x16_c, &vpx_idct16x16_256_add_c, 0, VPX_BITS_8))); 818 ::testing::Values(make_tuple(&vpx_fdct16x16_c, 860 ::testing::Values(make_tuple(&vpx_fdct16x16_c, &vpx_idct16x16_256_add_neon,
|
/external/libvpx/libvpx/vpx_dsp/ |
D | fwd_txfm.c | 183 void vpx_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride) { in vpx_fdct16x16_c() function 787 vpx_fdct16x16_c(input, output, stride); in vpx_highbd_fdct16x16_c()
|
/external/libvpx/config/mips64/ |
D | vpx_dsp_rtcd.h | 181 void vpx_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride); 182 #define vpx_fdct16x16 vpx_fdct16x16_c
|
/external/libvpx/config/arm/ |
D | vpx_dsp_rtcd.h | 181 void vpx_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride); 182 #define vpx_fdct16x16 vpx_fdct16x16_c
|
/external/libvpx/config/mips32/ |
D | vpx_dsp_rtcd.h | 181 void vpx_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride); 182 #define vpx_fdct16x16 vpx_fdct16x16_c
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 181 void vpx_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride); 182 #define vpx_fdct16x16 vpx_fdct16x16_c
|
/external/libvpx/config/mips32-dspr2/ |
D | vpx_dsp_rtcd.h | 192 void vpx_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride); 193 #define vpx_fdct16x16 vpx_fdct16x16_c
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 215 void vpx_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride); 216 #define vpx_fdct16x16 vpx_fdct16x16_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 215 void vpx_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride); 216 #define vpx_fdct16x16 vpx_fdct16x16_c
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_dct.c | 746 vpx_fdct16x16_c(input, output, stride); in vp9_fht16x16_c()
|
/external/libvpx/config/mips64-msa/ |
D | vpx_dsp_rtcd.h | 207 void vpx_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/mips32-msa/ |
D | vpx_dsp_rtcd.h | 207 void vpx_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 230 void vpx_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 230 void vpx_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride);
|