Home
last modified time | relevance | path

Searched refs:LW4 (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
Dvariance_msa.c53 LW4(src_ptr, src_stride, src0, src1, src2, src3); in sse_diff_4width_msa()
55 LW4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3); in sse_diff_4width_msa()
347 LW4(src_ptr, src_stride, src0, src1, src2, src3); in sse_4width_msa()
349 LW4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3); in sse_4width_msa()
498 LW4(src_ptr, src_stride, src0, src1, src2, src3); in vpx_get4x4sse_cs_msa()
499 LW4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3); in vpx_get4x4sse_cs_msa()
Dsad_msa.c34 LW4(src_ptr, src_stride, src0, src1, src2, src3); in sad_4width_msa()
36 LW4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3); in sad_4width_msa()
175 LW4(src_ptr, src_stride, src0, src1, src2, src3); in sad_4width_x3_msa()
394 LW4(src_ptr, src_stride, src0, src1, src2, src3); in sad_4width_x8_msa()
818 LW4(src_ptr, src_stride, src0, src1, src2, src3); in sad_4width_x4d_msa()
822 LW4(ref0_ptr, ref_stride, ref0, ref1, ref2, ref3); in sad_4width_x4d_msa()
829 LW4(ref1_ptr, ref_stride, ref0, ref1, ref2, ref3); in sad_4width_x4d_msa()
836 LW4(ref2_ptr, ref_stride, ref0, ref1, ref2, ref3); in sad_4width_x4d_msa()
843 LW4(ref3_ptr, ref_stride, ref0, ref1, ref2, ref3); in sad_4width_x4d_msa()
1093 LW4(src_ptr, src_stride, src0, src1, src2, src3); in avgsad_4width_msa()
[all …]
Dsubtract_msa.c24 LW4(src_ptr, src_stride, src0, src1, src2, src3); in sub_blk_4x4_msa()
25 LW4(pred_ptr, pred_stride, pred0, pred1, pred2, pred3); in sub_blk_4x4_msa()
Dsub_pixel_variance_msa.c55 LW4(src_ptr, src_stride, src0, src1, src2, src3); in avg_sse_diff_4width_msa()
57 LW4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3); in avg_sse_diff_4width_msa()
401 LW4(dst, dst_stride, ref0, ref1, ref2, ref3); in sub_pixel_sse_diff_4width_h_msa()
570 LW4(dst, dst_stride, ref0, ref1, ref2, ref3); in sub_pixel_sse_diff_4width_v_msa()
755 LW4(dst, dst_stride, ref0, ref1, ref2, ref3); in sub_pixel_sse_diff_4width_hv_msa()
969 LW4(dst, dst_stride, ref0, ref1, ref2, ref3); in sub_pixel_avg_sse_diff_4width_h_msa()
1173 LW4(dst, dst_stride, ref0, ref1, ref2, ref3); in sub_pixel_avg_sse_diff_4width_v_msa()
1386 LW4(dst, dst_stride, ref0, ref1, ref2, ref3); in sub_pixel_avg_sse_diff_4width_hv_msa()
Dmacros_msa.h231 #define LW4(psrc, stride, out0, out1, out2, out3) \ macro
2008 LW4(pdst, stride, src0_m, src1_m, src2_m, src3_m); \
Davg_msa.c45 LW4(src, src_stride, src0, src1, src2, src3); in vpx_avg_4x4_msa()
/external/webp/src/dsp/
Denc_msa.c93 LW4(src, BPS, in0, in1, in2, in3); in FTransform()
95 LW4(ref, BPS, in0, in1, in2, in3); in FTransform()
182 LW4(in, BPS, in0_m, in1_m, in2_m, in3_m); in TTransform()
784 LW4(a, BPS, src0, src1, src2, src3); in SSE4x4()
785 LW4(b, BPS, ref0, ref1, ref2, ref3); in SSE4x4()
Dmsa_macro.h148 #define LW4(psrc, stride, out0, out1, out2, out3) do { \ macro
1355 LW4(pdst, stride, src0_m, src1_m, src2_m, src3_m); \
/external/libvpx/libvpx/vp8/common/mips/msa/
Dbilinear_filter_msa.c727 LW4(src, src_stride, tp0, tp1, tp2, tp3); in vp8_bilinear_predict4x4_msa()
Dvp8_macros_msa.h206 #define LW4(psrc, stride, out0, out1, out2, out3) \ macro
Dsixtap_filter_msa.c1422 LW4(src, src_stride, tp0, tp1, tp2, tp3); in vp8_sixtap_predict4x4_msa()