Home
last modified time | relevance | path

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

/external/libhevc/common/
Dihevc_sao.c381 WORD8 u1_sign_down; in ihevc_sao_edge_offset_class1() local
432 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() local
531 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() local
699 u1_sign_down = SIGN(pu1_src[col] - pu1_src[col + 1 + src_strd]); in ihevc_sao_edge_offset_class2()
[all …]