Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dpartial_idct_test.cc471 make_tuple(&vpx_fdct4x4_c, &wrapper<vpx_idct4x4_16_add_c>,
473 make_tuple(&vpx_fdct4x4_c, &wrapper<vpx_idct4x4_16_add_c>,
622 make_tuple(&vpx_fdct4x4_c, &wrapper<vpx_idct4x4_16_add_c>,
624 make_tuple(&vpx_fdct4x4_c, &wrapper<vpx_idct4x4_1_add_c>,
773 make_tuple(&vpx_fdct4x4_c, &wrapper<vpx_idct4x4_16_add_c>,
775 make_tuple(&vpx_fdct4x4_c, &wrapper<vpx_idct4x4_1_add_c>,
916 make_tuple(&vpx_fdct4x4_c, &wrapper<vpx_idct4x4_16_add_c>,
918 make_tuple(&vpx_fdct4x4_c, &wrapper<vpx_idct4x4_1_add_c>,
947 make_tuple(&vpx_fdct4x4_c, &wrapper<vpx_idct4x4_16_add_c>,
949 make_tuple(&vpx_fdct4x4_c, &wrapper<vpx_idct4x4_1_add_c>,
Ddct_test.cc54 vpx_fdct4x4_c(i, o, i_stride); in fdct_ref()
435 make_tuple(&vpx_fdct4x4_c, &vpx_idct4x4_16_add_c, 4, 0, VPX_BITS_8)));
445 make_tuple(&vpx_fdct4x4_c, &vpx_idct4x4_16_add_c, 4, 0, VPX_BITS_8)));
558 ::testing::Values(make_tuple(&vpx_fdct4x4_c,
/external/libvpx/libvpx/vpx_dsp/
Dfwd_txfm.c15 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/libvpx/vp9/encoder/
Dvp9_dct.c533 vpx_fdct4x4_c(input, output, stride); in vp9_fht4x4_c()
/external/libvpx/config/mips64/
Dvpx_dsp_rtcd.h198 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride);
199 #define vpx_fdct4x4 vpx_fdct4x4_c
/external/libvpx/config/generic/
Dvpx_dsp_rtcd.h198 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride);
199 #define vpx_fdct4x4 vpx_fdct4x4_c
/external/libvpx/config/arm/
Dvpx_dsp_rtcd.h198 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride);
199 #define vpx_fdct4x4 vpx_fdct4x4_c
/external/libvpx/config/mips32/
Dvpx_dsp_rtcd.h198 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride);
199 #define vpx_fdct4x4 vpx_fdct4x4_c
/external/libvpx/config/mips32-dspr2/
Dvpx_dsp_rtcd.h209 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride);
210 #define vpx_fdct4x4 vpx_fdct4x4_c
/external/libvpx/config/mips32-msa/
Dvpx_dsp_rtcd.h224 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride);
225 #define vpx_fdct4x4 vpx_fdct4x4_c
/external/libvpx/config/mips64-msa/
Dvpx_dsp_rtcd.h224 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride);
225 #define vpx_fdct4x4 vpx_fdct4x4_c
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h238 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride);
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h238 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride);
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h252 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride);
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h252 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride);