/external/libaom/libaom/third_party/libyuv/source/ |
D | convert_argb.cc | 448 int RGB24ToARGB(const uint8* src_rgb24, int src_stride_rgb24, in RGB24ToARGB() argument 461 src_rgb24 = src_rgb24 + (height - 1) * src_stride_rgb24; in RGB24ToARGB() 462 src_stride_rgb24 = -src_stride_rgb24; in RGB24ToARGB() 465 if (src_stride_rgb24 == width * 3 && in RGB24ToARGB() 469 src_stride_rgb24 = dst_stride_argb = 0; in RGB24ToARGB() 490 src_rgb24 += src_stride_rgb24; in RGB24ToARGB()
|
D | convert.cc | 790 int RGB24ToI420(const uint8* src_rgb24, int src_stride_rgb24, in RGB24ToI420() argument 797 void (*RGB24ToUVRow)(const uint8* src_rgb24, int src_stride_rgb24, in RGB24ToI420() 816 src_rgb24 = src_rgb24 + (height - 1) * src_stride_rgb24; in RGB24ToI420() 817 src_stride_rgb24 = -src_stride_rgb24; in RGB24ToI420() 870 RGB24ToUVRow(src_rgb24, src_stride_rgb24, dst_u, dst_v, width); in RGB24ToI420() 872 RGB24ToYRow(src_rgb24 + src_stride_rgb24, dst_y + dst_stride_y, width); in RGB24ToI420() 875 RGB24ToARGBRow(src_rgb24 + src_stride_rgb24, row + kRowSize, width); in RGB24ToI420() 880 src_rgb24 += src_stride_rgb24 * 2; in RGB24ToI420()
|
D | row_neon.cc | 1883 void RGB24ToUVRow_NEON(const uint8* src_rgb24, int src_stride_rgb24, in RGB24ToUVRow_NEON() argument 1922 "+r"(src_stride_rgb24), // %1 in RGB24ToUVRow_NEON()
|
D | row_neon64.cc | 1856 void RGB24ToUVRow_NEON(const uint8* src_rgb24, int src_stride_rgb24, in RGB24ToUVRow_NEON() argument 1858 const uint8* src_rgb24_1 = src_rgb24 + src_stride_rgb24; in RGB24ToUVRow_NEON()
|
/external/libyuv/files/source/ |
D | convert.cc | 937 int src_stride_rgb24, in RGB24ToI420() argument 948 void (*RGB24ToUVRow)(const uint8* src_rgb24, int src_stride_rgb24, in RGB24ToI420() 966 src_rgb24 = src_rgb24 + (height - 1) * src_stride_rgb24; in RGB24ToI420() 967 src_stride_rgb24 = -src_stride_rgb24; in RGB24ToI420() 1032 RGB24ToUVRow(src_rgb24, src_stride_rgb24, dst_u, dst_v, width); in RGB24ToI420() 1034 RGB24ToYRow(src_rgb24 + src_stride_rgb24, dst_y + dst_stride_y, width); in RGB24ToI420() 1037 RGB24ToARGBRow(src_rgb24 + src_stride_rgb24, row + kRowSize, width); in RGB24ToI420() 1042 src_rgb24 += src_stride_rgb24 * 2; in RGB24ToI420()
|
D | convert_argb.cc | 942 int src_stride_rgb24, in RGB24ToARGB() argument 956 src_rgb24 = src_rgb24 + (height - 1) * src_stride_rgb24; in RGB24ToARGB() 957 src_stride_rgb24 = -src_stride_rgb24; in RGB24ToARGB() 960 if (src_stride_rgb24 == width * 3 && dst_stride_argb == width * 4) { in RGB24ToARGB() 963 src_stride_rgb24 = dst_stride_argb = 0; in RGB24ToARGB() 1000 src_rgb24 += src_stride_rgb24; in RGB24ToARGB()
|
D | row_neon.cc | 1646 int src_stride_rgb24, in RGB24ToUVRow_NEON() argument 1686 "+r"(src_stride_rgb24), // %1 in RGB24ToUVRow_NEON()
|
D | row_neon64.cc | 1630 int src_stride_rgb24, in RGB24ToUVRow_NEON() argument 1634 const uint8* src_rgb24_1 = src_rgb24 + src_stride_rgb24; in RGB24ToUVRow_NEON()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert.cc | 960 int src_stride_rgb24, in RGB24ToI420() argument 971 void (*RGB24ToUVRow)(const uint8_t* src_rgb24, int src_stride_rgb24, in RGB24ToI420() 991 src_rgb24 = src_rgb24 + (height - 1) * src_stride_rgb24; in RGB24ToI420() 992 src_stride_rgb24 = -src_stride_rgb24; in RGB24ToI420() 1057 RGB24ToUVRow(src_rgb24, src_stride_rgb24, dst_u, dst_v, width); in RGB24ToI420() 1059 RGB24ToYRow(src_rgb24 + src_stride_rgb24, dst_y + dst_stride_y, width); in RGB24ToI420() 1062 RGB24ToARGBRow(src_rgb24 + src_stride_rgb24, row + kRowSize, width); in RGB24ToI420() 1067 src_rgb24 += src_stride_rgb24 * 2; in RGB24ToI420()
|
D | convert_argb.cc | 1157 int src_stride_rgb24, in RGB24ToARGB() argument 1171 src_rgb24 = src_rgb24 + (height - 1) * src_stride_rgb24; in RGB24ToARGB() 1172 src_stride_rgb24 = -src_stride_rgb24; in RGB24ToARGB() 1175 if (src_stride_rgb24 == width * 3 && dst_stride_argb == width * 4) { in RGB24ToARGB() 1178 src_stride_rgb24 = dst_stride_argb = 0; in RGB24ToARGB() 1207 src_rgb24 += src_stride_rgb24; in RGB24ToARGB()
|
D | row_neon.cc | 1552 int src_stride_rgb24, in RGB24ToUVRow_NEON() argument 1586 "+r"(src_stride_rgb24), // %1 in RGB24ToUVRow_NEON()
|
D | row_neon64.cc | 1591 int src_stride_rgb24, in RGB24ToUVRow_NEON() argument 1595 const uint8_t* src_rgb24_1 = src_rgb24 + src_stride_rgb24; in RGB24ToUVRow_NEON()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | convert.h | 274 int src_stride_rgb24,
|
D | convert_argb.h | 530 int src_stride_rgb24,
|
D | row.h | 880 int src_stride_rgb24,
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 917 int src_stride_rgb24, 962 int src_stride_rgb24, 1174 int src_stride_rgb24, 1219 int src_stride_rgb24, 1294 int src_stride_rgb24,
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 609 void RGB24ToUVRow_NEON(const uint8* src_rgb24, int src_stride_rgb24, 695 void RGB24ToUVRow_Any_NEON(const uint8* src_rgb24, int src_stride_rgb24, 717 void RGB24ToUVRow_C(const uint8* src_rgb24, int src_stride_rgb24,
|