Home
last modified time | relevance | path

Searched refs:vpx_fdct32x32_c (Results 1 – 16 of 16) sorted by relevance

/external/libvpx/libvpx/test/
Dpartial_idct_test.cc449 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 …]
Ddct32x32_test.cc183 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,
Ddct_test.cc60 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/
Dfwd_txfm.c708 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/
Dvpx_dsp_rtcd.h189 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/
Dvpx_dsp_rtcd.h189 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/
Dvpx_dsp_rtcd.h189 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/
Dvpx_dsp_rtcd.h189 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/
Dvpx_dsp_rtcd.h200 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/
Dvpx_dsp_rtcd.h215 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/
Dvpx_dsp_rtcd.h215 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/
Dfdct32x32_neon.c25 vpx_fdct32x32_c(input, output, stride); in vpx_fdct32x32_neon()
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h226 void vpx_fdct32x32_c(const int16_t *input, tran_low_t *output, int stride);
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h226 void vpx_fdct32x32_c(const int16_t *input, tran_low_t *output, int stride);
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h240 void vpx_fdct32x32_c(const int16_t *input, tran_low_t *output, int stride);
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h240 void vpx_fdct32x32_c(const int16_t *input, tran_low_t *output, int stride);