/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_from.cc | 407 uint8* dst_rgba, int dst_stride_rgba, in I420ToRGBAMatrix() argument 417 if (!src_y || !src_u || !src_v || !dst_rgba || in I420ToRGBAMatrix() 424 dst_rgba = dst_rgba + (height - 1) * dst_stride_rgba; in I420ToRGBAMatrix() 456 IS_ALIGNED(dst_rgba, 4) && IS_ALIGNED(dst_stride_rgba, 4)) { in I420ToRGBAMatrix() 462 I422ToRGBARow(src_y, src_u, src_v, dst_rgba, yuvconstants, width); in I420ToRGBAMatrix() 463 dst_rgba += dst_stride_rgba; in I420ToRGBAMatrix() 478 uint8* dst_rgba, int dst_stride_rgba, in I420ToRGBA() argument 483 dst_rgba, dst_stride_rgba, in I420ToRGBA()
|
D | planar_functions.cc | 1085 uint8* dst_rgba, int dst_stride_rgba, in I422ToRGBAMatrix() argument 1095 if (!src_y || !src_u || !src_v || !dst_rgba || in I422ToRGBAMatrix() 1102 dst_rgba = dst_rgba + (height - 1) * dst_stride_rgba; in I422ToRGBAMatrix() 1134 IS_ALIGNED(dst_rgba, 4) && IS_ALIGNED(dst_stride_rgba, 4)) { in I422ToRGBAMatrix() 1140 I422ToRGBARow(src_y, src_u, src_v, dst_rgba, yuvconstants, width); in I422ToRGBAMatrix() 1141 dst_rgba += dst_stride_rgba; in I422ToRGBAMatrix() 1154 uint8* dst_rgba, int dst_stride_rgba, in I422ToRGBA() argument 1159 dst_rgba, dst_stride_rgba, in I422ToRGBA()
|
D | row_gcc.cc | 1667 "movdqu %%xmm5," MEMACCESS([dst_rgba]) " \n" \ 1668 "movdqu %%xmm0," MEMACCESS2(0x10, [dst_rgba]) " \n" \ 1669 "lea " MEMLEA(0x20, [dst_rgba]) ",%[dst_rgba] \n" 1947 uint8* dst_rgba, in I422ToRGBARow_SSSE3() argument 1964 [dst_rgba]"+r"(dst_rgba), // %[dst_rgba] in I422ToRGBARow_SSSE3()
|
D | row_neon.cc | 263 uint8* dst_rgba, in I422ToRGBARow_NEON() argument 279 "+r"(dst_rgba), // %3 in I422ToRGBARow_NEON()
|
D | row_neon64.cc | 256 uint8* dst_rgba, in I422ToRGBARow_NEON() argument 272 "+r"(dst_rgba), // %3 in I422ToRGBARow_NEON()
|
D | convert_from_argb.cc | 742 uint8* dst_rgba, int dst_stride_rgba, in ARGBToRGBA() argument 745 dst_rgba, dst_stride_rgba, in ARGBToRGBA()
|
D | row_win.cc | 2986 uint8* dst_rgba,
|
/external/libyuv/files/source/ |
D | convert_from.cc | 444 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()
|
D | planar_functions.cc | 1304 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()
|
D | row_gcc.cc | 1652 "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()
|
D | row_neon.cc | 224 uint8* dst_rgba, in I422ToRGBARow_NEON() argument 240 "+r"(dst_rgba), // %3 in I422ToRGBARow_NEON()
|
D | row_neon64.cc | 224 uint8* dst_rgba, in I422ToRGBARow_NEON() argument 240 "+r"(dst_rgba), // %3 in I422ToRGBARow_NEON()
|
D | convert_from_argb.cc | 916 uint8* dst_rgba, in ARGBToRGBA() argument 920 return ARGBShuffle(src_argb, src_stride_argb, dst_rgba, dst_stride_rgba, in ARGBToRGBA()
|
D | row_win.cc | 2870 uint8* dst_rgba,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 597 uint8* dst_rgba, 1089 uint8* dst_rgba, 1245 uint8* dst_rgba, 1401 uint8* dst_rgba, 1407 uint8* dst_rgba, 1413 uint8* dst_rgba, 1419 uint8* dst_rgba, 1425 uint8* dst_rgba, 1431 uint8* dst_rgba, 1437 uint8* dst_rgba,
|
D | convert_from_argb.h | 43 uint8* dst_rgba, int dst_stride_rgba,
|
D | convert_from.h | 114 uint8* dst_rgba, int dst_stride_rgba,
|
D | planar_functions.h | 184 uint8* dst_rgba, int dst_stride_rgba,
|
/external/libyuv/files/include/libyuv/ |
D | convert_from_argb.h | 53 uint8* dst_rgba,
|
D | convert_from.h | 162 uint8* dst_rgba,
|
D | row.h | 716 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 …]
|
D | planar_functions.h | 278 uint8* dst_rgba,
|