Searched refs:src_argb4444 (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dconvert.cc1417 int ARGB4444ToI420(const uint8* src_argb4444, int src_stride_argb4444, argument
1424 void (*ARGB4444ToUVRow)(const uint8* src_argb4444, int src_stride_argb4444,
1426 void (*ARGB4444ToYRow)(const uint8* src_argb4444, uint8* dst_y, int pix) =
1436 if (!src_argb4444 || !dst_y || !dst_u || !dst_v ||
1443 src_argb4444 = src_argb4444 + (height - 1) * src_stride_argb4444;
1500 ARGB4444ToUVRow(src_argb4444, src_stride_argb4444, dst_u, dst_v, width);
1501 ARGB4444ToYRow(src_argb4444, dst_y, width);
1502 ARGB4444ToYRow(src_argb4444 + src_stride_argb4444, dst_y + dst_stride_y,
1505 ARGB4444ToARGBRow(src_argb4444, ro
[all...]
H A Dconvert_argb.cc626 int ARGB4444ToARGB(const uint8* src_argb4444, int src_stride_argb4444, argument
630 void (*ARGB4444ToARGBRow)(const uint8* src_argb4444, uint8* dst_argb,
632 if (!src_argb4444 || !dst_argb ||
639 src_argb4444 = src_argb4444 + (height - 1) * src_stride_argb4444;
667 ARGB4444ToARGBRow(src_argb4444, dst_argb, width);
668 src_argb4444 += src_stride_argb4444;
H A Drow_neon.cc1082 void ARGB4444ToARGBRow_NEON(const uint8* src_argb4444, uint8* dst_argb, argument
1095 : "+r"(src_argb4444), // %0
2186 void ARGB4444ToUVRow_NEON(const uint8* src_argb4444, int src_stride_argb4444, argument
2244 : "+r"(src_argb4444), // %0
2311 void ARGB4444ToYRow_NEON(const uint8* src_argb4444, uint8* dst_y, int pix) { argument
2331 : "+r"(src_argb4444), // %0
H A Drow_neon64.cc1144 void ARGB4444ToARGBRow_NEON(const uint8* src_argb4444, uint8* dst_argb, argument
1157 : "+r"(src_argb4444), // %0
2314 void ARGB4444ToUVRow_NEON(const uint8* src_argb4444, int src_stride_argb4444, argument
2372 : "+r"(src_argb4444), // %0
2445 void ARGB4444ToYRow_NEON(const uint8* src_argb4444, uint8* dst_y, int pix) { argument
2465 : "+r"(src_argb4444), // %0
H A Drow_common.cc135 void ARGB4444ToARGBRow_C(const uint8* src_argb4444, uint8* dst_argb, argument
139 uint8 b = src_argb4444[0] & 0x0f;
140 uint8 g = src_argb4444[0] >> 4;
141 uint8 r = src_argb4444[1] & 0x0f;
142 uint8 a = src_argb4444[1] >> 4;
148 src_argb4444 += 2;
418 void ARGB4444ToYRow_C(const uint8* src_argb4444, uint8* dst_y, int width) { argument
421 uint8 b = src_argb4444[0] & 0x0f;
422 uint8 g = src_argb4444[0] >> 4;
423 uint8 r = src_argb4444[
528 ARGB4444ToUVRow_C(const uint8* src_argb4444, int src_stride_argb4444, uint8* dst_u, uint8* dst_v, int width) argument
[all...]
H A Drow_win.cc559 void ARGB4444ToARGBRow_SSE2(const uint8* src_argb4444, uint8* dst_argb, argument
567 mov eax, [esp + 4] // src_argb4444
/external/chromium_org/third_party/libyuv/source/
H A Dconvert.cc1398 int ARGB4444ToI420(const uint8* src_argb4444, int src_stride_argb4444, argument
1405 void (*ARGB4444ToUVRow)(const uint8* src_argb4444, int src_stride_argb4444,
1407 void (*ARGB4444ToYRow)(const uint8* src_argb4444, uint8* dst_y, int pix) =
1420 if (!src_argb4444 || !dst_y || !dst_u || !dst_v ||
1427 src_argb4444 = src_argb4444 + (height - 1) * src_stride_argb4444;
1477 ARGB4444ToUVRow(src_argb4444, src_stride_argb4444, dst_u, dst_v, width);
1478 ARGB4444ToYRow(src_argb4444, dst_y, width);
1479 ARGB4444ToYRow(src_argb4444 + src_stride_argb4444, dst_y + dst_stride_y,
1482 ARGB4444ToARGBRow(src_argb4444, ro
[all...]
H A Dconvert_argb.cc626 int ARGB4444ToARGB(const uint8* src_argb4444, int src_stride_argb4444, argument
630 void (*ARGB4444ToARGBRow)(const uint8* src_argb4444, uint8* dst_argb,
632 if (!src_argb4444 || !dst_argb ||
639 src_argb4444 = src_argb4444 + (height - 1) * src_stride_argb4444;
667 ARGB4444ToARGBRow(src_argb4444, dst_argb, width);
668 src_argb4444 += src_stride_argb4444;
H A Drow_neon.cc1083 void ARGB4444ToARGBRow_NEON(const uint8* src_argb4444, uint8* dst_argb, argument
1096 : "+r"(src_argb4444), // %0
2187 void ARGB4444ToUVRow_NEON(const uint8* src_argb4444, int src_stride_argb4444, argument
2245 : "+r"(src_argb4444), // %0
2312 void ARGB4444ToYRow_NEON(const uint8* src_argb4444, uint8* dst_y, int pix) { argument
2332 : "+r"(src_argb4444), // %0
H A Drow_common.cc135 void ARGB4444ToARGBRow_C(const uint8* src_argb4444, uint8* dst_argb, argument
139 uint8 b = src_argb4444[0] & 0x0f;
140 uint8 g = src_argb4444[0] >> 4;
141 uint8 r = src_argb4444[1] & 0x0f;
142 uint8 a = src_argb4444[1] >> 4;
148 src_argb4444 += 2;
418 void ARGB4444ToYRow_C(const uint8* src_argb4444, uint8* dst_y, int width) { argument
421 uint8 b = src_argb4444[0] & 0x0f;
422 uint8 g = src_argb4444[0] >> 4;
423 uint8 r = src_argb4444[
528 ARGB4444ToUVRow_C(const uint8* src_argb4444, int src_stride_argb4444, uint8* dst_u, uint8* dst_v, int width) argument
[all...]
H A Drow_win.cc560 void ARGB4444ToARGBRow_SSE2(const uint8* src_argb4444, uint8* dst_argb, argument
568 mov eax, [esp + 4] // src_argb4444
/external/libyuv/files/source/
H A Dconvert_argb.cc497 int ARGB4444ToARGB(const uint8* src_argb4444, int src_stride_argb4444, argument
500 if (!src_argb4444 || !dst_argb ||
507 src_argb4444 = src_argb4444 + (height - 1) * src_stride_argb4444;
510 void (*ARGB4444ToARGBRow)(const uint8* src_argb4444, uint8* dst_argb,
521 ARGB4444ToARGBRow(src_argb4444, dst_argb, width);
522 src_argb4444 += src_stride_argb4444;
H A Dconvert.cc1443 int ARGB4444ToI420(const uint8* src_argb4444, int src_stride_argb4444, argument
1450 } else if (!src_argb4444 ||
1458 src_argb4444 = src_argb4444 + (height - 1) * src_stride_argb4444;
1467 TestReadSafe(src_argb4444, src_stride_argb4444, width, height, 2, 16)) {
1495 ARGB4444ToARGBRow(src_argb4444, row, width);
1496 ARGB4444ToARGBRow(src_argb4444 + src_stride_argb4444,
1501 src_argb4444 += src_stride_argb4444 * 2;
1507 ARGB4444ToARGBRow_C(src_argb4444, row, width);
H A Drow_win.cc429 void ARGB4444ToARGBRow_SSE2(const uint8* src_argb4444, uint8* dst_argb, argument
437 mov eax, [esp + 4] // src_argb4444
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
H A Drow.h687 void ARGB4444ToUVRow_NEON(const uint8* src_argb4444, int src_stride_argb4444,
696 void ARGB4444ToYRow_NEON(const uint8* src_argb4444, uint8* dst_y, int pix);
706 void ARGB4444ToYRow_C(const uint8* src_argb4444, uint8* dst_y, int pix);
723 void ARGB4444ToYRow_Any_NEON(const uint8* src_argb4444, uint8* dst_y, int pix);
784 void ARGB4444ToUVRow_Any_NEON(const uint8* src_argb4444,
805 void ARGB4444ToUVRow_C(const uint8* src_argb4444, int src_stride_argb4444,
940 void ARGB4444ToARGBRow_SSE2(const uint8* src_argb4444, uint8* dst_argb,
948 void ARGB4444ToARGBRow_NEON(const uint8* src_argb4444, uint8* dst_argb,
961 void ARGB4444ToARGBRow_Any_SSE2(const uint8* src_argb4444, uint8* dst_argb,
969 void ARGB4444ToARGBRow_Any_NEON(const uint8* src_argb4444, uint
[all...]
/external/chromium_org/third_party/libyuv/include/libyuv/
H A Drow.h595 void ARGB4444ToUVRow_NEON(const uint8* src_argb4444, int src_stride_argb4444,
604 void ARGB4444ToYRow_NEON(const uint8* src_argb4444, uint8* dst_y, int pix);
614 void ARGB4444ToYRow_C(const uint8* src_argb4444, uint8* dst_y, int pix);
631 void ARGB4444ToYRow_Any_NEON(const uint8* src_argb4444, uint8* dst_y, int pix);
692 void ARGB4444ToUVRow_Any_NEON(const uint8* src_argb4444,
713 void ARGB4444ToUVRow_C(const uint8* src_argb4444, int src_stride_argb4444,
848 void ARGB4444ToARGBRow_SSE2(const uint8* src_argb4444, uint8* dst_argb,
856 void ARGB4444ToARGBRow_NEON(const uint8* src_argb4444, uint8* dst_argb,
869 void ARGB4444ToARGBRow_Any_SSE2(const uint8* src_argb4444, uint8* dst_argb,
877 void ARGB4444ToARGBRow_Any_NEON(const uint8* src_argb4444, uint
[all...]

Completed in 447 milliseconds