Home
last modified time | relevance | path

Searched refs:vp8_bilinear_predict8x4_msa (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/config/mips64-msa/
Dvp8_rtcd.h38 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/
Dvp8_rtcd.h38 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/
Dpredict_test.cc373 make_tuple(8, 4, &vp8_bilinear_predict8x4_msa),
/external/libvpx/libvpx/vp8/common/mips/msa/
Dbilinear_filter_msa.c733 void vp8_bilinear_predict8x4_msa(uint8_t *RESTRICT src, int32_t src_stride, in vp8_bilinear_predict8x4_msa() function