Searched refs:vp8_bilinear_predict4x4_msa (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/config/mips64-msa/ |
D | vp8_rtcd.h | 34 void vp8_bilinear_predict4x4_msa(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned … 35 #define vp8_bilinear_predict4x4 vp8_bilinear_predict4x4_msa
|
/external/libvpx/config/mips32-msa/ |
D | vp8_rtcd.h | 34 void vp8_bilinear_predict4x4_msa(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned … 35 #define vp8_bilinear_predict4x4 vp8_bilinear_predict4x4_msa
|
/external/libvpx/libvpx/test/ |
D | predict_test.cc | 374 make_tuple(4, 4, &vp8_bilinear_predict4x4_msa)));
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | bilinear_filter_msa.c | 708 void vp8_bilinear_predict4x4_msa(uint8_t *RESTRICT src, int32_t src_stride, in vp8_bilinear_predict4x4_msa() function
|