Home | History | Annotate | Download | only in encode

Lines Matching refs:col

442     int row, col;
472 for (col = 0; col < surface_image.width / 2; col++) {
473 u_dst[col * 2] = u_src[col];
474 u_dst[col * 2 + 1] = v_src[col];
483 for (col = 0; col < surface_image.width / 2; col++) {
484 u_dst[col] = u_src[col];
485 v_dst[col] = v_src[col];