Lines Matching refs:SIGN

235             u1_sign_left = SIGN(pu1_src[0] - pu1_src_left[row]);  in ihevc_sao_edge_offset_class0()
240 u1_sign_right = SIGN(pu1_src[col] - pu1_src[col + 1]); in ihevc_sao_edge_offset_class0()
321 u1_sign_left_u = SIGN(pu1_src[0] - pu1_src_left[2 * row]); in ihevc_sao_edge_offset_class0_chroma()
322 u1_sign_left_v = SIGN(pu1_src[1] - pu1_src_left[2 * row + 1]); in ihevc_sao_edge_offset_class0_chroma()
331 u1_sign_right_u = SIGN(pu1_src[col] - pu1_src[col + 2]); in ihevc_sao_edge_offset_class0_chroma()
338 u1_sign_right_v = SIGN(pu1_src[col] - pu1_src[col + 2]); in ihevc_sao_edge_offset_class0_chroma()
409 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()
432 u1_sign_down = SIGN(pu1_src[col] - pu1_src[col + src_strd]); in ihevc_sao_edge_offset_class1()
505 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()
531 u1_sign_down = SIGN(pu1_src[col] - pu1_src[col + src_strd]); in ihevc_sao_edge_offset_class1_chroma()
610 edge_idx = 2 + SIGN(pu1_src[0] - pu1_src_top_left[0]) + in ihevc_sao_edge_offset_class2()
611 SIGN(pu1_src[0] - pu1_src[1 + src_strd]); in ihevc_sao_edge_offset_class2()
634 …edge_idx = 2 + SIGN(pu1_src[wd - 1 + (ht - 1) * src_strd] - pu1_src[wd - 1 + (ht - 1) * src_strd -… in ihevc_sao_edge_offset_class2()
635SIGN(pu1_src[wd - 1 + (ht - 1) * src_strd] - pu1_src[wd - 1 + (ht - 1) * src_strd + 1 + src_strd]); 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()
699 u1_sign_down = SIGN(pu1_src[col] - pu1_src[col + 1 + src_strd]); in ihevc_sao_edge_offset_class2()
806 edge_idx = 2 + SIGN(pu1_src[0] - pu1_src_top_left[0]) + in ihevc_sao_edge_offset_class2_chroma()
807 SIGN(pu1_src[0] - pu1_src[2 + src_strd]); in ihevc_sao_edge_offset_class2_chroma()
821 edge_idx = 2 + SIGN(pu1_src[1] - pu1_src_top_left[1]) + in ihevc_sao_edge_offset_class2_chroma()
822 SIGN(pu1_src[1] - pu1_src[1 + 2 + src_strd]); in ihevc_sao_edge_offset_class2_chroma()
847 …edge_idx = 2 + SIGN(pu1_src[wd - 2 + (ht - 1) * src_strd] - pu1_src[wd - 2 + (ht - 1) * src_strd -… in ihevc_sao_edge_offset_class2_chroma()
848SIGN(pu1_src[wd - 2 + (ht - 1) * src_strd] - pu1_src[wd - 2 + (ht - 1) * src_strd + 2 + src_strd]); in ihevc_sao_edge_offset_class2_chroma()
862 …edge_idx = 2 + SIGN(pu1_src[wd - 1 + (ht - 1) * src_strd] - pu1_src[wd - 1 + (ht - 1) * src_strd -… in ihevc_sao_edge_offset_class2_chroma()
863SIGN(pu1_src[wd - 1 + (ht - 1) * src_strd] - pu1_src[wd - 1 + (ht - 1) * src_strd + 2 + src_strd]); in ihevc_sao_edge_offset_class2_chroma()
896 pu1_sign_up[col] = SIGN(pu1_src[col] - pu1_src[col - 2 - src_strd]); in ihevc_sao_edge_offset_class2_chroma()
903 pu1_sign_up[col] = SIGN(pu1_src[col] - pu1_src_top[col - 2]); in ihevc_sao_edge_offset_class2_chroma()
923 pu1_sign_up[0] = SIGN(pu1_src[0] - pu1_src_left_cpy[2 * (row - 1)]); in ihevc_sao_edge_offset_class2_chroma()
924 pu1_sign_up[1] = SIGN(pu1_src[1] - pu1_src_left_cpy[2 * (row - 1) + 1]); in ihevc_sao_edge_offset_class2_chroma()
932 u1_sign_down = SIGN(pu1_src[col] - pu1_src[col + 2 + src_strd]); in ihevc_sao_edge_offset_class2_chroma()
1028 edge_idx = 2 + SIGN(pu1_src[wd - 1] - pu1_src_top_right[0]) + in ihevc_sao_edge_offset_class3()
1029 SIGN(pu1_src[wd - 1] - pu1_src[wd - 1 - 1 + src_strd]); in ihevc_sao_edge_offset_class3()
1052 … edge_idx = 2 + SIGN(pu1_src[(ht - 1) * src_strd] - pu1_src[(ht - 1) * src_strd + 1 - src_strd]) + in ihevc_sao_edge_offset_class3()
1053 SIGN(pu1_src[(ht - 1) * src_strd] - pu1_src_bot_left[0]); in ihevc_sao_edge_offset_class3()
1085 au1_sign_up[col] = SIGN(pu1_src[col] - pu1_src[col + 1 - src_strd]); in ihevc_sao_edge_offset_class3()
1092 au1_sign_up[col] = SIGN(pu1_src[col] - pu1_src_top[col + 1]); in ihevc_sao_edge_offset_class3()
1112 au1_sign_up[wd - 1] = SIGN(pu1_src[wd - 1] - pu1_src[wd - 1 + 1 - src_strd]); in ihevc_sao_edge_offset_class3()
1117 u1_sign_down = SIGN(pu1_src[col] - ((col == 0) ? pu1_src_left_cpy[row + 1] : in ihevc_sao_edge_offset_class3()
1210 edge_idx = 2 + SIGN(pu1_src[wd - 2] - pu1_src_top_right[0]) + in ihevc_sao_edge_offset_class3_chroma()
1211 SIGN(pu1_src[wd - 2] - pu1_src[wd - 2 - 2 + src_strd]); in ihevc_sao_edge_offset_class3_chroma()
1225 edge_idx = 2 + SIGN(pu1_src[wd - 1] - pu1_src_top_right[1]) + in ihevc_sao_edge_offset_class3_chroma()
1226 SIGN(pu1_src[wd - 1] - pu1_src[wd - 1 - 2 + src_strd]); in ihevc_sao_edge_offset_class3_chroma()
1251 … edge_idx = 2 + SIGN(pu1_src[(ht - 1) * src_strd] - pu1_src[(ht - 1) * src_strd + 2 - src_strd]) + in ihevc_sao_edge_offset_class3_chroma()
1252 SIGN(pu1_src[(ht - 1) * src_strd] - pu1_src_bot_left[0]); in ihevc_sao_edge_offset_class3_chroma()
1266 …edge_idx = 2 + SIGN(pu1_src[(ht - 1) * src_strd + 1] - pu1_src[(ht - 1) * src_strd + 1 + 2 - src_s… in ihevc_sao_edge_offset_class3_chroma()
1267 SIGN(pu1_src[(ht - 1) * src_strd + 1] - pu1_src_bot_left[1]); in ihevc_sao_edge_offset_class3_chroma()
1300 au1_sign_up[col] = SIGN(pu1_src[col] - pu1_src[col + 2 - src_strd]); in ihevc_sao_edge_offset_class3_chroma()
1307 au1_sign_up[col] = SIGN(pu1_src[col] - pu1_src_top[col + 2]); in ihevc_sao_edge_offset_class3_chroma()
1327 au1_sign_up[wd - 2] = SIGN(pu1_src[wd - 2] - pu1_src[wd - 2 + 2 - src_strd]); in ihevc_sao_edge_offset_class3_chroma()
1328 au1_sign_up[wd - 1] = SIGN(pu1_src[wd - 1] - pu1_src[wd - 1 + 2 - src_strd]); in ihevc_sao_edge_offset_class3_chroma()
1336 … u1_sign_down = SIGN(pu1_src[col] - ((col < 2) ? pu1_src_left_cpy[2 * (row + 1) + col] : in ihevc_sao_edge_offset_class3_chroma()