OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:src_row_y
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
scale_argb.cc
549
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/
scale_argb.cc
549
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 2505 milliseconds