Home | History | Annotate | Download | only in common

Lines Matching refs:SIGN

235             u1_sign_left = SIGN(pu1_src[0] - pu1_src_left[row]);
240 u1_sign_right = SIGN(pu1_src[col] - pu1_src[col + 1]);
321 u1_sign_left_u = SIGN(pu1_src[0] - pu1_src_left[2 * row]);
322 u1_sign_left_v = SIGN(pu1_src[1] - pu1_src_left[2 * row + 1]);
331 u1_sign_right_u = SIGN(pu1_src[col] - pu1_src[col + 2]);
338 u1_sign_right_v = SIGN(pu1_src[col] - pu1_src[col + 2]);
409 au1_sign_up[col] = SIGN(pu1_src[col] - pu1_src[col - src_strd]);
416 au1_sign_up[col] = SIGN(pu1_src[col] - pu1_src_top[col]);
432 u1_sign_down = SIGN(pu1_src[col] - pu1_src[col + src_strd]);
505 au1_sign_up[col] = SIGN(pu1_src[col] - pu1_src[col - src_strd]);
512 au1_sign_up[col] = SIGN(pu1_src[col] - pu1_src_top[col]);
531 u1_sign_down = SIGN(pu1_src[col] - pu1_src[col + src_strd]);
610 edge_idx = 2 + SIGN(pu1_src[0] - pu1_src_top_left[0]) +
611 SIGN(pu1_src[0] - pu1_src[1 + src_strd]);
634 edge_idx = 2 + SIGN(pu1_src[wd - 1 + (ht - 1) * src_strd] - pu1_src[wd - 1 + (ht - 1) * src_strd - 1 - src_strd]) +
635 SIGN(pu1_src[wd - 1 + (ht - 1) * src_strd] - pu1_src[wd - 1 + (ht - 1) * src_strd + 1 + src_strd]);
667 pu1_sign_up[col] = SIGN(pu1_src[col] - pu1_src[col - 1 - src_strd]);
674 pu1_sign_up[col] = SIGN(pu1_src[col] - pu1_src_top[col - 1]);
694 pu1_sign_up[0] = SIGN(pu1_src[0] - pu1_src_left_cpy[row - 1]);
699 u1_sign_down = SIGN(pu1_src[col] - pu1_src[col + 1 + src_strd]);
806 edge_idx = 2 + SIGN(pu1_src[0] - pu1_src_top_left[0]) +
807 SIGN(pu1_src[0] - pu1_src[2 + src_strd]);
821 edge_idx = 2 + SIGN(pu1_src[1] - pu1_src_top_left[1]) +
822 SIGN(pu1_src[1] - pu1_src[1 + 2 + src_strd]);
847 edge_idx = 2 + SIGN(pu1_src[wd - 2 + (ht - 1) * src_strd] - pu1_src[wd - 2 + (ht - 1) * src_strd - 2 - src_strd]) +
848 SIGN(pu1_src[wd - 2 + (ht - 1) * src_strd] - pu1_src[wd - 2 + (ht - 1) * src_strd + 2 + src_strd]);
862 edge_idx = 2 + SIGN(pu1_src[wd - 1 + (ht - 1) * src_strd] - pu1_src[wd - 1 + (ht - 1) * src_strd - 2 - src_strd]) +
863 SIGN(pu1_src[wd - 1 + (ht - 1) * src_strd] - pu1_src[wd - 1 + (ht - 1) * src_strd + 2 + src_strd]);
896 pu1_sign_up[col] = SIGN(pu1_src[col] - pu1_src[col - 2 - src_strd]);
903 pu1_sign_up[col] = SIGN(pu1_src[col] - pu1_src_top[col - 2]);
923 pu1_sign_up[0] = SIGN(pu1_src[0] - pu1_src_left_cpy[2 * (row - 1)]);
924 pu1_sign_up[1] = SIGN(pu1_src[1] - pu1_src_left_cpy[2 * (row - 1) + 1]);
932 u1_sign_down = SIGN(pu1_src[col] - pu1_src[col + 2 + src_strd]);
1028 edge_idx = 2 + SIGN(pu1_src[wd - 1] - pu1_src_top_right[0]) +
1029 SIGN(pu1_src[wd - 1] - pu1_src[wd - 1 - 1 + src_strd]);
1052 edge_idx = 2 + SIGN(pu1_src[(ht - 1) * src_strd] - pu1_src[(ht - 1) * src_strd + 1 - src_strd]) +
1053 SIGN(pu1_src[(ht - 1) * src_strd] - pu1_src_bot_left[0]);
1085 au1_sign_up[col] = SIGN(pu1_src[col] - pu1_src[col + 1 - src_strd]);
1092 au1_sign_up[col] = SIGN(pu1_src[col] - pu1_src_top[col + 1]);
1112 au1_sign_up[wd - 1] = SIGN(pu1_src[wd - 1] - pu1_src[wd - 1 + 1 - src_strd]);
1117 u1_sign_down = SIGN(pu1_src[col] - ((col == 0) ? pu1_src_left_cpy[row + 1] :
1210 edge_idx = 2 + SIGN(pu1_src[wd - 2] - pu1_src_top_right[0]) +
1211 SIGN(pu1_src[wd - 2] - pu1_src[wd - 2 - 2 + src_strd]);
1225 edge_idx = 2 + SIGN(pu1_src[wd - 1] - pu1_src_top_right[1]) +
1226 SIGN(pu1_src[wd - 1] - pu1_src[wd - 1 - 2 + src_strd]);
1251 edge_idx = 2 + SIGN(pu1_src[(ht - 1) * src_strd] - pu1_src[(ht - 1) * src_strd + 2 - src_strd]) +
1252 SIGN(pu1_src[(ht - 1) * src_strd] - pu1_src_bot_left[0]);
1266 edge_idx = 2 + SIGN(pu1_src[(ht - 1) * src_strd + 1] - pu1_src[(ht - 1) * src_strd + 1 + 2 - src_strd]) +
1267 SIGN(pu1_src[(ht - 1) * src_strd + 1] - pu1_src_bot_left[1]);
1300 au1_sign_up[col] = SIGN(pu1_src[col] - pu1_src[col + 2 - src_strd]);
1307 au1_sign_up[col] = SIGN(pu1_src[col] - pu1_src_top[col + 2]);
1327 au1_sign_up[wd - 2] = SIGN(pu1_src[wd - 2] - pu1_src[wd - 2 + 2 - src_strd]);
1328 au1_sign_up[wd - 1] = SIGN(pu1_src[wd - 1] - pu1_src[wd - 1 + 2 - src_strd]);
1336 u1_sign_down = SIGN(pu1_src[col] - ((col < 2) ? pu1_src_left_cpy[2 * (row + 1) + col] :