Lines Matching defs:col

735     WORD32 row, col;
762 for(col = 0; col < nt; col++)
764 pu1_dst[row * dst_strd + col] = ((nt - 1 - col)
766 + (col + 1) * pu1_ref[three_nt + 1]
767 + (nt - 1 - row) * pu1_ref[two_nt + 1 + col]
823 WORD32 row, col;
865 for(col = 0; col < nt; col++)
866 pu1_dst[(row * dst_strd) + col] = dc_val;
874 for(col = 1; col < nt; col++)
875 pu1_dst[col] = (pu1_ref[two_nt + 1 + col] + three_dc_val + 2) >> 2;
883 for(col = 1; col < nt; col++)
884 pu1_dst[(row * dst_strd) + col] = dc_val;
936 WORD32 row, col;
946 for(col = 0; col < nt; col++)
947 pu1_dst[(row * dst_strd) + col] = pu1_ref[two_nt - 1 - row];
952 for(col = 0; col < nt; col++)
955 + ((pu1_ref[two_nt + 1 + col] - pu1_ref[two_nt]) >> 1);
956 pu1_dst[col] = CLIP_U8(s2_predpixel);
961 for(col = 0; col < nt; col++)
962 pu1_dst[(row * dst_strd) + col] = pu1_ref[two_nt - 1 - row];
1015 WORD32 row, col;
1025 for(col = 0; col < nt; col++)
1026 pu1_dst[(row * dst_strd) + col] = pu1_ref[two_nt + 1 + col];
1040 for(col = 1; col < nt; col++)
1041 pu1_dst[(row * dst_strd) + col] = pu1_ref[two_nt + 1 + col];
1093 WORD32 row, col;
1101 for(col = 0; col < nt; col++)
1103 idx = ((col + 1) * intra_pred_ang) >> 5; /* Use idx++ */
1106 pu1_dst[col + (row * dst_strd)] = pu1_ref[two_nt - row - idx - 1];
1157 WORD32 row, col;
1181 for(col = 0; col < nt; col++)
1182 pu1_dst[col + (row * dst_strd)] = pu1_ref[two_nt + col + idx + 1];
1234 WORD32 row, col;
1246 for(col = 0; col < nt; col++)
1248 pos = ((col + 1) * intra_pred_ang);
1256 pu1_dst[col + (row * dst_strd)] = (((32 - fract)
1315 WORD32 row, col, k;
1352 for(col = 0; col < nt; col++)
1354 pos = ((col + 1) * intra_pred_ang);
1362 pu1_dst[col + (dst_strd * row)] = (UWORD8)(((32 - fract)
1420 WORD32 row, col, k;
1457 for(col = 0; col < nt; col++)
1459 ref_main_idx = col + idx + 1;
1460 pu1_dst[(row * dst_strd) + col] = (UWORD8)(((32 - fract)
1517 WORD32 row, col;
1532 for(col = 0; col < nt; col++)
1534 ref_main_idx = two_nt + col + idx + 1;
1535 pu1_dst[col + (row * dst_strd)] = (((32 - fract)