/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | enc_msa.c | 718 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; in SSE16x16_MSA() local 722 LD_UB8(b, BPS, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in SSE16x16_MSA() 725 PACK_DPADD_UB4_SW(src4, ref4, src5, ref5, out0, out1, out2, out3); in SSE16x16_MSA() 730 LD_UB8(b, BPS, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in SSE16x16_MSA() 733 PACK_DPADD_UB4_SW(src4, ref4, src5, ref5, out0, out1, out2, out3); in SSE16x16_MSA() 745 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; in SSE16x8_MSA() local 749 LD_UB8(b, BPS, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in SSE16x8_MSA() 752 PACK_DPADD_UB4_SW(src4, ref4, src5, ref5, out0, out1, out2, out3); in SSE16x8_MSA() 764 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; in SSE8x8_MSA() local 769 LD_UB8(b, BPS, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in SSE8x8_MSA() [all …]
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | enc_msa.c | 718 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; in SSE16x16_MSA() local 722 LD_UB8(b, BPS, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in SSE16x16_MSA() 725 PACK_DPADD_UB4_SW(src4, ref4, src5, ref5, out0, out1, out2, out3); in SSE16x16_MSA() 730 LD_UB8(b, BPS, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in SSE16x16_MSA() 733 PACK_DPADD_UB4_SW(src4, ref4, src5, ref5, out0, out1, out2, out3); in SSE16x16_MSA() 745 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; in SSE16x8_MSA() local 749 LD_UB8(b, BPS, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in SSE16x8_MSA() 752 PACK_DPADD_UB4_SW(src4, ref4, src5, ref5, out0, out1, out2, out3); in SSE16x8_MSA() 764 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; in SSE8x8_MSA() local 769 LD_UB8(b, BPS, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in SSE8x8_MSA() [all …]
|
/third_party/ffmpeg/libavcodec/mips/ |
D | me_cmp_msa.c | 79 v16u8 ref0, ref1, ref2, ref3, ref4, ref5; in sad_horiz_bilinear_filter_8width_msa() local 89 PCKEV_D2_UB(ref1, ref0, ref3, ref2, ref4, ref5); in sad_horiz_bilinear_filter_8width_msa() 93 AVER_UB2_UB(ref4, ref0, ref5, ref1, comp0, comp1); in sad_horiz_bilinear_filter_8width_msa() 102 PCKEV_D2_UB(ref1, ref0, ref3, ref2, ref4, ref5); in sad_horiz_bilinear_filter_8width_msa() 106 AVER_UB2_UB(ref4, ref0, ref5, ref1, comp0, comp1); in sad_horiz_bilinear_filter_8width_msa() 505 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; in hadamard_diff_8x8_msa() local 512 LD_UB8(ref, ref_stride, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in hadamard_diff_8x8_msa() 514 src4, ref4, src5, ref5, src6, ref6, src7, ref7, in hadamard_diff_8x8_msa()
|