Searched refs:src_rgb24 (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dconvert.cc950 int RGB24ToI420(const uint8* src_rgb24, int src_stride_rgb24, argument
957 void (*RGB24ToUVRow)(const uint8* src_rgb24, int src_stride_rgb24,
959 void (*RGB24ToYRow)(const uint8* src_rgb24, uint8* dst_y, int pix) =
969 if (!src_rgb24 || !dst_y || !dst_u || !dst_v ||
976 src_rgb24 = src_rgb24 + (height - 1) * src_stride_rgb24;
1033 RGB24ToUVRow(src_rgb24, src_stride_rgb24, dst_u, dst_v, width);
1034 RGB24ToYRow(src_rgb24, dst_y, width);
1035 RGB24ToYRow(src_rgb24 + src_stride_rgb24, dst_y + dst_stride_y, width);
1037 RGB24ToARGBRow(src_rgb24, ro
[all...]
H A Dconvert_argb.cc426 int RGB24ToARGB(const uint8* src_rgb24, int src_stride_rgb24, argument
432 if (!src_rgb24 || !dst_argb ||
439 src_rgb24 = src_rgb24 + (height - 1) * src_stride_rgb24;
467 RGB24ToARGBRow(src_rgb24, dst_argb, width);
468 src_rgb24 += src_stride_rgb24;
H A Drow_neon.cc953 void RGB24ToARGBRow_NEON(const uint8* src_rgb24, uint8* dst_argb, int pix) { argument
964 : "+r"(src_rgb24), // %0
1947 void RGB24ToUVRow_NEON(const uint8* src_rgb24, int src_stride_rgb24, argument
1950 "add %1, %0, %1 \n" // src_stride + src_rgb24
1985 : "+r"(src_rgb24), // %0
2420 void RGB24ToYRow_NEON(const uint8* src_rgb24, uint8* dst_y, int pix) { argument
2439 : "+r"(src_rgb24), // %0
H A Drow_neon64.cc1006 void RGB24ToARGBRow_NEON(const uint8* src_rgb24, uint8* dst_argb, int pix) { argument
1017 : "+r"(src_rgb24), // %0
2067 void RGB24ToUVRow_NEON(const uint8* src_rgb24, int src_stride_rgb24, argument
2070 "add %1, %0, %1 \n" // src_stride + src_rgb24
2105 : "+r"(src_rgb24), // %0
2562 void RGB24ToYRow_NEON(const uint8* src_rgb24, uint8* dst_y, int pix) { argument
2581 : "+r"(src_rgb24), // %0
H A Drow_common.cc73 void RGB24ToARGBRow_C(const uint8* src_rgb24, uint8* dst_argb, int width) { argument
76 uint8 b = src_rgb24[0];
77 uint8 g = src_rgb24[1];
78 uint8 r = src_rgb24[2];
84 src_rgb24 += 3;
H A Drow_posix.cc304 void RGB24ToARGBRow_SSSE3(const uint8* src_rgb24, uint8* dst_argb, int pix) { argument
334 : "+r"(src_rgb24), // %0
H A Drow_win.cc368 void RGB24ToARGBRow_SSSE3(const uint8* src_rgb24, uint8* dst_argb, int pix) { argument
370 mov eax, [esp + 4] // src_rgb24
/external/chromium_org/third_party/libyuv/source/
H A Dconvert.cc948 int RGB24ToI420(const uint8* src_rgb24, int src_stride_rgb24, argument
955 void (*RGB24ToUVRow)(const uint8* src_rgb24, int src_stride_rgb24,
957 void (*RGB24ToYRow)(const uint8* src_rgb24, uint8* dst_y, int pix) =
970 if (!src_rgb24 || !dst_y || !dst_u || !dst_v ||
977 src_rgb24 = src_rgb24 + (height - 1) * src_stride_rgb24;
1027 RGB24ToUVRow(src_rgb24, src_stride_rgb24, dst_u, dst_v, width);
1028 RGB24ToYRow(src_rgb24, dst_y, width);
1029 RGB24ToYRow(src_rgb24 + src_stride_rgb24, dst_y + dst_stride_y, width);
1031 RGB24ToARGBRow(src_rgb24, ro
[all...]
H A Dconvert_argb.cc426 int RGB24ToARGB(const uint8* src_rgb24, int src_stride_rgb24, argument
432 if (!src_rgb24 || !dst_argb ||
439 src_rgb24 = src_rgb24 + (height - 1) * src_stride_rgb24;
467 RGB24ToARGBRow(src_rgb24, dst_argb, width);
468 src_rgb24 += src_stride_rgb24;
H A Drow_neon.cc954 void RGB24ToARGBRow_NEON(const uint8* src_rgb24, uint8* dst_argb, int pix) { argument
965 : "+r"(src_rgb24), // %0
1948 void RGB24ToUVRow_NEON(const uint8* src_rgb24, int src_stride_rgb24, argument
1951 "add %1, %0, %1 \n" // src_stride + src_rgb24
1986 : "+r"(src_rgb24), // %0
2421 void RGB24ToYRow_NEON(const uint8* src_rgb24, uint8* dst_y, int pix) { argument
2440 : "+r"(src_rgb24), // %0
H A Drow_common.cc73 void RGB24ToARGBRow_C(const uint8* src_rgb24, uint8* dst_argb, int width) { argument
76 uint8 b = src_rgb24[0];
77 uint8 g = src_rgb24[1];
78 uint8 r = src_rgb24[2];
84 src_rgb24 += 3;
H A Drow_posix.cc304 void RGB24ToARGBRow_SSSE3(const uint8* src_rgb24, uint8* dst_argb, int pix) { argument
334 : "+r"(src_rgb24), // %0
H A Drow_win.cc369 void RGB24ToARGBRow_SSSE3(const uint8* src_rgb24, uint8* dst_argb, int pix) { argument
371 mov eax, [esp + 4] // src_rgb24
/external/libyuv/files/source/
H A Drow_neon.cc600 void RGB24ToARGBRow_NEON(const uint8* src_rgb24, uint8* dst_argb, int pix) { argument
609 : "+r"(src_rgb24), // %0
H A Dconvert_argb.cc398 int RGB24ToARGB(const uint8* src_rgb24, int src_stride_rgb24, argument
401 if (!src_rgb24 || !dst_argb ||
408 src_rgb24 = src_rgb24 + (height - 1) * src_stride_rgb24;
411 void (*RGB24ToARGBRow)(const uint8* src_rgb24, uint8* dst_argb, int pix) =
422 RGB24ToARGBRow(src_rgb24, dst_argb, width);
423 src_rgb24 += src_stride_rgb24;
H A Dconvert.cc1158 int RGB24ToI420(const uint8* src_rgb24, int src_stride_rgb24, argument
1165 } else if (!src_rgb24 ||
1173 src_rgb24 = src_rgb24 + (height - 1) * src_stride_rgb24;
1182 TestReadSafe(src_rgb24, src_stride_rgb24, width, height, 3, 48)) {
1210 RGB24ToARGBRow(src_rgb24, row, width);
1211 RGB24ToARGBRow(src_rgb24 + src_stride_rgb24, row + kMaxStride, width);
1215 src_rgb24 += src_stride_rgb24 * 2;
1221 RGB24ToARGBRow_C(src_rgb24, row, width);
H A Drow_common.cc70 void RGB24ToARGBRow_C(const uint8* src_rgb24, uint8* dst_argb, int width) { argument
72 uint8 b = src_rgb24[0];
73 uint8 g = src_rgb24[1];
74 uint8 r = src_rgb24[2];
80 src_rgb24 += 3;
H A Drow_posix.cc246 void RGB24ToARGBRow_SSSE3(const uint8* src_rgb24, uint8* dst_argb, int pix) { argument
276 : "+r"(src_rgb24), // %0
H A Drow_win.cc238 void RGB24ToARGBRow_SSSE3(const uint8* src_rgb24, uint8* dst_argb, int pix) { argument
240 mov eax, [esp + 4] // src_rgb24
/external/libyuv/files/include/libyuv/
H A Drow.h291 void RGB24ToARGBRow_SSSE3(const uint8* src_rgb24, uint8* dst_argb, int pix);
292 void RAWToARGBRow_SSSE3(const uint8* src_rgb24, uint8* dst_argb, int pix);
300 void RGB24ToARGBRow_NEON(const uint8* src_rgb24, uint8* dst_argb, int pix);
301 void RAWToARGBRow_NEON(const uint8* src_rgb24, uint8* dst_argb, int pix);
306 void RGB24ToARGBRow_C(const uint8* src_rgb24, uint8* dst_argb, int pix);
307 void RAWToARGBRow_C(const uint8* src_rgb24, uint8* dst_argb, int pix);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
H A Drow.h652 void RGB24ToYRow_SSSE3(const uint8* src_rgb24, uint8* dst_y, int pix);
659 void RGB24ToYRow_Unaligned_SSSE3(const uint8* src_rgb24, uint8* dst_y, int pix);
679 void RGB24ToUVRow_NEON(const uint8* src_rgb24, int src_stride_rgb24,
692 void RGB24ToYRow_NEON(const uint8* src_rgb24, uint8* dst_y, int pix);
702 void RGB24ToYRow_C(const uint8* src_rgb24, uint8* dst_y, int pix);
712 void RGB24ToYRow_Any_SSSE3(const uint8* src_rgb24, uint8* dst_y, int pix);
719 void RGB24ToYRow_Any_NEON(const uint8* src_rgb24, uint8* dst_y, int pix);
775 void RGB24ToUVRow_Any_NEON(const uint8* src_rgb24, int src_stride_rgb24,
797 void RGB24ToUVRow_C(const uint8* src_rgb24, int src_stride_rgb24,
935 void RGB24ToARGBRow_SSSE3(const uint8* src_rgb24, uint
[all...]
/external/chromium_org/third_party/libyuv/include/libyuv/
H A Drow.h560 void RGB24ToYRow_SSSE3(const uint8* src_rgb24, uint8* dst_y, int pix);
567 void RGB24ToYRow_Unaligned_SSSE3(const uint8* src_rgb24, uint8* dst_y, int pix);
587 void RGB24ToUVRow_NEON(const uint8* src_rgb24, int src_stride_rgb24,
600 void RGB24ToYRow_NEON(const uint8* src_rgb24, uint8* dst_y, int pix);
610 void RGB24ToYRow_C(const uint8* src_rgb24, uint8* dst_y, int pix);
620 void RGB24ToYRow_Any_SSSE3(const uint8* src_rgb24, uint8* dst_y, int pix);
627 void RGB24ToYRow_Any_NEON(const uint8* src_rgb24, uint8* dst_y, int pix);
683 void RGB24ToUVRow_Any_NEON(const uint8* src_rgb24, int src_stride_rgb24,
705 void RGB24ToUVRow_C(const uint8* src_rgb24, int src_stride_rgb24,
843 void RGB24ToARGBRow_SSSE3(const uint8* src_rgb24, uint
[all...]

Completed in 815 milliseconds