Searched refs:vpx_fdct8x8_c (Results 1 – 15 of 15) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 457 make_tuple(&vpx_fdct8x8_c, &wrapper<vpx_idct8x8_64_add_c>, 459 make_tuple(&vpx_fdct8x8_c, &wrapper<vpx_idct8x8_64_add_c>, 461 make_tuple(&vpx_fdct8x8_c, &wrapper<vpx_idct8x8_64_add_c>, 606 make_tuple(&vpx_fdct8x8_c, &wrapper<vpx_idct8x8_64_add_c>, 608 make_tuple(&vpx_fdct8x8_c, &wrapper<vpx_idct8x8_12_add_c>, 610 make_tuple(&vpx_fdct8x8_c, &wrapper<vpx_idct8x8_1_add_c>, 714 make_tuple(&vpx_fdct8x8_c, &wrapper<vpx_idct8x8_64_add_c>, 716 make_tuple(&vpx_fdct8x8_c, &wrapper<vpx_idct8x8_12_add_c>, 718 make_tuple(&vpx_fdct8x8_c, &wrapper<vpx_idct8x8_1_add_c>, 739 make_tuple(&vpx_fdct8x8_c, &wrapper<vpx_idct8x8_64_add_c>, [all …]
|
D | fdct8x8_test.cc | 82 vpx_fdct8x8_c(in, out, stride); in fdct8x8_ref() 637 make_tuple(&vpx_fdct8x8_c, &vpx_idct8x8_64_add_c, 0, VPX_BITS_8), 642 ::testing::Values(make_tuple(&vpx_fdct8x8_c,
|
/external/libvpx/libvpx/vpx_dsp/ |
D | fwd_txfm.c | 90 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *final_output, int stride) { in vpx_fdct8x8_c() function 777 vpx_fdct8x8_c(input, final_output, stride); in vpx_highbd_fdct8x8_c()
|
/external/libvpx/config/mips64/ |
D | vpx_dsp_rtcd.h | 202 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride); 203 #define vpx_fdct8x8 vpx_fdct8x8_c
|
/external/libvpx/config/arm/ |
D | vpx_dsp_rtcd.h | 202 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride); 203 #define vpx_fdct8x8 vpx_fdct8x8_c
|
/external/libvpx/config/mips32/ |
D | vpx_dsp_rtcd.h | 202 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride); 203 #define vpx_fdct8x8 vpx_fdct8x8_c
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 202 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride); 203 #define vpx_fdct8x8 vpx_fdct8x8_c
|
/external/libvpx/config/mips32-dspr2/ |
D | vpx_dsp_rtcd.h | 213 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride); 214 #define vpx_fdct8x8 vpx_fdct8x8_c
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_dct.c | 663 vpx_fdct8x8_c(input, output, stride); in vp9_fht8x8_c()
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 237 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 237 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/mips64-msa/ |
D | vpx_dsp_rtcd.h | 234 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/mips32-msa/ |
D | vpx_dsp_rtcd.h | 234 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 258 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 258 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
|