Home
last modified time | relevance | path

Searched refs:src_stride_raw (Results 1 – 25 of 31) sorted by relevance

12

/external/libyuv/files/source/
Dconvert.cc2240 int src_stride_raw, in RAWToI420() argument
2251 void (*RAWToUVRow)(const uint8_t* src_raw, int src_stride_raw, uint8_t* dst_u, in RAWToI420()
2270 src_raw = src_raw + (height - 1) * src_stride_raw; in RAWToI420()
2271 src_stride_raw = -src_stride_raw; in RAWToI420()
2372 RAWToUVRow(src_raw, src_stride_raw, dst_u, dst_v, width); in RAWToI420()
2374 RAWToYRow(src_raw + src_stride_raw, dst_y + dst_stride_y, width); in RAWToI420()
2377 RAWToARGBRow(src_raw + src_stride_raw, row + kRowSize, width); in RAWToI420()
2382 src_raw += src_stride_raw * 2; in RAWToI420()
2413 int src_stride_raw, in RAWToJ420() argument
2424 void (*RAWToUVJRow)(const uint8_t* src_raw, int src_stride_raw, in RAWToJ420()
[all …]
Dconvert_from_argb.cc2347 int src_stride_raw, in RAWToJNV21() argument
2357 void (*RAWToUVJRow)(const uint8_t* src_raw, int src_stride_raw, in RAWToJNV21()
2379 src_raw = src_raw + (height - 1) * src_stride_raw; in RAWToJNV21()
2380 src_stride_raw = -src_stride_raw; in RAWToJNV21()
2503 RAWToUVJRow(src_raw, src_stride_raw, row_u, row_v, width); in RAWToJNV21()
2506 RAWToYJRow(src_raw + src_stride_raw, dst_y + dst_stride_y, width); in RAWToJNV21()
2509 RAWToARGBRow(src_raw + src_stride_raw, row + kRowSize, width); in RAWToJNV21()
2515 src_raw += src_stride_raw * 2; in RAWToJNV21()
Drow_neon.cc1859 int src_stride_raw, in RAWToUVJRow_NEON() argument
1893 "+r"(src_stride_raw), // %1 in RAWToUVJRow_NEON()
2084 int src_stride_raw, in RAWToUVRow_NEON() argument
2118 "+r"(src_stride_raw), // %1 in RAWToUVRow_NEON()
Drow_neon64.cc2238 int src_stride_raw, in RAWToUVJRow_NEON() argument
2242 const uint8_t* src_raw_1 = src_raw + src_stride_raw; in RAWToUVJRow_NEON()
2443 int src_stride_raw, in RAWToUVRow_NEON() argument
2447 const uint8_t* src_raw_1 = src_raw + src_stride_raw; in RAWToUVRow_NEON()
Dconvert_argb.cc2916 int src_stride_raw, in RAWToARGB() argument
2930 src_raw = src_raw + (height - 1) * src_stride_raw; in RAWToARGB()
2931 src_stride_raw = -src_stride_raw; in RAWToARGB()
2934 if (src_stride_raw == width * 3 && dst_stride_argb == width * 4) { in RAWToARGB()
2937 src_stride_raw = dst_stride_argb = 0; in RAWToARGB()
2982 src_raw += src_stride_raw; in RAWToARGB()
2991 int src_stride_raw, in RAWToRGBA() argument
3005 src_raw = src_raw + (height - 1) * src_stride_raw; in RAWToRGBA()
3006 src_stride_raw = -src_stride_raw; in RAWToRGBA()
3009 if (src_stride_raw == width * 3 && dst_stride_rgba == width * 4) { in RAWToRGBA()
[all …]
Dplanar_functions.cc2999 int src_stride_raw, in RAWToRGB24() argument
3013 src_raw = src_raw + (height - 1) * src_stride_raw; in RAWToRGB24()
3014 src_stride_raw = -src_stride_raw; in RAWToRGB24()
3017 if (src_stride_raw == width * 3 && dst_stride_rgb24 == width * 3) { in RAWToRGB24()
3020 src_stride_raw = dst_stride_rgb24 = 0; in RAWToRGB24()
3057 src_raw += src_stride_raw; in RAWToRGB24()
/external/libaom/third_party/libyuv/source/
Dconvert.cc1635 int src_stride_raw, in RAWToI420() argument
1647 void (*RAWToUVRow)(const uint8_t* src_raw, int src_stride_raw, uint8_t* dst_u, in RAWToI420()
1666 src_raw = src_raw + (height - 1) * src_stride_raw; in RAWToI420()
1667 src_stride_raw = -src_stride_raw; in RAWToI420()
1749 RAWToUVRow(src_raw, src_stride_raw, dst_u, dst_v, width); in RAWToI420()
1751 RAWToYRow(src_raw + src_stride_raw, dst_y + dst_stride_y, width); in RAWToI420()
1754 RAWToARGBRow(src_raw + src_stride_raw, row + kRowSize, width); in RAWToI420()
1759 src_raw += src_stride_raw * 2; in RAWToI420()
2357 int src_stride_raw, in RAWToJ400() argument
2370 src_raw = src_raw + (height - 1) * src_stride_raw; in RAWToJ400()
[all …]
Dconvert_argb.cc1867 int src_stride_raw, in RAWToARGB() argument
1881 src_raw = src_raw + (height - 1) * src_stride_raw; in RAWToARGB()
1882 src_stride_raw = -src_stride_raw; in RAWToARGB()
1885 if (src_stride_raw == width * 3 && dst_stride_argb == width * 4) { in RAWToARGB()
1888 src_stride_raw = dst_stride_argb = 0; in RAWToARGB()
1925 src_raw += src_stride_raw; in RAWToARGB()
1934 int src_stride_raw, in RAWToRGBA() argument
1948 src_raw = src_raw + (height - 1) * src_stride_raw; in RAWToRGBA()
1949 src_stride_raw = -src_stride_raw; in RAWToRGBA()
1952 if (src_stride_raw == width * 3 && dst_stride_rgba == width * 4) { in RAWToRGBA()
[all …]
Dplanar_functions.cc1898 int src_stride_raw, in RAWToRGB24() argument
1912 src_raw = src_raw + (height - 1) * src_stride_raw; in RAWToRGB24()
1913 src_stride_raw = -src_stride_raw; in RAWToRGB24()
1916 if (src_stride_raw == width * 3 && dst_stride_rgb24 == width * 3) { in RAWToRGB24()
1919 src_stride_raw = dst_stride_rgb24 = 0; in RAWToRGB24()
1956 src_raw += src_stride_raw; in RAWToRGB24()
Drow_neon.cc1678 int src_stride_raw, in RAWToUVRow_NEON() argument
1712 "+r"(src_stride_raw), // %1 in RAWToUVRow_NEON()
Drow_neon64.cc1822 int src_stride_raw, in RAWToUVRow_NEON() argument
1826 const uint8_t* src_raw_1 = src_raw + src_stride_raw; in RAWToUVRow_NEON()
/external/libvpx/third_party/libyuv/source/
Dconvert.cc1092 int src_stride_raw, in RAWToI420() argument
1103 void (*RAWToUVRow)(const uint8_t* src_raw, int src_stride_raw, uint8_t* dst_u, in RAWToI420()
1122 src_raw = src_raw + (height - 1) * src_stride_raw; in RAWToI420()
1123 src_stride_raw = -src_stride_raw; in RAWToI420()
1188 RAWToUVRow(src_raw, src_stride_raw, dst_u, dst_v, width); in RAWToI420()
1190 RAWToYRow(src_raw + src_stride_raw, dst_y + dst_stride_y, width); in RAWToI420()
1193 RAWToARGBRow(src_raw + src_stride_raw, row + kRowSize, width); in RAWToI420()
1198 src_raw += src_stride_raw * 2; in RAWToI420()
Dconvert_argb.cc1216 int src_stride_raw, in RAWToARGB() argument
1230 src_raw = src_raw + (height - 1) * src_stride_raw; in RAWToARGB()
1231 src_stride_raw = -src_stride_raw; in RAWToARGB()
1234 if (src_stride_raw == width * 3 && dst_stride_argb == width * 4) { in RAWToARGB()
1237 src_stride_raw = dst_stride_argb = 0; in RAWToARGB()
1266 src_raw += src_stride_raw; in RAWToARGB()
Dplanar_functions.cc1674 int src_stride_raw, in RAWToRGB24() argument
1688 src_raw = src_raw + (height - 1) * src_stride_raw; in RAWToRGB24()
1689 src_stride_raw = -src_stride_raw; in RAWToRGB24()
1692 if (src_stride_raw == width * 3 && dst_stride_rgb24 == width * 3) { in RAWToRGB24()
1695 src_stride_raw = dst_stride_rgb24 = 0; in RAWToRGB24()
1724 src_raw += src_stride_raw; in RAWToRGB24()
Drow_neon.cc1597 int src_stride_raw, in RAWToUVRow_NEON() argument
1631 "+r"(src_stride_raw), // %1 in RAWToUVRow_NEON()
Drow_neon64.cc1629 int src_stride_raw, in RAWToUVRow_NEON() argument
1633 const uint8_t* src_raw_1 = src_raw + src_stride_raw; in RAWToUVRow_NEON()
/external/libaom/third_party/libyuv/include/libyuv/
Dconvert.h365 int src_stride_raw,
426 int src_stride_raw,
Dconvert_argb.h901 int src_stride_raw,
910 int src_stride_raw,
Dplanar_functions.h390 int src_stride_raw,
/external/libyuv/files/include/libyuv/
Dconvert.h748 int src_stride_raw,
761 int src_stride_raw,
822 int src_stride_raw,
Dconvert_from_argb.h333 int src_stride_raw,
Dplanar_functions.h582 int src_stride_raw,
/external/libvpx/third_party/libyuv/include/libyuv/
Dconvert.h287 int src_stride_raw,
Dconvert_argb.h539 int src_stride_raw,
Dplanar_functions.h350 int src_stride_raw,

12