Searched refs:vpx_fdct4x4_c (Results 1 – 15 of 15) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 463 make_tuple(&vpx_fdct4x4_c, &wrapper<vpx_idct4x4_16_add_c>, 465 make_tuple(&vpx_fdct4x4_c, &wrapper<vpx_idct4x4_16_add_c>, 612 make_tuple(&vpx_fdct4x4_c, &wrapper<vpx_idct4x4_16_add_c>, 614 make_tuple(&vpx_fdct4x4_c, &wrapper<vpx_idct4x4_1_add_c>, 720 make_tuple(&vpx_fdct4x4_c, &wrapper<vpx_idct4x4_16_add_c>, 722 make_tuple(&vpx_fdct4x4_c, &wrapper<vpx_idct4x4_1_add_c>, 769 make_tuple(&vpx_fdct4x4_c, &wrapper<vpx_idct4x4_16_add_c>, 771 make_tuple(&vpx_fdct4x4_c, &wrapper<vpx_idct4x4_1_add_c>, 800 make_tuple(&vpx_fdct4x4_c, &wrapper<vpx_idct4x4_16_add_c>, 802 make_tuple(&vpx_fdct4x4_c, &wrapper<vpx_idct4x4_1_add_c>,
|
D | fdct4x4_test.cc | 44 vpx_fdct4x4_c(in, out, stride); in fdct4x4_ref() 393 make_tuple(&vpx_fdct4x4_c, &vpx_idct4x4_16_add_c, 0, VPX_BITS_8))); 396 ::testing::Values(make_tuple(&vpx_fdct4x4_c,
|
/external/libvpx/libvpx/vpx_dsp/ |
D | fwd_txfm.c | 15 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride) { in vpx_fdct4x4_c() function 772 vpx_fdct4x4_c(input, output, stride); in vpx_highbd_fdct4x4_c()
|
/external/libvpx/config/mips64/ |
D | vpx_dsp_rtcd.h | 196 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride); 197 #define vpx_fdct4x4 vpx_fdct4x4_c
|
/external/libvpx/config/arm/ |
D | vpx_dsp_rtcd.h | 196 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride); 197 #define vpx_fdct4x4 vpx_fdct4x4_c
|
/external/libvpx/config/mips32/ |
D | vpx_dsp_rtcd.h | 196 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride); 197 #define vpx_fdct4x4 vpx_fdct4x4_c
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 196 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride); 197 #define vpx_fdct4x4 vpx_fdct4x4_c
|
/external/libvpx/config/mips32-dspr2/ |
D | vpx_dsp_rtcd.h | 207 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride); 208 #define vpx_fdct4x4 vpx_fdct4x4_c
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_dct.c | 533 vpx_fdct4x4_c(input, output, stride); in vp9_fht4x4_c()
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 230 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 230 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/mips64-msa/ |
D | vpx_dsp_rtcd.h | 227 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/mips32-msa/ |
D | vpx_dsp_rtcd.h | 227 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 250 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 250 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride);
|