Home | History | Annotate | Download | only in common

Lines Matching refs:two_nt

138     WORD32 two_nt = 2 * nt;
156 pu1_dst[two_nt] = *pu1_top_left;
160 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd];
164 for(i = nt; i < two_nt; i++)
165 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd];
169 ihevc_memcpy(&pu1_dst[two_nt + 1], pu1_top, nt);
173 ihevc_memcpy(&pu1_dst[two_nt + 1 + nt], pu1_top + nt, nt);
184 pu1_dst[two_nt] = *pu1_top_left;
187 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd];
189 for(i = nt; i < two_nt; i++)
190 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd];
192 ihevc_memcpy_mul_8(&pu1_dst[two_nt + 1], pu1_top, nt);
194 ihevc_memcpy_mul_8(&pu1_dst[two_nt + 1 + nt], pu1_top + nt, nt);
213 WORD32 two_nt = 2 * nt;
252 pu1_dst[two_nt] = *pu1_top_left;
254 pu1_dst[two_nt] = 0;
260 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd];
264 ihevc_memset(&pu1_dst[two_nt - 1 - (nt - 1)], 0, nt);
270 for(i = nt; i < two_nt; i++)
271 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd];
275 ihevc_memset(&pu1_dst[two_nt - 1 - (two_nt - 1)], 0, nt);
281 ihevc_memcpy(&pu1_dst[two_nt + 1], pu1_top, nt);
285 ihevc_memset(&pu1_dst[two_nt + 1], 0, nt);
290 ihevc_memcpy(&pu1_dst[two_nt + 1 + nt], pu1_top + nt, nt);
294 ihevc_memset(&pu1_dst[two_nt + 1 + nt], 0, nt);
339 pu1_dst[two_nt] = pu1_dst[two_nt - 1];
343 ihevc_memset(&pu1_dst[two_nt + 1], pu1_dst[two_nt], nt);
363 pu1_dst[two_nt] = *pu1_top_left;
365 pu1_dst[two_nt] = 0;
370 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd];
374 ihevc_memset_mul_8(&pu1_dst[two_nt - 1 - (nt - 1)], 0, nt);
379 for(i = nt; i < two_nt; i++)
380 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd];
384 ihevc_memset_mul_8(&pu1_dst[two_nt - 1 - (two_nt - 1)], 0, nt);
390 ihevc_memcpy_mul_8(&pu1_dst[two_nt + 1], pu1_top, nt);
394 ihevc_memset_mul_8(&pu1_dst[two_nt + 1], 0, nt);
399 ihevc_memcpy_mul_8(&pu1_dst[two_nt + 1 + nt], pu1_top + nt, nt);
403 ihevc_memset_mul_8(&pu1_dst[two_nt + 1 + nt], 0, nt);
474 pu1_dst[two_nt] = *pu1_top_left;
476 pu1_dst[two_nt] = 0;
481 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd];
485 ihevc_memset_mul_8(&pu1_dst[two_nt - 1 - (nt - 1)], 0, nt);
490 for(i = nt; i < two_nt; i++)
491 pu1_dst[two_nt - 1 - i] = pu1_left[i * src_strd];
495 ihevc_memset_mul_8(&pu1_dst[two_nt - 1 - (two_nt - 1)], 0, nt);
501 ihevc_memcpy_mul_8(&pu1_dst[two_nt + 1], pu1_top, nt);
505 two_nt + 1], 0, nt);
510 ihevc_memcpy_mul_8(&pu1_dst[two_nt + 1 + nt], pu1_top + nt, nt);
514 ihevc_memset_mul_8(&pu1_dst[two_nt + 1 + nt], 0, nt);
737 WORD32 two_nt, three_nt;
757 two_nt = 2 * nt;
765 * pu1_ref[two_nt - 1 - row]
767 + (nt - 1 - row) * pu1_ref[two_nt + 1 + col]
825 WORD32 two_nt, three_nt;
845 two_nt = 2 * nt;
850 for(i = nt; i < two_nt; i++)
853 for(i = (two_nt + 1); i <= three_nt; i++)
871 pu1_dst[0] = ((pu1_ref[two_nt - 1] + two_dc_val + pu1_ref[two_nt + 1] + 2)
875 pu1_dst[col] = (pu1_ref[two_nt + 1 + col] + three_dc_val + 2) >> 2;
878 pu1_dst[row * dst_strd] = (pu1_ref[two_nt - 1 - row] + three_dc_val + 2)
937 WORD32 two_nt;
941 two_nt = 2 * nt;
947 pu1_dst[(row * dst_strd) + col] = pu1_ref[two_nt - 1 - row];
954 s2_predpixel = pu1_ref[two_nt - 1]
955 + ((pu1_ref[two_nt + 1 + col] - pu1_ref[two_nt]) >> 1);
962 pu1_dst[(row * dst_strd) + col] = pu1_ref[two_nt - 1 - row];
1017 WORD32 two_nt = 2 * nt;
1026 pu1_dst[(row * dst_strd) + col] = pu1_ref[two_nt + 1 + col];
1033 s2_predpixel = pu1_ref[two_nt + 1]
1034 + ((pu1_ref[two_nt - 1 - row] - pu1_ref[two_nt]) >> 1);
1041 pu1_dst[(row * dst_strd) + col] = pu1_ref[two_nt + 1 + col];
1094 WORD32 two_nt = 2 * nt;
1106 pu1_dst[col + (row * dst_strd)] = pu1_ref[two_nt - row - idx - 1];
1160 WORD32 two_nt = 2 * nt;
1182 pu1_dst[col + (row * dst_strd)] = pu1_ref[two_nt + col + idx + 1];
1235 WORD32 two_nt = 2 * nt;
1255 ref_main_idx = two_nt - row - idx - 1;
1316 WORD32 two_nt;
1325 two_nt = 2 * nt;
1336 ref_temp[k + nt - 1] = pu1_ref[two_nt - k];
1347 ref_main[k] = pu1_ref[two_nt + (inv_ang_sum >> 8)];
1421 WORD32 two_nt, intra_pred_ang, idx;
1427 two_nt = 2 * nt;
1436 ref_temp[k + nt - 1] = pu1_ref[two_nt + k];
1447 ref_main[k] = pu1_ref[two_nt - (inv_ang_sum >> 8)];
1518 WORD32 two_nt, pos, fract;
1522 two_nt = 2 * nt;
1534 ref_main_idx = two_nt + col + idx + 1;