Lines Matching full:pu1_src_top
75 UWORD8 *pu1_src_top,
92 pu1_src_top_left[0] = pu1_src_top[wd - 1];
95 pu1_src_top[col] = pu1_src[(ht - 1) * src_strd + col];
127 UWORD8 *pu1_src_top,
148 pu1_src_top_left[0] = pu1_src_top[wd - 2];
149 pu1_src_top_left[1] = pu1_src_top[wd - 1];
152 pu1_src_top[col] = pu1_src[(ht - 1) * src_strd + col];
189 UWORD8 *pu1_src_top,
211 *pu1_src_top_left = pu1_src_top[wd - 1];
218 pu1_src_top[col] = pu1_src[(ht - 1) * src_strd + col];
271 UWORD8 *pu1_src_top,
295 pu1_src_top_left[0] = pu1_src_top[wd - 2];
296 pu1_src_top_left[1] = pu1_src_top[wd - 1];
304 pu1_src_top[col] = pu1_src[(ht - 1) * src_strd + col];
368 UWORD8 *pu1_src_top,
392 *pu1_src_top_left = pu1_src_top[wd - 1];
416 au1_sign_up[col] = SIGN(pu1_src[col] - pu1_src_top[col]);
450 pu1_src_top[col] = au1_src_top_tmp[col];
461 UWORD8 *pu1_src_top,
486 pu1_src_top_left[0] = pu1_src_top[wd - 2];
487 pu1_src_top_left[1] = pu1_src_top[wd - 1];
512 au1_sign_up[col] = SIGN(pu1_src[col] - pu1_src_top[col]);
549 pu1_src_top[col] = au1_src_top_tmp[col];
560 UWORD8 *pu1_src_top,
594 u1_src_top_left_tmp = pu1_src_top[wd - 1];
674 pu1_sign_up[col] = SIGN(pu1_src[col] - pu1_src_top[col - 1]);
736 pu1_src_top[col] = au1_src_top_tmp[col];
748 UWORD8 *pu1_src_top,
787 au1_src_top_left_tmp[0] = pu1_src_top[wd - 2];
788 au1_src_top_left_tmp[1] = pu1_src_top[wd - 1];
903 pu1_sign_up[col] = SIGN(pu1_src[col] - pu1_src_top[col - 2]);
972 pu1_src_top[col] = au1_src_top_tmp[col];
984 UWORD8 *pu1_src_top,
1013 u1_src_top_left_tmp = pu1_src_top[wd - 1];
1092 au1_sign_up[col] = SIGN(pu1_src[col] - pu1_src_top[col + 1]);
1149 pu1_src_top[col] = au1_src_top_tmp[col];
1160 UWORD8 *pu1_src_top,
1191 au1_src_top_left_tmp[0] = pu1_src_top[wd - 2];
1192 au1_src_top_left_tmp[1] = pu1_src_top[wd - 1];
1307 au1_sign_up[col] = SIGN(pu1_src[col] - pu1_src_top[col + 2]);
1371 pu1_src_top[col] = au1_src_top_tmp[col];