Searched refs:au1_sign_up (Results 1 – 1 of 1) sorted by relevance
380 WORD8 au1_sign_up[MAX_CTB_SIZE]; in ihevc_sao_edge_offset_class1() local409 au1_sign_up[col] = SIGN(pu1_src[col] - pu1_src[col - src_strd]); in ihevc_sao_edge_offset_class1()416 au1_sign_up[col] = SIGN(pu1_src[col] - pu1_src_top[col]); in ihevc_sao_edge_offset_class1()433 edge_idx = 2 + au1_sign_up[col] + u1_sign_down; in ihevc_sao_edge_offset_class1()434 au1_sign_up[col] = -u1_sign_down; in ihevc_sao_edge_offset_class1()474 WORD8 au1_sign_up[MAX_CTB_SIZE]; in ihevc_sao_edge_offset_class1_chroma() local505 au1_sign_up[col] = SIGN(pu1_src[col] - pu1_src[col - src_strd]); in ihevc_sao_edge_offset_class1_chroma()512 au1_sign_up[col] = SIGN(pu1_src[col] - pu1_src_top[col]); in ihevc_sao_edge_offset_class1_chroma()532 edge_idx = 2 + au1_sign_up[col] + u1_sign_down; in ihevc_sao_edge_offset_class1_chroma()533 au1_sign_up[col] = -u1_sign_down; in ihevc_sao_edge_offset_class1_chroma()[all …]