Searched refs:src_stride_raw (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dconvert_argb.cc476 int RAWToARGB(const uint8* src_raw, int src_stride_raw, argument
489 src_raw = src_raw + (height - 1) * src_stride_raw;
490 src_stride_raw = -src_stride_raw;
493 if (src_stride_raw == width * 3 &&
497 src_stride_raw = dst_stride_argb = 0;
518 src_raw += src_stride_raw;
H A Dconvert.cc1067 int RAWToI420(const uint8* src_raw, int src_stride_raw, argument
1074 void (*RAWToUVRow)(const uint8* src_raw, int src_stride_raw,
1093 src_raw = src_raw + (height - 1) * src_stride_raw;
1094 src_stride_raw = -src_stride_raw;
1148 RAWToUVRow(src_raw, src_stride_raw, dst_u, dst_v, width);
1150 RAWToYRow(src_raw + src_stride_raw, dst_y + dst_stride_y, width);
1153 RAWToARGBRow(src_raw + src_stride_raw, row + kRowSize, width);
1158 src_raw += src_stride_raw * 2;
H A Drow_neon.cc1996 void RAWToUVRow_NEON(const uint8* src_raw, int src_stride_raw, argument
2035 "+r"(src_stride_raw), // %1
H A Drow_neon64.cc2118 void RAWToUVRow_NEON(const uint8* src_raw, int src_stride_raw, argument
2157 "+r"(src_stride_raw), // %1
/external/chromium_org/third_party/libyuv/source/
H A Dconvert_argb.cc476 int RAWToARGB(const uint8* src_raw, int src_stride_raw, argument
489 src_raw = src_raw + (height - 1) * src_stride_raw;
490 src_stride_raw = -src_stride_raw;
493 if (src_stride_raw == width * 3 &&
497 src_stride_raw = dst_stride_argb = 0;
518 src_raw += src_stride_raw;
H A Dconvert.cc1060 int RAWToI420(const uint8* src_raw, int src_stride_raw, argument
1067 void (*RAWToUVRow)(const uint8* src_raw, int src_stride_raw,
1089 src_raw = src_raw + (height - 1) * src_stride_raw;
1090 src_stride_raw = -src_stride_raw;
1139 RAWToUVRow(src_raw, src_stride_raw, dst_u, dst_v, width);
1141 RAWToYRow(src_raw + src_stride_raw, dst_y + dst_stride_y, width);
1144 RAWToARGBRow(src_raw + src_stride_raw, row + kRowSize, width);
1149 src_raw += src_stride_raw * 2;
H A Drow_neon.cc1997 void RAWToUVRow_NEON(const uint8* src_raw, int src_stride_raw, argument
2036 "+r"(src_stride_raw), // %1
/external/libyuv/files/source/
H A Dconvert_argb.cc365 int RAWToARGB(const uint8* src_raw, int src_stride_raw, argument
375 src_raw = src_raw + (height - 1) * src_stride_raw;
376 src_stride_raw = -src_stride_raw;
390 src_raw += src_stride_raw;
H A Dconvert.cc1229 int RAWToI420(const uint8* src_raw, int src_stride_raw, argument
1244 src_raw = src_raw + (height - 1) * src_stride_raw;
1245 src_stride_raw = -src_stride_raw;
1253 TestReadSafe(src_raw, src_stride_raw, width, height, 3, 48)) {
1282 RAWToARGBRow(src_raw + src_stride_raw, row + kMaxStride, width);
1286 src_raw += src_stride_raw * 2;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
H A Drow.h681 void RAWToUVRow_NEON(const uint8* src_raw, int src_stride_raw,
777 void RAWToUVRow_Any_NEON(const uint8* src_raw, int src_stride_raw,
799 void RAWToUVRow_C(const uint8* src_raw, int src_stride_raw,
/external/chromium_org/third_party/libyuv/include/libyuv/
H A Drow.h589 void RAWToUVRow_NEON(const uint8* src_raw, int src_stride_raw,
685 void RAWToUVRow_Any_NEON(const uint8* src_raw, int src_stride_raw,
707 void RAWToUVRow_C(const uint8* src_raw, int src_stride_raw,

Completed in 121 milliseconds