Home
last modified time | relevance | path

Searched refs:vp8_dc_only_idct_add_msa (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/config/mips32-msa/
Dvp8_rtcd.h63 void vp8_dc_only_idct_add_msa(short input, unsigned char *pred, int pred_stride, unsigned char *dst…
64 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_msa
/external/libvpx/config/mips64-msa/
Dvp8_rtcd.h63 void vp8_dc_only_idct_add_msa(short input, unsigned char *pred, int pred_stride, unsigned char *dst…
64 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_msa
/external/libvpx/libvpx/vp8/common/mips/msa/
Didct_msa.c299 void vp8_dc_only_idct_add_msa(int16_t input_dc, uint8_t *pred_ptr, in vp8_dc_only_idct_add_msa() function