/external/libvpx/libvpx/vp9/encoder/mips/msa/ |
vp9_avg_msa.c | 44 LW4(src, src_stride, src0, src1, src2, src3);
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
variance_msa.c | 52 LW4(src_ptr, src_stride, src0, src1, src2, src3); 54 LW4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3); 346 LW4(src_ptr, src_stride, src0, src1, src2, src3); 348 LW4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3); 501 LW4(src_ptr, src_stride, src0, src1, src2, src3); 502 LW4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3);
|
subtract_msa.c | 24 LW4(src_ptr, src_stride, src0, src1, src2, src3); 25 LW4(pred_ptr, pred_stride, pred0, pred1, pred2, pred3);
|
sad_msa.c | 33 LW4(src_ptr, src_stride, src0, src1, src2, src3); 35 LW4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3); 174 LW4(src_ptr, src_stride, src0, src1, src2, src3); 393 LW4(src_ptr, src_stride, src0, src1, src2, src3); 817 LW4(src_ptr, src_stride, src0, src1, src2, src3); 821 LW4(ref0_ptr, ref_stride, ref0, ref1, ref2, ref3); 828 LW4(ref1_ptr, ref_stride, ref0, ref1, ref2, ref3); 835 LW4(ref2_ptr, ref_stride, ref0, ref1, ref2, ref3); 842 LW4(ref3_ptr, ref_stride, ref0, ref1, ref2, ref3); [all...] |
sub_pixel_variance_msa.c | 62 LW4(src_ptr, src_stride, src0, src1, src2, src3); 64 LW4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3); 418 LW4(dst, dst_stride, ref0, ref1, ref2, ref3); 607 LW4(dst, dst_stride, ref0, ref1, ref2, ref3); 812 LW4(dst, dst_stride, ref0, ref1, ref2, ref3); [all...] |
macros_msa.h | 239 #define LW4(psrc, stride, out0, out1, out2, out3) { \ [all...] |
/external/libvpx/libvpx/vp8/common/mips/msa/ |
bilinear_filter_msa.c | 809 LW4(src, src_stride, tp0, tp1, tp2, tp3); [all...] |
sixtap_filter_msa.c | [all...] |
vp8_macros_msa.h | 224 #define LW4(psrc, stride, out0, out1, out2, out3) \ [all...] |