Home | History | Annotate | Download | only in decoder

Lines Matching defs:row

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