HomeSort by relevance Sort by last modified time
    Searched refs:src_row_y (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/third_party/libyuv/source/
scale_argb.cc 561 const uint8* src_row_y = src_y + yi * src_stride_y; local
577 ScaleARGBFilterCols(rowptr, src_row_y, dst_width, x, dx);
579 src_row_y += src_stride_y;
585 ScaleARGBFilterCols(rowptr + rowstride, src_row_y, dst_width, x, dx);
587 src_row_y += src_stride_y;
601 src_row_y = src_y + yi * src_stride_y;
607 I422ToARGBRow(src_row_y, src_row_u, src_row_v, argb_row, src_width);
612 src_row_y += src_stride_y;
  /external/libyuv/files/source/
scale_argb.cc 675 const uint8* src_row_y = src_y + yi * src_stride_y; local
691 ScaleARGBFilterCols(rowptr, src_row_y, dst_width, x, dx);
693 src_row_y += src_stride_y;
699 ScaleARGBFilterCols(rowptr + rowstride, src_row_y, dst_width, x, dx);
701 src_row_y += src_stride_y;
715 src_row_y = src_y + yi * src_stride_y;
721 I422ToARGBRow(src_row_y, src_row_u, src_row_v, argb_row, src_width);
726 src_row_y += src_stride_y;
    [all...]

Completed in 70 milliseconds