Home
last modified time | relevance | path

Searched refs:stride_in_bytes (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/src/
H A Dcm_mem_copy.cpp308 if(stride_in_bytes == 0) in EnqueueCopySwapRBGPUtoCPU()
324 if(stride_in_bytes & 0xf) in EnqueueCopySwapRBGPUtoCPU()
492 if(stride_in_bytes == 0) in EnqueueCopyGPUtoCPU()
508 if(stride_in_bytes & 0xf) in EnqueueCopyGPUtoCPU()
855 if(stride_in_bytes == 0) in EnqueueCopySwapRBCPUtoGPU()
1040 if(stride_in_bytes == 0) in EnqueueCopyCPUtoGPU()
1575 if(stride_in_bytes == 0) in EnqueueCopyMirrorNV12GPUtoCPU()
1756 if(stride_in_bytes == 0) in EnqueueCopyNV12GPUtoCPU()
1934 if(stride_in_bytes == 0) in EnqueueCopyMirrorNV12CPUtoGPU()
2281 if(stride_in_bytes == 0) in EnqueueCopyShiftP010GPUtoCPU()
[all …]
/dports/www/firefox/firefox-99.0/third_party/aom/aom/src/
H A Daom_image.c34 unsigned int stride_in_bytes; in img_alloc_helper() local
95 stride_in_bytes = (fmt & AOM_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s; in img_alloc_helper()
113 ? (uint64_t)(h + 2 * border) * stride_in_bytes * bps / 8 in img_alloc_helper()
114 : (uint64_t)(h + 2 * border) * stride_in_bytes; in img_alloc_helper()
134 img->stride[AOM_PLANE_Y] = img->stride[AOM_PLANE_ALPHA] = stride_in_bytes; in img_alloc_helper()
135 img->stride[AOM_PLANE_U] = img->stride[AOM_PLANE_V] = stride_in_bytes >> xcs; in img_alloc_helper()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/aom/src/
H A Daom_image.c34 unsigned int stride_in_bytes; in img_alloc_helper() local
95 stride_in_bytes = (fmt & AOM_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s; in img_alloc_helper()
113 ? (uint64_t)(h + 2 * border) * stride_in_bytes * bps / 8 in img_alloc_helper()
114 : (uint64_t)(h + 2 * border) * stride_in_bytes; in img_alloc_helper()
134 img->stride[AOM_PLANE_Y] = img->stride[AOM_PLANE_ALPHA] = stride_in_bytes; in img_alloc_helper()
135 img->stride[AOM_PLANE_U] = img->stride[AOM_PLANE_V] = stride_in_bytes >> xcs; in img_alloc_helper()
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/aom/src/
H A Daom_image.c34 unsigned int stride_in_bytes; in img_alloc_helper() local
95 stride_in_bytes = (fmt & AOM_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s; in img_alloc_helper()
113 ? (uint64_t)(h + 2 * border) * stride_in_bytes * bps / 8 in img_alloc_helper()
114 : (uint64_t)(h + 2 * border) * stride_in_bytes; in img_alloc_helper()
134 img->stride[AOM_PLANE_Y] = img->stride[AOM_PLANE_ALPHA] = stride_in_bytes; in img_alloc_helper()
135 img->stride[AOM_PLANE_U] = img->stride[AOM_PLANE_V] = stride_in_bytes >> xcs; in img_alloc_helper()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/aom/src/
H A Daom_image.c34 unsigned int stride_in_bytes; in img_alloc_helper() local
95 stride_in_bytes = (fmt & AOM_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s; in img_alloc_helper()
113 ? (uint64_t)(h + 2 * border) * stride_in_bytes * bps / 8 in img_alloc_helper()
114 : (uint64_t)(h + 2 * border) * stride_in_bytes; in img_alloc_helper()
134 img->stride[AOM_PLANE_Y] = img->stride[AOM_PLANE_ALPHA] = stride_in_bytes; in img_alloc_helper()
135 img->stride[AOM_PLANE_U] = img->stride[AOM_PLANE_V] = stride_in_bytes >> xcs; in img_alloc_helper()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vpx/src/
H A Dvpx_image.c24 unsigned int stride_in_bytes; in img_alloc_helper() local
78 stride_in_bytes = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s; in img_alloc_helper()
103 stride_in_bytes = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s; in img_alloc_helper()
124 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = stride_in_bytes; in img_alloc_helper()
125 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = stride_in_bytes >> xcs; in img_alloc_helper()
/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/Source/Lib/VPX/
H A Dvpx_image.c20 unsigned int stride_in_bytes;
74 stride_in_bytes = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s;
99 stride_in_bytes = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s;
120 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = stride_in_bytes;
121 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = stride_in_bytes >> xcs;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx/src/
H A Dvpx_image.c24 unsigned int stride_in_bytes; in img_alloc_helper() local
78 stride_in_bytes = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s; in img_alloc_helper()
103 stride_in_bytes = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s; in img_alloc_helper()
124 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = stride_in_bytes; in img_alloc_helper()
125 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = stride_in_bytes >> xcs; in img_alloc_helper()
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vpx/src/
H A Dvpx_image.c24 unsigned int stride_in_bytes; in img_alloc_helper() local
78 stride_in_bytes = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s; in img_alloc_helper()
103 stride_in_bytes = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s; in img_alloc_helper()
124 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = stride_in_bytes; in img_alloc_helper()
125 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = stride_in_bytes >> xcs; in img_alloc_helper()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vpx/src/
H A Dvpx_image.c24 unsigned int stride_in_bytes; in img_alloc_helper() local
78 stride_in_bytes = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s; in img_alloc_helper()
103 stride_in_bytes = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s; in img_alloc_helper()
124 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = stride_in_bytes; in img_alloc_helper()
125 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = stride_in_bytes >> xcs; in img_alloc_helper()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vpx/src/
H A Dvpx_image.c24 unsigned int stride_in_bytes; in img_alloc_helper() local
78 stride_in_bytes = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s; in img_alloc_helper()
103 stride_in_bytes = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s; in img_alloc_helper()
124 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = stride_in_bytes; in img_alloc_helper()
125 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = stride_in_bytes >> xcs; in img_alloc_helper()
/dports/multimedia/gstreamer1-plugins-svt-vp9/SVT-VP9-0.3.0/Source/Lib/VPX/
H A Dvpx_image.c20 unsigned int stride_in_bytes;
74 stride_in_bytes = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s;
99 stride_in_bytes = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s;
120 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = stride_in_bytes;
121 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = stride_in_bytes >> xcs;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vpx/src/
H A Dvpx_image.c24 unsigned int stride_in_bytes; in img_alloc_helper() local
82 stride_in_bytes = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s; in img_alloc_helper()
107 stride_in_bytes = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s; in img_alloc_helper()
128 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = stride_in_bytes; in img_alloc_helper()
129 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = stride_in_bytes >> xcs; in img_alloc_helper()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vpx/src/
H A Dvpx_image.c24 unsigned int stride_in_bytes; in img_alloc_helper() local
97 stride_in_bytes = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s; in img_alloc_helper()
122 stride_in_bytes = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s; in img_alloc_helper()
143 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = stride_in_bytes; in img_alloc_helper()
144 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = stride_in_bytes >> xcs; in img_alloc_helper()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vpx/src/
H A Dvpx_image.c24 unsigned int stride_in_bytes; in img_alloc_helper() local
82 stride_in_bytes = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s; in img_alloc_helper()
107 stride_in_bytes = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s; in img_alloc_helper()
128 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = stride_in_bytes; in img_alloc_helper()
129 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = stride_in_bytes >> xcs; in img_alloc_helper()
/dports/multimedia/libvpx/libvpx-1.11.0/vpx/src/
H A Dvpx_image.c25 unsigned int stride_in_bytes; in img_alloc_helper() local
85 stride_in_bytes = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s; in img_alloc_helper()
108 stride_in_bytes = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s; in img_alloc_helper()
129 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = stride_in_bytes; in img_alloc_helper()
130 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = stride_in_bytes >> xcs; in img_alloc_helper()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/aom/src/
H A Daom_image.c39 unsigned int stride_in_bytes; in img_alloc_helper() local
105 stride_in_bytes = s * bit_depth / 8; in img_alloc_helper()
123 ? (uint64_t)(h + 2 * border) * stride_in_bytes * bps / bit_depth in img_alloc_helper()
124 : (uint64_t)(h + 2 * border) * stride_in_bytes; in img_alloc_helper()
154 img->stride[AOM_PLANE_Y] = stride_in_bytes; in img_alloc_helper()
155 img->stride[AOM_PLANE_U] = img->stride[AOM_PLANE_V] = stride_in_bytes >> xcs; in img_alloc_helper()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/aom/src/
H A Daom_image.c39 unsigned int stride_in_bytes; in img_alloc_helper() local
105 stride_in_bytes = s * bit_depth / 8; in img_alloc_helper()
123 ? (uint64_t)(h + 2 * border) * stride_in_bytes * bps / bit_depth in img_alloc_helper()
124 : (uint64_t)(h + 2 * border) * stride_in_bytes; in img_alloc_helper()
154 img->stride[AOM_PLANE_Y] = stride_in_bytes; in img_alloc_helper()
155 img->stride[AOM_PLANE_U] = img->stride[AOM_PLANE_V] = stride_in_bytes >> xcs; in img_alloc_helper()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/aom/src/
H A Daom_image.c39 unsigned int stride_in_bytes; in img_alloc_helper() local
105 stride_in_bytes = s * bit_depth / 8; in img_alloc_helper()
123 ? (uint64_t)(h + 2 * border) * stride_in_bytes * bps / bit_depth in img_alloc_helper()
124 : (uint64_t)(h + 2 * border) * stride_in_bytes; in img_alloc_helper()
154 img->stride[AOM_PLANE_Y] = stride_in_bytes; in img_alloc_helper()
155 img->stride[AOM_PLANE_U] = img->stride[AOM_PLANE_V] = stride_in_bytes >> xcs; in img_alloc_helper()
/dports/multimedia/aom/aom-3.2.0/aom/src/
H A Daom_image.c40 unsigned int stride_in_bytes; in img_alloc_helper() local
108 stride_in_bytes = s * bit_depth / 8; in img_alloc_helper()
124 ? (uint64_t)(h + 2 * border) * stride_in_bytes * bps / bit_depth in img_alloc_helper()
125 : (uint64_t)(h + 2 * border) * stride_in_bytes; in img_alloc_helper()
155 img->stride[AOM_PLANE_Y] = stride_in_bytes; in img_alloc_helper()
156 img->stride[AOM_PLANE_U] = img->stride[AOM_PLANE_V] = stride_in_bytes >> xcs; in img_alloc_helper()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vpx/src/
H A Dvpx_image.c24 unsigned int stride_in_bytes; in img_alloc_helper() local
98 stride_in_bytes = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s; in img_alloc_helper()
135 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = stride_in_bytes; in img_alloc_helper()
136 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = stride_in_bytes >> xcs; in img_alloc_helper()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libvpx/vpx/src/
H A Dvpx_image.c26 unsigned int stride_in_bytes; in img_alloc_helper() local
132 stride_in_bytes = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s; in img_alloc_helper()
171 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = stride_in_bytes; in img_alloc_helper()
172 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = stride_in_bytes >> xcs; in img_alloc_helper()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libvpx/vpx/src/
H A Dvpx_image.c26 unsigned int stride_in_bytes; in img_alloc_helper() local
132 stride_in_bytes = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s; in img_alloc_helper()
171 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = stride_in_bytes; in img_alloc_helper()
172 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = stride_in_bytes >> xcs; in img_alloc_helper()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vpx/src/
H A Dvpx_image.c26 unsigned int stride_in_bytes; in img_alloc_helper() local
132 stride_in_bytes = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s; in img_alloc_helper()
171 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = stride_in_bytes; in img_alloc_helper()
172 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = stride_in_bytes >> xcs; in img_alloc_helper()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/aom/src/
H A Daom_image.c25 unsigned int stride_in_bytes; in img_alloc_helper() local
99 stride_in_bytes = (fmt & AOM_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s; in img_alloc_helper()
136 img->stride[AOM_PLANE_Y] = img->stride[AOM_PLANE_ALPHA] = stride_in_bytes; in img_alloc_helper()
137 img->stride[AOM_PLANE_U] = img->stride[AOM_PLANE_V] = stride_in_bytes >> xcs; in img_alloc_helper()

12345678910>>...13