Searched refs:vp8_short_idct4x4llm_msa (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/test/
H A Didct_test.cc170 ::testing::Values(vp8_short_idct4x4llm_msa));
/external/libvpx/config/mips32-msa/
H A Dvp8_rtcd.h158 void vp8_short_idct4x4llm_msa(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride);
159 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_msa
/external/libvpx/config/mips64-msa/
H A Dvp8_rtcd.h158 void vp8_short_idct4x4llm_msa(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride);
159 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_msa
/external/libvpx/libvpx/vp8/common/mips/msa/
H A Didct_msa.c293 void vp8_short_idct4x4llm_msa(int16_t *input, uint8_t *pred_ptr, function

Completed in 404 milliseconds