Home | History | Annotate | Download | only in base

Lines Matching refs:row

326       // For formats with half-height UV planes, each even-numbered pixel row
327 // should not interpolate, since the next row to interpolate from should
328 // be a duplicate of the current row.
434 // Determine number of pixels in each output row.
455 // For each destination row perform interpolation and color space
457 for (int row = dest_rect_top; row < dest_rect_bottom; ++row) {
458 // Round the fixed-point y position to get the current row.
463 // Locate the first row for each plane for interpolation.
471 // Locate the second row for interpolation, being careful not to overrun.
505 // If the frame is too large then we linear scale a single row.