Lines Matching refs:pi1_sao_offset_v
132 WORD8 *pi1_sao_offset_v, in ihevc_sao_band_offset_chroma() argument
175 pi1_sao_offset = (0 == col % 2) ? pi1_sao_offset_u : pi1_sao_offset_v; in ihevc_sao_band_offset_chroma()
277 WORD8 *pi1_sao_offset_v, in ihevc_sao_edge_offset_class0_chroma() argument
337 pi1_sao_offset = pi1_sao_offset_v; in ihevc_sao_edge_offset_class0_chroma()
467 WORD8 *pi1_sao_offset_v, in ihevc_sao_edge_offset_class1_chroma() argument
529 pi1_sao_offset = (0 == col % 2) ? pi1_sao_offset_u : pi1_sao_offset_v; in ihevc_sao_edge_offset_class1_chroma()
754 WORD8 *pi1_sao_offset_v, in ihevc_sao_edge_offset_class2_chroma() argument
828 … u1_pos_0_0_tmp_v = CLIP3(pu1_src[1] + pi1_sao_offset_v[edge_idx], 0, (1 << bit_depth) - 1); in ihevc_sao_edge_offset_class2_chroma()
869 …u1_pos_wd_ht_tmp_v = CLIP3(pu1_src[wd - 1 + (ht - 1) * src_strd] + pi1_sao_offset_v[edge_idx], 0, … in ihevc_sao_edge_offset_class2_chroma()
930 pi1_sao_offset = (0 == col % 2) ? pi1_sao_offset_u : pi1_sao_offset_v; in ihevc_sao_edge_offset_class2_chroma()
1166 WORD8 *pi1_sao_offset_v, in ihevc_sao_edge_offset_class3_chroma() argument
1232 … u1_pos_wd_0_tmp_v = CLIP3(pu1_src[wd - 1] + pi1_sao_offset_v[edge_idx], 0, (1 << bit_depth) - 1); in ihevc_sao_edge_offset_class3_chroma()
1273 …u1_pos_0_ht_tmp_v = CLIP3(pu1_src[(ht - 1) * src_strd + 1] + pi1_sao_offset_v[edge_idx], 0, (1 << … in ihevc_sao_edge_offset_class3_chroma()
1334 pi1_sao_offset = (0 == col % 2) ? pi1_sao_offset_u : pi1_sao_offset_v; in ihevc_sao_edge_offset_class3_chroma()