• Home
  • Raw
  • Download

Lines Matching refs:offset0

1049     v16i8 dst0, offset0, offset1;  in hevc_sao_band_filter_4width_msa()  local
1057 offset0 = __msa_sld_b(offset1, zero, 28 - ((sao_left_class) & 31)); in hevc_sao_band_filter_4width_msa()
1064 SWAP(offset0, offset1); in hevc_sao_band_filter_4width_msa()
1074 offset = __msa_vshf_b(mask, offset1, offset0); in hevc_sao_band_filter_4width_msa()
1092 offset = __msa_vshf_b(mask, offset1, offset0); in hevc_sao_band_filter_4width_msa()
1111 v16i8 offset0, offset1, dst0, dst1; in hevc_sao_band_filter_8width_msa() local
1118 offset0 = __msa_sld_b(offset1, zero, 28 - ((sao_left_class) & 31)); in hevc_sao_band_filter_8width_msa()
1125 SWAP(offset0, offset1); in hevc_sao_band_filter_8width_msa()
1136 offset_mask0 = __msa_vshf_b(mask0, offset1, offset0); in hevc_sao_band_filter_8width_msa()
1137 offset_mask1 = __msa_vshf_b(mask1, offset1, offset0); in hevc_sao_band_filter_8width_msa()
1159 offset_mask0 = __msa_vshf_b(mask0, offset1, offset0); in hevc_sao_band_filter_8width_msa()
1160 offset_mask1 = __msa_vshf_b(mask1, offset1, offset0); in hevc_sao_band_filter_8width_msa()
1186 v16i8 offset0, offset1; in hevc_sao_band_filter_16multiple_msa() local
1193 offset0 = __msa_sld_b(offset1, zero, 28 - ((sao_left_class) & 31)); in hevc_sao_band_filter_16multiple_msa()
1197 SWAP(offset0, offset1); in hevc_sao_band_filter_16multiple_msa()
1210 VSHF_B2_SB(offset0, offset1, offset0, offset1, mask0, mask1, in hevc_sao_band_filter_16multiple_msa()
1212 VSHF_B2_SB(offset0, offset1, offset0, offset1, mask2, mask3, in hevc_sao_band_filter_16multiple_msa()
1234 VSHF_B2_SB(offset0, offset1, offset0, offset1, mask0, mask1, tmp0, in hevc_sao_band_filter_16multiple_msa()
1236 VSHF_B2_SB(offset0, offset1, offset0, offset1, mask2, mask3, tmp2, in hevc_sao_band_filter_16multiple_msa()