Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dpartial_idct_test.cc457 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 …]
Dfdct8x8_test.cc82 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/
Dfwd_txfm.c90 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/
Dvpx_dsp_rtcd.h202 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/
Dvpx_dsp_rtcd.h202 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/
Dvpx_dsp_rtcd.h202 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/
Dvpx_dsp_rtcd.h202 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/
Dvpx_dsp_rtcd.h213 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/
Dvp9_dct.c663 vpx_fdct8x8_c(input, output, stride); in vp9_fht8x8_c()
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h237 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h237 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
/external/libvpx/config/mips64-msa/
Dvpx_dsp_rtcd.h234 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
/external/libvpx/config/mips32-msa/
Dvpx_dsp_rtcd.h234 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h258 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h258 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride);