Searched refs:vp8_bilinear_predict8x4_msa (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/config/mips64-msa/ |
D | vp8_rtcd.h | 38 void vp8_bilinear_predict8x4_msa(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned … 39 #define vp8_bilinear_predict8x4 vp8_bilinear_predict8x4_msa
|
/external/libvpx/config/mips32-msa/ |
D | vp8_rtcd.h | 38 void vp8_bilinear_predict8x4_msa(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned … 39 #define vp8_bilinear_predict8x4 vp8_bilinear_predict8x4_msa
|
/external/libvpx/libvpx/test/ |
D | predict_test.cc | 373 make_tuple(8, 4, &vp8_bilinear_predict8x4_msa),
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | bilinear_filter_msa.c | 733 void vp8_bilinear_predict8x4_msa(uint8_t *RESTRICT src, int32_t src_stride, in vp8_bilinear_predict8x4_msa() function
|