Home | History | Annotate | Download | only in encode

Lines Matching refs:col

363     int row, col;
393 for (col = 0; col < surface_image.width / 2; col++) {
394 u_dst[col * 2] = u_src[col];
395 u_dst[col * 2 + 1] = v_src[col];