Searched refs:vp8_copy_mem8x8_msa (Results 1 – 3 of 3) sorted by relevance
59 void vp8_copy_mem8x8_msa(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);60 #define vp8_copy_mem8x8 vp8_copy_mem8x8_msa
54 void vp8_copy_mem8x8_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, in vp8_copy_mem8x8_msa() function