Home
last modified time | relevance | path

Searched refs:dst_rgba (Results 1 – 25 of 34) sorted by relevance

12

/external/libyuv/files/source/
Dconvert_from.cc444 uint8* dst_rgba, in I420ToRGBAMatrix() argument
454 if (!src_y || !src_u || !src_v || !dst_rgba || width <= 0 || height == 0) { in I420ToRGBAMatrix()
460 dst_rgba = dst_rgba + (height - 1) * dst_stride_rgba; in I420ToRGBAMatrix()
492 IS_ALIGNED(dst_rgba, 4) && IS_ALIGNED(dst_stride_rgba, 4)) { in I420ToRGBAMatrix()
506 I422ToRGBARow(src_y, src_u, src_v, dst_rgba, yuvconstants, width); in I420ToRGBAMatrix()
507 dst_rgba += dst_stride_rgba; in I420ToRGBAMatrix()
525 uint8* dst_rgba, in I420ToRGBA() argument
530 src_stride_v, dst_rgba, dst_stride_rgba, in I420ToRGBA()
Dplanar_functions.cc1304 uint8* dst_rgba, in I422ToRGBAMatrix() argument
1314 if (!src_y || !src_u || !src_v || !dst_rgba || width <= 0 || height == 0) { in I422ToRGBAMatrix()
1320 dst_rgba = dst_rgba + (height - 1) * dst_stride_rgba; in I422ToRGBAMatrix()
1352 IS_ALIGNED(dst_rgba, 4) && IS_ALIGNED(dst_stride_rgba, 4)) { in I422ToRGBAMatrix()
1366 I422ToRGBARow(src_y, src_u, src_v, dst_rgba, yuvconstants, width); in I422ToRGBAMatrix()
1367 dst_rgba += dst_stride_rgba; in I422ToRGBAMatrix()
1383 uint8* dst_rgba, in I422ToRGBA() argument
1388 src_stride_v, dst_rgba, dst_stride_rgba, in I422ToRGBA()
Drow_gcc.cc1652 "movdqu %%xmm5," MEMACCESS([dst_rgba]) " \n" \
1653 "movdqu %%xmm0," MEMACCESS2(0x10, [dst_rgba]) " \n" \
1654 "lea " MEMLEA(0x20, [dst_rgba]) ",%[dst_rgba] \n"
1914 uint8* dst_rgba, in I422ToRGBARow_SSSE3() argument
1932 [dst_rgba]"+r"(dst_rgba), // %[dst_rgba] in I422ToRGBARow_SSSE3()
Drow_neon.cc224 uint8* dst_rgba, in I422ToRGBARow_NEON() argument
240 "+r"(dst_rgba), // %3 in I422ToRGBARow_NEON()
Drow_neon64.cc224 uint8* dst_rgba, in I422ToRGBARow_NEON() argument
240 "+r"(dst_rgba), // %3 in I422ToRGBARow_NEON()
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_from.cc520 uint8_t* dst_rgba, in I420ToRGBAMatrix() argument
530 if (!src_y || !src_u || !src_v || !dst_rgba || width <= 0 || height == 0) { in I420ToRGBAMatrix()
536 dst_rgba = dst_rgba + (height - 1) * dst_stride_rgba; in I420ToRGBAMatrix()
573 I422ToRGBARow(src_y, src_u, src_v, dst_rgba, yuvconstants, width); in I420ToRGBAMatrix()
574 dst_rgba += dst_stride_rgba; in I420ToRGBAMatrix()
592 uint8_t* dst_rgba, in I420ToRGBA() argument
597 src_stride_v, dst_rgba, dst_stride_rgba, in I420ToRGBA()
Dplanar_functions.cc1506 uint8_t* dst_rgba, in I422ToRGBAMatrix() argument
1516 if (!src_y || !src_u || !src_v || !dst_rgba || width <= 0 || height == 0) { in I422ToRGBAMatrix()
1522 dst_rgba = dst_rgba + (height - 1) * dst_stride_rgba; in I422ToRGBAMatrix()
1559 I422ToRGBARow(src_y, src_u, src_v, dst_rgba, yuvconstants, width); in I422ToRGBAMatrix()
1560 dst_rgba += dst_stride_rgba; in I422ToRGBAMatrix()
1576 uint8_t* dst_rgba, in I422ToRGBA() argument
1581 src_stride_v, dst_rgba, dst_stride_rgba, in I422ToRGBA()
Drow_neon.cc192 uint8_t* dst_rgba, in I422ToRGBARow_NEON() argument
205 "+r"(dst_rgba), // %3 in I422ToRGBARow_NEON()
Drow_neon64.cc207 uint8_t* dst_rgba, in I422ToRGBARow_NEON() argument
222 "+r"(dst_rgba), // %3 in I422ToRGBARow_NEON()
Drow_gcc.cc2364 uint8_t* dst_rgba, in I422ToRGBARow_SSSE3() argument
2382 [dst_rgba]"+r"(dst_rgba), // %[dst_rgba] in I422ToRGBARow_SSSE3()
/external/libaom/libaom/third_party/libyuv/source/
Dconvert_from.cc656 uint8* dst_rgba, int dst_stride_rgba, in I420ToRGBA() argument
664 if (!src_y || !src_u || !src_v || !dst_rgba || in I420ToRGBA()
671 dst_rgba = dst_rgba + (height - 1) * dst_stride_rgba; in I420ToRGBA()
700 I422ToRGBARow(src_y, src_u, src_v, dst_rgba, width); in I420ToRGBA()
701 dst_rgba += dst_stride_rgba; in I420ToRGBA()
Drow_gcc.cc1636 "movdqu %%xmm5," MEMACCESS([dst_rgba]) " \n" \
1637 "movdqu %%xmm0," MEMACCESS2(0x10, [dst_rgba]) " \n" \
1638 "lea " MEMLEA(0x20, [dst_rgba]) ",%[dst_rgba] \n"
1934 uint8* dst_rgba, in I422ToRGBARow_SSSE3() argument
1949 [dst_rgba]"+r"(dst_rgba), // %[dst_rgba] in I422ToRGBARow_SSSE3()
Dplanar_functions.cc931 uint8* dst_rgba, int dst_stride_rgba, in I422ToRGBA() argument
940 !dst_rgba || in I422ToRGBA()
947 dst_rgba = dst_rgba + (height - 1) * dst_stride_rgba; in I422ToRGBA()
985 I422ToRGBARow(src_y, src_u, src_v, dst_rgba, width); in I422ToRGBA()
986 dst_rgba += dst_stride_rgba; in I422ToRGBA()
Drow_neon.cc325 uint8* dst_rgba, in I422ToRGBARow_NEON() argument
341 "+r"(dst_rgba), // %3 in I422ToRGBARow_NEON()
Drow_neon64.cc319 uint8* dst_rgba, in I422ToRGBARow_NEON() argument
334 "+r"(dst_rgba), // %3 in I422ToRGBARow_NEON()
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Drow.h530 uint8* dst_rgba,
1002 uint8* dst_rgba,
1141 uint8* dst_rgba,
1305 uint8* dst_rgba,
1310 uint8* dst_rgba,
1315 uint8* dst_rgba,
1320 uint8* dst_rgba,
1325 uint8* dst_rgba,
1330 uint8* dst_rgba,
1335 uint8* dst_rgba,
Dconvert_from_argb.h44 uint8* dst_rgba, int dst_stride_rgba,
Dconvert_from.h117 uint8* dst_rgba, int dst_stride_rgba,
Dplanar_functions.h178 uint8* dst_rgba, int dst_stride_rgba,
/external/libyuv/files/include/libyuv/
Dconvert_from_argb.h53 uint8* dst_rgba,
Drow.h716 uint8* dst_rgba,
805 uint8* dst_rgba,
1775 uint8* dst_rgba,
1919 uint8* dst_rgba,
2063 uint8* dst_rgba,
2069 uint8* dst_rgba,
2075 uint8* dst_rgba,
2081 uint8* dst_rgba,
2087 uint8* dst_rgba,
2093 uint8* dst_rgba,
[all …]
Dconvert_from.h162 uint8* dst_rgba,
Dplanar_functions.h278 uint8* dst_rgba,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dconvert_from_argb.h53 uint8_t* dst_rgba,
Dconvert_from.h177 uint8_t* dst_rgba,

12