Home
last modified time | relevance | path

Searched refs:src_raw (Results 251 – 275 of 487) sorted by relevance

1...<<11121314151617181920

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libyuv/source/
H A Drow_gcc.cc229 void RAWToARGBRow_SSSE3(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_SSSE3() argument
260 : "+r"(src_raw), // %0 in RAWToARGBRow_SSSE3()
268 void RAWToRGBARow_SSSE3(const uint8_t* src_raw, uint8_t* dst_rgba, int width) { in RAWToRGBARow_SSSE3() argument
299 : "+r"(src_raw), // %0 in RAWToRGBARow_SSSE3()
306 void RAWToRGB24Row_SSSE3(const uint8_t* src_raw, in RAWToRGB24Row_SSSE3() argument
329 : "+r"(src_raw), // %0 in RAWToRGB24Row_SSSE3()
/dports/multimedia/aom/aom-3.2.0/third_party/libyuv/source/
H A Drow_gcc.cc229 void RAWToARGBRow_SSSE3(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_SSSE3() argument
260 : "+r"(src_raw), // %0 in RAWToARGBRow_SSSE3()
268 void RAWToRGBARow_SSSE3(const uint8_t* src_raw, uint8_t* dst_rgba, int width) { in RAWToRGBARow_SSSE3() argument
299 : "+r"(src_raw), // %0 in RAWToRGBARow_SSSE3()
306 void RAWToRGB24Row_SSSE3(const uint8_t* src_raw, in RAWToRGB24Row_SSSE3() argument
329 : "+r"(src_raw), // %0 in RAWToRGB24Row_SSSE3()
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/gles/
H A Dcommand.rs281 let (src_raw, src_target) = src.inner.as_native(); in copy_texture_to_texture()
286 src: src_raw, in copy_texture_to_texture()
327 let (src_raw, src_target) = src.inner.as_native(); in copy_texture_to_buffer()
331 src: src_raw, in copy_texture_to_buffer()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahBarrierSet.hpp139 static bool oop_arraycopy_in_heap(arrayOop src_obj, size_t src_offset_in_bytes, T* src_raw,
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahBarrierSet.hpp139 static bool oop_arraycopy_in_heap(arrayOop src_obj, size_t src_offset_in_bytes, T* src_raw,
/dports/lang/spidermonkey78/firefox-78.9.0/media/libyuv/libyuv/include/libyuv/
H A Drow.h815 void RAWToYRow_SSSE3(const uint8_t* src_raw, uint8_t* dst_y, int width);
863 void RAWToUVRow_NEON(const uint8_t* src_raw,
927 void RAWToYRow_NEON(const uint8_t* src_raw, uint8_t* dst_y, int width);
958 void RAWToYRow_Any_SSSE3(const uint8_t* src_raw, uint8_t* dst_y, int width);
1579 void RAWToARGBRow_SSSE3(const uint8_t* src_raw, uint8_t* dst_argb, int width);
1598 void RAWToARGBRow_NEON(const uint8_t* src_raw, uint8_t* dst_argb, int width);
1599 void RAWToARGBRow_MSA(const uint8_t* src_raw, uint8_t* dst_argb, int width);
1600 void RAWToRGB24Row_NEON(const uint8_t* src_raw, uint8_t* dst_rgb24, int width);
1601 void RAWToRGB24Row_MSA(const uint8_t* src_raw, uint8_t* dst_rgb24, int width);
1621 void RAWToARGBRow_C(const uint8_t* src_raw, uint8_t* dst_argb, int width);
[all …]
/dports/graphics/libyuv/libyuv-0.0.1789/include/libyuv/
H A Drow.h1013 void RAWToYRow_SSSE3(const uint8_t* src_raw, uint8_t* dst_y, int width);
1014 void RAWToYJRow_SSSE3(const uint8_t* src_raw, uint8_t* dst_yj, int width);
1016 void RAWToYJRow_AVX2(const uint8_t* src_raw, uint8_t* dst_yj, int width);
1076 void RAWToUVRow_NEON(const uint8_t* src_raw,
1186 void RAWToYRow_NEON(const uint8_t* src_raw, uint8_t* dst_y, int width);
1187 void RAWToYJRow_NEON(const uint8_t* src_raw, uint8_t* dst_yj, int width);
2504 void RAWToARGBRow_MSA(const uint8_t* src_raw, uint8_t* dst_argb, int width);
2505 void RAWToARGBRow_MMI(const uint8_t* src_raw, uint8_t* dst_argb, int width);
2537 void RAWToARGBRow_C(const uint8_t* src_raw, uint8_t* dst_argb, int width);
2538 void RAWToRGBARow_C(const uint8_t* src_raw, uint8_t* dst_rgba, int width);
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahBarrierSet.hpp155 static bool oop_arraycopy_in_heap(arrayOop src_obj, size_t src_offset_in_bytes, T* src_raw,
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahBarrierSet.hpp147 static bool oop_arraycopy_in_heap(arrayOop src_obj, size_t src_offset_in_bytes, T* src_raw,
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahBarrierSet.hpp152 static bool oop_arraycopy_in_heap(arrayOop src_obj, size_t src_offset_in_bytes, T* src_raw,
/dports/www/firefox-esr/firefox-91.8.0/media/libyuv/libyuv/source/
H A Dconvert_argb.cc1286 int RAWToARGB(const uint8_t* src_raw, in RAWToARGB() argument
1295 if (!src_raw || !dst_argb || width <= 0 || height == 0) { in RAWToARGB()
1301 src_raw = src_raw + (height - 1) * src_stride_raw; in RAWToARGB()
1336 RAWToARGBRow(src_raw, dst_argb, width); in RAWToARGB()
1337 src_raw += src_stride_raw; in RAWToARGB()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert_argb.cc1215 int RAWToARGB(const uint8_t* src_raw, in RAWToARGB() argument
1224 if (!src_raw || !dst_argb || width <= 0 || height == 0) { in RAWToARGB()
1230 src_raw = src_raw + (height - 1) * src_stride_raw; in RAWToARGB()
1265 RAWToARGBRow(src_raw, dst_argb, width); in RAWToARGB()
1266 src_raw += src_stride_raw; in RAWToARGB()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/third_party/libyuv/source/
H A Dconvert_argb.cc1215 int RAWToARGB(const uint8_t* src_raw, in RAWToARGB() argument
1224 if (!src_raw || !dst_argb || width <= 0 || height == 0) { in RAWToARGB()
1230 src_raw = src_raw + (height - 1) * src_stride_raw; in RAWToARGB()
1265 RAWToARGBRow(src_raw, dst_argb, width); in RAWToARGB()
1266 src_raw += src_stride_raw; in RAWToARGB()
/dports/multimedia/libvpx/libvpx-1.11.0/third_party/libyuv/source/
H A Dconvert_argb.cc1215 int RAWToARGB(const uint8_t* src_raw, in RAWToARGB() argument
1224 if (!src_raw || !dst_argb || width <= 0 || height == 0) { in RAWToARGB()
1230 src_raw = src_raw + (height - 1) * src_stride_raw; in RAWToARGB()
1265 RAWToARGBRow(src_raw, dst_argb, width); in RAWToARGB()
1266 src_raw += src_stride_raw; in RAWToARGB()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dconvert_argb.cc1215 int RAWToARGB(const uint8_t* src_raw, in RAWToARGB() argument
1224 if (!src_raw || !dst_argb || width <= 0 || height == 0) { in RAWToARGB()
1230 src_raw = src_raw + (height - 1) * src_stride_raw; in RAWToARGB()
1265 RAWToARGBRow(src_raw, dst_argb, width); in RAWToARGB()
1266 src_raw += src_stride_raw; in RAWToARGB()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dconvert_argb.cc1215 int RAWToARGB(const uint8_t* src_raw, in RAWToARGB() argument
1224 if (!src_raw || !dst_argb || width <= 0 || height == 0) { in RAWToARGB()
1230 src_raw = src_raw + (height - 1) * src_stride_raw; in RAWToARGB()
1265 RAWToARGBRow(src_raw, dst_argb, width); in RAWToARGB()
1266 src_raw += src_stride_raw; in RAWToARGB()
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert_argb.cc1215 int RAWToARGB(const uint8_t* src_raw, in RAWToARGB() argument
1224 if (!src_raw || !dst_argb || width <= 0 || height == 0) { in RAWToARGB()
1230 src_raw = src_raw + (height - 1) * src_stride_raw; in RAWToARGB()
1265 RAWToARGBRow(src_raw, dst_argb, width); in RAWToARGB()
1266 src_raw += src_stride_raw; in RAWToARGB()
/dports/www/firefox/firefox-99.0/media/libyuv/libyuv/source/
H A Dconvert_argb.cc1286 int RAWToARGB(const uint8_t* src_raw, in RAWToARGB() argument
1295 if (!src_raw || !dst_argb || width <= 0 || height == 0) { in RAWToARGB()
1301 src_raw = src_raw + (height - 1) * src_stride_raw; in RAWToARGB()
1336 RAWToARGBRow(src_raw, dst_argb, width); in RAWToARGB()
1337 src_raw += src_stride_raw; in RAWToARGB()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dconvert_argb.cc1215 int RAWToARGB(const uint8_t* src_raw, in RAWToARGB() argument
1224 if (!src_raw || !dst_argb || width <= 0 || height == 0) { in RAWToARGB()
1230 src_raw = src_raw + (height - 1) * src_stride_raw; in RAWToARGB()
1265 RAWToARGBRow(src_raw, dst_argb, width); in RAWToARGB()
1266 src_raw += src_stride_raw; in RAWToARGB()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libyuv/libyuv/source/
H A Dconvert_argb.cc1286 int RAWToARGB(const uint8_t* src_raw, in RAWToARGB() argument
1295 if (!src_raw || !dst_argb || width <= 0 || height == 0) { in RAWToARGB()
1301 src_raw = src_raw + (height - 1) * src_stride_raw; in RAWToARGB()
1336 RAWToARGBRow(src_raw, dst_argb, width); in RAWToARGB()
1337 src_raw += src_stride_raw; in RAWToARGB()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert_argb.cc1215 int RAWToARGB(const uint8_t* src_raw, in RAWToARGB() argument
1224 if (!src_raw || !dst_argb || width <= 0 || height == 0) { in RAWToARGB()
1230 src_raw = src_raw + (height - 1) * src_stride_raw; in RAWToARGB()
1265 RAWToARGBRow(src_raw, dst_argb, width); in RAWToARGB()
1266 src_raw += src_stride_raw; in RAWToARGB()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert_argb.cc1215 int RAWToARGB(const uint8_t* src_raw, in RAWToARGB() argument
1224 if (!src_raw || !dst_argb || width <= 0 || height == 0) { in RAWToARGB()
1230 src_raw = src_raw + (height - 1) * src_stride_raw; in RAWToARGB()
1265 RAWToARGBRow(src_raw, dst_argb, width); in RAWToARGB()
1266 src_raw += src_stride_raw; in RAWToARGB()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libyuv/libyuv/source/
H A Dconvert_argb.cc1283 int RAWToARGB(const uint8_t* src_raw, in RAWToARGB() argument
1292 if (!src_raw || !dst_argb || width <= 0 || height == 0) { in RAWToARGB()
1298 src_raw = src_raw + (height - 1) * src_stride_raw; in RAWToARGB()
1333 RAWToARGBRow(src_raw, dst_argb, width); in RAWToARGB()
1334 src_raw += src_stride_raw; in RAWToARGB()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libyuv/source/
H A Drow_common.cc114 uint8_t r = src_raw[0]; in RAWToARGBRow_C()
115 uint8_t g = src_raw[1]; in RAWToARGBRow_C()
116 uint8_t b = src_raw[2]; in RAWToARGBRow_C()
122 src_raw += 3; in RAWToARGBRow_C()
129 uint8_t r = src_raw[0]; in RAWToRGBARow_C()
130 uint8_t g = src_raw[1]; in RAWToRGBARow_C()
131 uint8_t b = src_raw[2]; in RAWToRGBARow_C()
137 src_raw += 3; in RAWToRGBARow_C()
144 uint8_t r = src_raw[0]; in RAWToRGB24Row_C()
145 uint8_t g = src_raw[1]; in RAWToRGB24Row_C()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libyuv/include/libyuv/
H A Drow.h927 void RAWToYRow_SSSE3(const uint8_t* src_raw, uint8_t* dst_y, int width);
986 void RAWToUVRow_NEON(const uint8_t* src_raw,
1095 void RAWToYRow_NEON(const uint8_t* src_raw, uint8_t* dst_y, int width);
1135 void RAWToYRow_Any_SSSE3(const uint8_t* src_raw, uint8_t* dst_y, int width);
1900 void RAWToARGBRow_SSSE3(const uint8_t* src_raw, uint8_t* dst_argb, int width);
1920 void RAWToARGBRow_NEON(const uint8_t* src_raw, uint8_t* dst_argb, int width);
1921 void RAWToARGBRow_MSA(const uint8_t* src_raw, uint8_t* dst_argb, int width);
1922 void RAWToARGBRow_MMI(const uint8_t* src_raw, uint8_t* dst_argb, int width);
1924 void RAWToRGB24Row_MSA(const uint8_t* src_raw, uint8_t* dst_rgb24, int width);
1954 void RAWToARGBRow_C(const uint8_t* src_raw, uint8_t* dst_argb, int width);
[all …]

1...<<11121314151617181920