Lines Matching refs:pi1_sao_offset_u

131                                   WORD8 *pi1_sao_offset_u,  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()
276 WORD8 *pi1_sao_offset_u, in ihevc_sao_edge_offset_class0_chroma() argument
330 pi1_sao_offset = pi1_sao_offset_u; in ihevc_sao_edge_offset_class0_chroma()
466 WORD8 *pi1_sao_offset_u, 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()
753 WORD8 *pi1_sao_offset_u, in ihevc_sao_edge_offset_class2_chroma() argument
813 … u1_pos_0_0_tmp_u = CLIP3(pu1_src[0] + pi1_sao_offset_u[edge_idx], 0, (1 << bit_depth) - 1); in ihevc_sao_edge_offset_class2_chroma()
854 …u1_pos_wd_ht_tmp_u = CLIP3(pu1_src[wd - 2 + (ht - 1) * src_strd] + pi1_sao_offset_u[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()
1165 WORD8 *pi1_sao_offset_u, in ihevc_sao_edge_offset_class3_chroma() argument
1217 … u1_pos_wd_0_tmp_u = CLIP3(pu1_src[wd - 2] + pi1_sao_offset_u[edge_idx], 0, (1 << bit_depth) - 1); in ihevc_sao_edge_offset_class3_chroma()
1258 …u1_pos_0_ht_tmp_u = CLIP3(pu1_src[(ht - 1) * src_strd] + pi1_sao_offset_u[edge_idx], 0, (1 << bit_… 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()