Home
last modified time | relevance | path

Searched refs:src_stride_argb1555 (Results 1 – 13 of 13) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert.cc1103 int ARGB1555ToI420(const uint8* src_argb1555, int src_stride_argb1555, in ARGB1555ToI420() argument
1110 void (*ARGB1555ToUVRow)(const uint8* src_argb1555, int src_stride_argb1555, in ARGB1555ToI420()
1129 src_argb1555 = src_argb1555 + (height - 1) * src_stride_argb1555; in ARGB1555ToI420()
1130 src_stride_argb1555 = -src_stride_argb1555; in ARGB1555ToI420()
1191 ARGB1555ToUVRow(src_argb1555, src_stride_argb1555, dst_u, dst_v, width); in ARGB1555ToI420()
1193 ARGB1555ToYRow(src_argb1555 + src_stride_argb1555, dst_y + dst_stride_y, in ARGB1555ToI420()
1197 ARGB1555ToARGBRow(src_argb1555 + src_stride_argb1555, row + kRowSize, in ARGB1555ToI420()
1203 src_argb1555 += src_stride_argb1555 * 2; in ARGB1555ToI420()
Dconvert_argb.cc1042 int ARGB1555ToARGB(const uint8* src_argb1555, int src_stride_argb1555, in ARGB1555ToARGB() argument
1055 src_argb1555 = src_argb1555 + (height - 1) * src_stride_argb1555; in ARGB1555ToARGB()
1056 src_stride_argb1555 = -src_stride_argb1555; in ARGB1555ToARGB()
1059 if (src_stride_argb1555 == width * 2 && in ARGB1555ToARGB()
1063 src_stride_argb1555 = dst_stride_argb = 0; in ARGB1555ToARGB()
1092 src_argb1555 += src_stride_argb1555; in ARGB1555ToARGB()
Drow_neon.cc1868 void ARGB1555ToUVRow_NEON(const uint8* src_argb1555, int src_stride_argb1555, in ARGB1555ToUVRow_NEON() argument
1926 "+r"(src_stride_argb1555), // %1 in ARGB1555ToUVRow_NEON()
Drow_neon64.cc1820 void ARGB1555ToUVRow_NEON(const uint8* src_argb1555, int src_stride_argb1555, in ARGB1555ToUVRow_NEON() argument
1822 const uint8* src_argb1555_1 = src_argb1555 + src_stride_argb1555; in ARGB1555ToUVRow_NEON()
Drow_common.cc528 void ARGB1555ToUVRow_C(const uint8* src_argb1555, int src_stride_argb1555, in ARGB1555ToUVRow_C() argument
530 const uint8* next_argb1555 = src_argb1555 + src_stride_argb1555; in ARGB1555ToUVRow_C()
/external/libyuv/files/source/
Dconvert.cc1342 int src_stride_argb1555, in ARGB1555ToI420() argument
1353 void (*ARGB1555ToUVRow)(const uint8* src_argb1555, int src_stride_argb1555, in ARGB1555ToI420()
1373 src_argb1555 = src_argb1555 + (height - 1) * src_stride_argb1555; in ARGB1555ToI420()
1374 src_stride_argb1555 = -src_stride_argb1555; in ARGB1555ToI420()
1446 ARGB1555ToUVRow(src_argb1555, src_stride_argb1555, dst_u, dst_v, width); in ARGB1555ToI420()
1448 ARGB1555ToYRow(src_argb1555 + src_stride_argb1555, dst_y + dst_stride_y, in ARGB1555ToI420()
1452 ARGB1555ToARGBRow(src_argb1555 + src_stride_argb1555, row + kRowSize, in ARGB1555ToI420()
1458 src_argb1555 += src_stride_argb1555 * 2; in ARGB1555ToI420()
Dconvert_argb.cc1151 int src_stride_argb1555, in ARGB1555ToARGB() argument
1165 src_argb1555 = src_argb1555 + (height - 1) * src_stride_argb1555; in ARGB1555ToARGB()
1166 src_stride_argb1555 = -src_stride_argb1555; in ARGB1555ToARGB()
1169 if (src_stride_argb1555 == width * 2 && dst_stride_argb == width * 4) { in ARGB1555ToARGB()
1172 src_stride_argb1555 = dst_stride_argb = 0; in ARGB1555ToARGB()
1217 src_argb1555 += src_stride_argb1555; in ARGB1555ToARGB()
Drow_neon.cc1821 int src_stride_argb1555, in ARGB1555ToUVRow_NEON() argument
1881 "+r"(src_stride_argb1555), // %1 in ARGB1555ToUVRow_NEON()
Drow_neon64.cc1792 int src_stride_argb1555, in ARGB1555ToUVRow_NEON() argument
1796 const uint8* src_argb1555_1 = src_argb1555 + src_stride_argb1555; in ARGB1555ToUVRow_NEON()
Drow_common.cc537 int src_stride_argb1555, in ARGB1555ToUVRow_C() argument
541 const uint8* next_argb1555 = src_argb1555 + src_stride_argb1555; in ARGB1555ToUVRow_C()
Drow_msa.cc1848 int src_stride_argb1555, in ARGB1555ToUVRow_MSA() argument
1854 const uint16* t = (const uint16*)(src_argb1555 + src_stride_argb1555); in ARGB1555ToUVRow_MSA()
/external/libyuv/files/include/libyuv/
Drow.h932 int src_stride_argb1555,
977 int src_stride_argb1555,
1189 int src_stride_argb1555,
1234 int src_stride_argb1555,
1309 int src_stride_argb1555,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drow.h681 void ARGB1555ToUVRow_NEON(const uint8* src_argb1555, int src_stride_argb1555,
772 int src_stride_argb1555,
793 void ARGB1555ToUVRow_C(const uint8* src_argb1555, int src_stride_argb1555,