Home
last modified time | relevance | path

Searched refs:vpx_fdct16x16_c (Results 1 – 15 of 15) sorted by relevance

/external/libvpx/libvpx/test/
Dpartial_idct_test.cc449 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 …]
Ddct16x16_test.cc239 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/
Dfwd_txfm.c183 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/
Dvpx_dsp_rtcd.h181 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/
Dvpx_dsp_rtcd.h181 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/
Dvpx_dsp_rtcd.h181 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/
Dvpx_dsp_rtcd.h181 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/
Dvpx_dsp_rtcd.h192 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/
Dvpx_dsp_rtcd.h215 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/
Dvpx_dsp_rtcd.h215 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/
Dvp9_dct.c746 vpx_fdct16x16_c(input, output, stride); in vp9_fht16x16_c()
/external/libvpx/config/mips64-msa/
Dvpx_dsp_rtcd.h207 void vpx_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride);
/external/libvpx/config/mips32-msa/
Dvpx_dsp_rtcd.h207 void vpx_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride);
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h230 void vpx_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride);
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h230 void vpx_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride);