Searched refs:vpx_fdct32x32_c (Results 1 – 16 of 16) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 449 make_tuple(&vpx_fdct32x32_c, &wrapper<vpx_idct32x32_1024_add_c>, 451 make_tuple(&vpx_fdct32x32_c, &wrapper<vpx_idct32x32_1024_add_c>, 453 make_tuple(&vpx_fdct32x32_c, &wrapper<vpx_idct32x32_1024_add_c>, 455 make_tuple(&vpx_fdct32x32_c, &wrapper<vpx_idct32x32_1024_add_c>, 600 make_tuple(&vpx_fdct32x32_c, &wrapper<vpx_idct32x32_1024_add_c>, 602 make_tuple(&vpx_fdct32x32_c, &wrapper<vpx_idct32x32_135_add_c>, 604 make_tuple(&vpx_fdct32x32_c, &wrapper<vpx_idct32x32_34_add_c>, 606 make_tuple(&vpx_fdct32x32_c, &wrapper<vpx_idct32x32_1_add_c>, 751 make_tuple(&vpx_fdct32x32_c, &wrapper<vpx_idct32x32_1024_add_c>, 753 make_tuple(&vpx_fdct32x32_c, &wrapper<vpx_idct32x32_135_add_c>, [all …]
|
D | dct32x32_test.cc | 183 vpx_fdct32x32_c(input_block, output_ref_block, stride); in TEST_P() 218 vpx_fdct32x32_c(input_extreme_block, output_ref_block, stride); in TEST_P() 305 make_tuple(&vpx_fdct32x32_c, &vpx_idct32x32_1024_add_c, 0, VPX_BITS_8), 311 ::testing::Values(make_tuple(&vpx_fdct32x32_c, &vpx_idct32x32_1024_add_c, 0, 372 ::testing::Values(make_tuple(&vpx_fdct32x32_c, &vpx_idct32x32_1024_add_vsx,
|
D | dct_test.cc | 60 vpx_fdct32x32_c(i, o, i_stride); in fdct_ref() 424 make_tuple(&vpx_fdct32x32_c, &vpx_idct32x32_1024_add_c, 32, 0, 440 make_tuple(&vpx_fdct32x32_c, &vpx_idct32x32_1024_add_c, 32, 0, 497 ::testing::Values(make_tuple(&vpx_fdct32x32_c, &vpx_idct32x32_1024_add_sse2, 505 ::testing::Values(make_tuple(&vpx_fdct32x32_c, &vpx_idct32x32_1024_add_sse2,
|
/external/libvpx/libvpx/vpx_dsp/ |
D | fwd_txfm.c | 708 void vpx_fdct32x32_c(const int16_t *input, tran_low_t *out, int stride) { in vpx_fdct32x32_c() function 796 vpx_fdct32x32_c(input, out, stride); in vpx_highbd_fdct32x32_c()
|
/external/libvpx/config/mips64/ |
D | vpx_dsp_rtcd.h | 189 void vpx_fdct32x32_c(const int16_t *input, tran_low_t *output, int stride); 190 #define vpx_fdct32x32 vpx_fdct32x32_c
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 189 void vpx_fdct32x32_c(const int16_t *input, tran_low_t *output, int stride); 190 #define vpx_fdct32x32 vpx_fdct32x32_c
|
/external/libvpx/config/arm/ |
D | vpx_dsp_rtcd.h | 189 void vpx_fdct32x32_c(const int16_t *input, tran_low_t *output, int stride); 190 #define vpx_fdct32x32 vpx_fdct32x32_c
|
/external/libvpx/config/mips32/ |
D | vpx_dsp_rtcd.h | 189 void vpx_fdct32x32_c(const int16_t *input, tran_low_t *output, int stride); 190 #define vpx_fdct32x32 vpx_fdct32x32_c
|
/external/libvpx/config/mips32-dspr2/ |
D | vpx_dsp_rtcd.h | 200 void vpx_fdct32x32_c(const int16_t *input, tran_low_t *output, int stride); 201 #define vpx_fdct32x32 vpx_fdct32x32_c
|
/external/libvpx/config/mips32-msa/ |
D | vpx_dsp_rtcd.h | 215 void vpx_fdct32x32_c(const int16_t *input, tran_low_t *output, int stride); 216 #define vpx_fdct32x32 vpx_fdct32x32_c
|
/external/libvpx/config/mips64-msa/ |
D | vpx_dsp_rtcd.h | 215 void vpx_fdct32x32_c(const int16_t *input, tran_low_t *output, int stride); 216 #define vpx_fdct32x32 vpx_fdct32x32_c
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | fdct32x32_neon.c | 25 vpx_fdct32x32_c(input, output, stride); in vpx_fdct32x32_neon()
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 226 void vpx_fdct32x32_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 226 void vpx_fdct32x32_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 240 void vpx_fdct32x32_c(const int16_t *input, tran_low_t *output, int stride);
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 240 void vpx_fdct32x32_c(const int16_t *input, tran_low_t *output, int stride);
|