Home
last modified time | relevance | path

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

12

/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 …]
Drow_neon.cc1678 int src_stride_raw, in RAWToUVRow_NEON() argument
1712 "+r"(src_stride_raw), // %1 in RAWToUVRow_NEON()
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_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/libyuv/source/
Dconvert.cc2925 int src_stride_raw, in RAWToI420() argument
2936 void (*RAWToUVRow)(const uint8_t* src_raw, int src_stride_raw, uint8_t* dst_u, in RAWToI420()
2955 src_raw = src_raw + (height - 1) * src_stride_raw; in RAWToI420()
2956 src_stride_raw = -src_stride_raw; in RAWToI420()
3064 RAWToUVRow(src_raw, src_stride_raw, dst_u, dst_v, width); in RAWToI420()
3066 RAWToYRow(src_raw + src_stride_raw, dst_y + dst_stride_y, width); in RAWToI420()
3069 RAWToARGBRow(src_raw + src_stride_raw, row + row_size, width); in RAWToI420()
3074 src_raw += src_stride_raw * 2; in RAWToI420()
3106 int src_stride_raw, in RAWToJ420() argument
3117 void (*RAWToUVJRow)(const uint8_t* src_raw, int src_stride_raw, in RAWToJ420()
[all …]
Dconvert_from_argb.cc3108 int src_stride_raw, in RAWToJNV21() argument
3118 void (*RAWToUVJRow)(const uint8_t* src_raw, int src_stride_raw, in RAWToJNV21()
3140 src_raw = src_raw + (height - 1) * src_stride_raw; in RAWToJNV21()
3141 src_stride_raw = -src_stride_raw; in RAWToJNV21()
3305 RAWToUVJRow(src_raw, src_stride_raw, row_uj, row_vj, width); in RAWToJNV21()
3308 RAWToYJRow(src_raw + src_stride_raw, dst_y + dst_stride_y, width); in RAWToJNV21()
3311 RAWToARGBRow(src_raw + src_stride_raw, row + row_size, width); in RAWToJNV21()
3317 src_raw += src_stride_raw * 2; in RAWToJNV21()
Drow_neon.cc2113 int src_stride_raw, in RAWToUVJRow_NEON() argument
2147 "+r"(src_stride_raw), // %1 in RAWToUVJRow_NEON()
2338 int src_stride_raw, in RAWToUVRow_NEON() argument
2372 "+r"(src_stride_raw), // %1 in RAWToUVRow_NEON()
Drow_neon64.cc2488 int src_stride_raw, in RAWToUVJRow_NEON() argument
2492 const uint8_t* src_raw_1 = src_raw + src_stride_raw; in RAWToUVJRow_NEON()
2693 int src_stride_raw, in RAWToUVRow_NEON() argument
2697 const uint8_t* src_raw_1 = src_raw + src_stride_raw; in RAWToUVRow_NEON()
Dconvert_argb.cc3367 int src_stride_raw, in RAWToARGB() argument
3381 src_raw = src_raw + (height - 1) * src_stride_raw; in RAWToARGB()
3382 src_stride_raw = -src_stride_raw; in RAWToARGB()
3385 if (src_stride_raw == width * 3 && dst_stride_argb == width * 4) { in RAWToARGB()
3388 src_stride_raw = dst_stride_argb = 0; in RAWToARGB()
3438 src_raw += src_stride_raw; in RAWToARGB()
3447 int src_stride_raw, in RAWToRGBA() argument
3461 src_raw = src_raw + (height - 1) * src_stride_raw; in RAWToRGBA()
3462 src_stride_raw = -src_stride_raw; in RAWToRGBA()
3465 if (src_stride_raw == width * 3 && dst_stride_rgba == width * 4) { in RAWToRGBA()
[all …]
Dplanar_functions.cc3325 int src_stride_raw, in RAWToRGB24() argument
3339 src_raw = src_raw + (height - 1) * src_stride_raw; in RAWToRGB24()
3340 src_stride_raw = -src_stride_raw; in RAWToRGB24()
3343 if (src_stride_raw == width * 3 && dst_stride_rgb24 == width * 3) { in RAWToRGB24()
3346 src_stride_raw = dst_stride_rgb24 = 0; in RAWToRGB24()
3388 src_raw += src_stride_raw; in RAWToRGB24()
/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()
Drow_neon.cc1597 int src_stride_raw, in RAWToUVRow_NEON() argument
1631 "+r"(src_stride_raw), // %1 in RAWToUVRow_NEON()
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_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/include/libyuv/
Dconvert.h871 int src_stride_raw,
884 int src_stride_raw,
945 int src_stride_raw,
Dconvert_from_argb.h368 int src_stride_raw,
Dplanar_functions.h627 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