Searched refs:src_row_y (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dscale_argb.cc549 const uint8* src_row_y = src_y + yi * src_stride_y; local
565 ScaleARGBFilterCols(rowptr, src_row_y, dst_width, x, dx);
567 src_row_y += src_stride_y;
573 ScaleARGBFilterCols(rowptr + rowstride, src_row_y, dst_width, x, dx);
575 src_row_y += src_stride_y;
589 src_row_y = src_y + yi * src_stride_y;
595 I422ToARGBRow(src_row_y, src_row_u, src_row_v, argb_row, src_width);
600 src_row_y += src_stride_y;
/external/chromium_org/third_party/libyuv/source/
H A Dscale_argb.cc549 const uint8* src_row_y = src_y + yi * src_stride_y; local
565 ScaleARGBFilterCols(rowptr, src_row_y, dst_width, x, dx);
567 src_row_y += src_stride_y;
573 ScaleARGBFilterCols(rowptr + rowstride, src_row_y, dst_width, x, dx);
575 src_row_y += src_stride_y;
589 src_row_y = src_y + yi * src_stride_y;
595 I422ToARGBRow(src_row_y, src_row_u, src_row_v, argb_row, src_width);
600 src_row_y += src_stride_y;

Completed in 52 milliseconds