Lines Matching refs:col
714 WORD32 row, col;
726 for (col = 0; col < (u4_y_width << 1); col = col + 4)
728 UWORD8 cb_even = row_even_422[col];
729 UWORD8 cr_even = row_even_422[col + 2];
731 row_cb[col >> 1] = cb_even;
732 row_cr[col >> 1] = cr_even;
734 row_even_luma[col >> 1] = row_even_422[col + 1];
735 row_even_luma[(col >> 1) + 1] = row_even_422[col + 3];
737 row_odd_luma[col >> 1] = row_odd_422[col + 1];
738 row_odd_luma[(col >> 1) + 1] = row_odd_422[col + 3];