Home
last modified time | relevance | path

Searched refs:pu1_sign_up (Results 1 – 1 of 1) sorted by relevance

/external/libhevc/common/
Dihevc_sao.c575 WORD8 *pu1_sign_up; in ihevc_sao_edge_offset_class2() local
586 pu1_sign_up = au1_sign_up; in ihevc_sao_edge_offset_class2()
667 pu1_sign_up[col] = SIGN(pu1_src[col] - pu1_src[col - 1 - src_strd]); in ihevc_sao_edge_offset_class2()
674 pu1_sign_up[col] = SIGN(pu1_src[col] - pu1_src_top[col - 1]); in ihevc_sao_edge_offset_class2()
694 pu1_sign_up[0] = SIGN(pu1_src[0] - pu1_src_left_cpy[row - 1]); in ihevc_sao_edge_offset_class2()
700 edge_idx = 2 + pu1_sign_up[col] + u1_sign_down; in ihevc_sao_edge_offset_class2()
713 WORD8 *pu1_swap_tmp = pu1_sign_up; in ihevc_sao_edge_offset_class2()
714 pu1_sign_up = pu1_sign_up_tmp; in ihevc_sao_edge_offset_class2()
764 WORD8 *pu1_sign_up; in ihevc_sao_edge_offset_class2_chroma() local
779 pu1_sign_up = au1_sign_up; in ihevc_sao_edge_offset_class2_chroma()
[all …]