/external/libyuv/files/source/ |
D | format_conversion.cc | 31 uint8* dst_bayer, uint32 selector, int pix) { in ARGBToBayerRow_SSSE3() argument 55 static void ARGBToBayerRow_SSSE3(const uint8* src_argb, uint8* dst_bayer, 70 "+r"(dst_bayer), // %1 83 uint8* dst_bayer, uint32 selector, int pix) { in ARGBToBayerRow_C() argument 88 dst_bayer[0] = src_argb[index0]; in ARGBToBayerRow_C() 89 dst_bayer[1] = src_argb[index1]; in ARGBToBayerRow_C() 91 dst_bayer += 2; in ARGBToBayerRow_C() 94 dst_bayer[0] = src_argb[index0]; in ARGBToBayerRow_C() 139 uint8* dst_bayer, int dst_stride_bayer, in ARGBToBayer() argument 147 void (*ARGBToBayerRow)(const uint8* src_argb, uint8* dst_bayer, in ARGBToBayer() [all …]
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | format_conversion.cc | 64 uint8* dst_bayer, int dst_stride_bayer, in ARGBToBayer() argument 72 void (*ARGBToBayerRow)(const uint8* src_argb, uint8* dst_bayer, in ARGBToBayer() 101 ARGBToBayerRow(src_argb, dst_bayer, index_map[y & 1], width); in ARGBToBayer() 103 dst_bayer += dst_stride_bayer; in ARGBToBayer() 397 uint8* dst_bayer, int dst_stride_bayer, in I420ToBayer() argument 405 void (*ARGBToBayerRow)(const uint8* src_argb, uint8* dst_bayer, in I420ToBayer() 482 ARGBToBayerRow(row, dst_bayer, index_map[y & 1], width); in I420ToBayer() 483 dst_bayer += dst_stride_bayer; in I420ToBayer() 514 uint8* dst_bayer, int dst_stride_bayer, \ 519 dst_bayer, dst_stride_bayer, \ [all …]
|
D | row_neon.cc | 1301 void ARGBToBayerRow_NEON(const uint8* src_argb, uint8* dst_bayer, in ARGBToBayerRow_NEON() argument 1316 "+r"(dst_bayer), // %1 in ARGBToBayerRow_NEON() 1324 void ARGBToBayerGGRow_NEON(const uint8* src_argb, uint8* dst_bayer, in ARGBToBayerGGRow_NEON() argument 1335 "+r"(dst_bayer), // %1 in ARGBToBayerGGRow_NEON()
|
D | row_neon64.cc | 1384 void ARGBToBayerRow_NEON(const uint8* src_argb, uint8* dst_bayer, in ARGBToBayerRow_NEON() argument 1399 "+r"(dst_bayer), // %1 in ARGBToBayerRow_NEON() 1409 void ARGBToBayerGGRow_NEON(const uint8* src_argb, uint8* dst_bayer, in ARGBToBayerGGRow_NEON() argument 1420 "+r"(dst_bayer), // %1 in ARGBToBayerGGRow_NEON()
|
D | row_common.cc | 1962 uint8* dst_bayer, uint32 selector, int pix) { in ARGBToBayerRow_C() argument 1968 dst_bayer[0] = src_argb[index0]; in ARGBToBayerRow_C() 1969 dst_bayer[1] = src_argb[index1]; in ARGBToBayerRow_C() 1971 dst_bayer += 2; in ARGBToBayerRow_C() 1974 dst_bayer[0] = src_argb[index0]; in ARGBToBayerRow_C() 1980 uint8* dst_bayer, uint32 selector, int pix) { in ARGBToBayerGGRow_C() argument 1984 dst_bayer[0] = src_argb[1]; in ARGBToBayerGGRow_C() 1985 dst_bayer[1] = src_argb[5]; in ARGBToBayerGGRow_C() 1987 dst_bayer += 2; in ARGBToBayerGGRow_C() 1990 dst_bayer[0] = src_argb[1]; in ARGBToBayerGGRow_C()
|
D | row_posix.cc | 5817 void ARGBToBayerRow_SSSE3(const uint8* src_argb, uint8* dst_bayer, in ARGBToBayerRow_SSSE3() argument 5836 "+r"(dst_bayer), // %1 in ARGBToBayerRow_SSSE3() 5848 void ARGBToBayerGGRow_SSE2(const uint8* src_argb, uint8* dst_bayer, in ARGBToBayerGGRow_SSE2() argument 5869 "+r"(dst_bayer), // %1 in ARGBToBayerGGRow_SSE2()
|
D | planar_functions.cc | 1931 void (*ARGBToBayerRow)(const uint8* src_argb, uint8* dst_bayer, in ARGBSobelize()
|
D | row_win.cc | 6790 void ARGBToBayerRow_SSSE3(const uint8* src_argb, uint8* dst_bayer, in ARGBToBayerRow_SSSE3() argument 6817 void ARGBToBayerGGRow_SSE2(const uint8* src_argb, uint8* dst_bayer, in ARGBToBayerGGRow_SSE2() argument
|
/external/libyuv/files/include/libyuv/ |
D | format_conversion.h | 136 uint8* dst_bayer, int dst_stride_bayer, 141 uint8* dst_bayer, int dst_stride_bayer, 146 uint8* dst_bayer, int dst_stride_bayer, 151 uint8* dst_bayer, int dst_stride_bayer, 159 uint8* dst_bayer, int dst_stride_bayer,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | format_conversion.h | 136 uint8* dst_bayer, int dst_stride_bayer, 141 uint8* dst_bayer, int dst_stride_bayer, 146 uint8* dst_bayer, int dst_stride_bayer, 151 uint8* dst_bayer, int dst_stride_bayer, 159 uint8* dst_bayer, int dst_stride_bayer,
|
D | row.h | 1495 void ARGBToBayerRow_C(const uint8* src_argb, uint8* dst_bayer, 1497 void ARGBToBayerRow_SSSE3(const uint8* src_argb, uint8* dst_bayer, 1499 void ARGBToBayerRow_NEON(const uint8* src_argb, uint8* dst_bayer, 1501 void ARGBToBayerRow_Any_SSSE3(const uint8* src_argb, uint8* dst_bayer, 1503 void ARGBToBayerRow_Any_NEON(const uint8* src_argb, uint8* dst_bayer, 1505 void ARGBToBayerGGRow_C(const uint8* src_argb, uint8* dst_bayer, 1507 void ARGBToBayerGGRow_SSE2(const uint8* src_argb, uint8* dst_bayer, 1509 void ARGBToBayerGGRow_NEON(const uint8* src_argb, uint8* dst_bayer, 1511 void ARGBToBayerGGRow_Any_SSE2(const uint8* src_argb, uint8* dst_bayer, 1513 void ARGBToBayerGGRow_Any_NEON(const uint8* src_argb, uint8* dst_bayer,
|