Home
last modified time | relevance | path

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

/external/libvpx/config/mips64-msa/
Dvp8_rtcd.h149 void vp8_short_fdct4x4_msa(short *input, short *output, int pitch);
150 #define vp8_short_fdct4x4 vp8_short_fdct4x4_msa
/external/libvpx/config/mips32-msa/
Dvp8_rtcd.h149 void vp8_short_fdct4x4_msa(short *input, short *output, int pitch);
150 #define vp8_short_fdct4x4 vp8_short_fdct4x4_msa
/external/libvpx/libvpx/test/
Dvp8_fdct4x4_test.cc200 ::testing::Values(vp8_short_fdct4x4_msa));
/external/libvpx/libvpx/vp8/encoder/mips/msa/
Ddct_msa.c69 void vp8_short_fdct4x4_msa(int16_t *input, int16_t *output, int32_t pitch) { in vp8_short_fdct4x4_msa() function