Home | History | Annotate | Download | only in decoder

Lines Matching refs:col

93     WORD32 row, col;
110 for(col = 0; col < trans_size; col++)
111 pu1_dst[row * dst_strd + col] = CLIP_U8((pu1_pred[row * pred_strd + col] + dc_value));
123 WORD32 row, col;
141 for(col = 0; col < trans_size; col++)
142 pu1_dst[row * dst_strd + (col << 1)] = CLIP_U8((pu1_pred[row * pred_strd + (col << 1)] + dc_value));