Home
last modified time | relevance | path

Searched refs:vpx_fdct8x8_1_msa (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/test/
Ddct_partial_test.cc159 ::testing::Values(make_tuple(&vpx_fdct8x8_1_msa, 8,
166 make_tuple(&vpx_fdct8x8_1_msa, 8, VPX_BITS_8)));
/external/libvpx/libvpx/vpx_dsp/mips/
Dfwd_txfm_msa.c14 void vpx_fdct8x8_1_msa(const int16_t *input, tran_low_t *out, int32_t stride) { in vpx_fdct8x8_1_msa() function
/external/libvpx/config/mips32-msa/
Dvpx_dsp_rtcd.h234 void vpx_fdct8x8_1_msa(const int16_t *input, tran_low_t *output, int stride);
235 #define vpx_fdct8x8_1 vpx_fdct8x8_1_msa
/external/libvpx/config/mips64-msa/
Dvpx_dsp_rtcd.h234 void vpx_fdct8x8_1_msa(const int16_t *input, tran_low_t *output, int stride);
235 #define vpx_fdct8x8_1 vpx_fdct8x8_1_msa