Searched refs:u1_sign_down (Results 1 – 1 of 1) sorted by relevance
381 WORD8 u1_sign_down; in ihevc_sao_edge_offset_class1() local432 u1_sign_down = SIGN(pu1_src[col] - pu1_src[col + src_strd]); 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()475 WORD8 u1_sign_down; in ihevc_sao_edge_offset_class1_chroma() local531 u1_sign_down = SIGN(pu1_src[col] - pu1_src[col + src_strd]); 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()574 WORD8 u1_sign_down; in ihevc_sao_edge_offset_class2() local699 u1_sign_down = SIGN(pu1_src[col] - pu1_src[col + 1 + src_strd]); in ihevc_sao_edge_offset_class2()[all …]