Lines Matching defs:mask0
38 #define AVC_HORZ_FILTER_SH(in0, in1, mask0, mask1, mask2) \
43 tmp0_m = __lasx_xvshuf_b(in1, in0, mask0); \
77 __m256i src_hz0, src_hz1, src_hz2, src_hz3, mask0, mask1, mask2;
91 mask0 = __lasx_xvld(luma_mask_arr, 0);
115 hz_out0 = AVC_HORZ_FILTER_SH(src_hz0, src_hz0, mask0, mask1, mask2);
116 hz_out1 = AVC_HORZ_FILTER_SH(src_hz1, src_hz1, mask0, mask1, mask2);
117 hz_out2 = AVC_HORZ_FILTER_SH(src_hz2, src_hz2, mask0, mask1, mask2);
118 hz_out3 = AVC_HORZ_FILTER_SH(src_hz3, src_hz3, mask0, mask1, mask2);
208 __m256i src_hz0, src_hz1, src_hz2, src_hz3, mask0, mask1, mask2;
222 mask0 = __lasx_xvld(luma_mask_arr, 0);
246 hz_out0 = AVC_HORZ_FILTER_SH(src_hz0, src_hz0, mask0, mask1, mask2);
247 hz_out1 = AVC_HORZ_FILTER_SH(src_hz1, src_hz1, mask0, mask1, mask2);
248 hz_out2 = AVC_HORZ_FILTER_SH(src_hz2, src_hz2, mask0, mask1, mask2);
249 hz_out3 = AVC_HORZ_FILTER_SH(src_hz3, src_hz3, mask0, mask1, mask2);