Home
last modified time | relevance | path

Searched refs:input_shift (Results 1 – 25 of 132) sorted by relevance

123456

/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/common/
H A Dtools_common.c240 int input_shift) { in highbd_img_upshift() argument
242 const int offset = input_shift > 0 ? (1 << (input_shift - 1)) - 1 : 0; in highbd_img_upshift()
247 input_shift < 0) { in highbd_img_upshift()
269 for (x = 0; x < w; x++) *p_dst++ = (*p_src++ << input_shift) + offset; in highbd_img_upshift()
275 int input_shift) { in lowbd_img_upshift() argument
277 const int offset = input_shift > 0 ? (1 << (input_shift - 1)) - 1 : 0; in lowbd_img_upshift()
282 dst->fmt != src->fmt + AOM_IMG_FMT_HIGHBITDEPTH || input_shift < 0) { in lowbd_img_upshift()
304 *p_dst++ = (*p_src++ << input_shift) + offset; in lowbd_img_upshift()
311 int input_shift) { in aom_img_upshift() argument
313 highbd_img_upshift(dst, src, input_shift); in aom_img_upshift()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/
H A Dtools_common.c241 int input_shift) { in highbd_img_upshift() argument
243 const int offset = input_shift > 0 ? (1 << (input_shift - 1)) - 1 : 0; in highbd_img_upshift()
248 input_shift < 0) { in highbd_img_upshift()
271 for (x = 0; x < w; x++) *p_dst++ = (*p_src++ << input_shift) + offset; in highbd_img_upshift()
277 int input_shift) { in lowbd_img_upshift() argument
279 const int offset = input_shift > 0 ? (1 << (input_shift - 1)) - 1 : 0; in lowbd_img_upshift()
284 dst->fmt != src->fmt + AOM_IMG_FMT_HIGHBITDEPTH || input_shift < 0) { in lowbd_img_upshift()
307 *p_dst++ = (*p_src++ << input_shift) + offset; in lowbd_img_upshift()
313 void aom_img_upshift(aom_image_t *dst, aom_image_t *src, int input_shift) { in aom_img_upshift() argument
315 highbd_img_upshift(dst, src, input_shift); in aom_img_upshift()
[all …]
/dports/www/firefox/firefox-99.0/third_party/aom/common/
H A Dtools_common.c240 int input_shift) { in highbd_img_upshift() argument
242 const int offset = input_shift > 0 ? (1 << (input_shift - 1)) - 1 : 0; in highbd_img_upshift()
247 input_shift < 0) { in highbd_img_upshift()
269 for (x = 0; x < w; x++) *p_dst++ = (*p_src++ << input_shift) + offset; in highbd_img_upshift()
275 int input_shift) { in lowbd_img_upshift() argument
277 const int offset = input_shift > 0 ? (1 << (input_shift - 1)) - 1 : 0; in lowbd_img_upshift()
282 dst->fmt != src->fmt + AOM_IMG_FMT_HIGHBITDEPTH || input_shift < 0) { in lowbd_img_upshift()
304 *p_dst++ = (*p_src++ << input_shift) + offset; in lowbd_img_upshift()
311 int input_shift) { in aom_img_upshift() argument
313 highbd_img_upshift(dst, src, input_shift); in aom_img_upshift()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/common/
H A Dtools_common.c240 int input_shift) { in highbd_img_upshift() argument
242 const int offset = input_shift > 0 ? (1 << (input_shift - 1)) - 1 : 0; in highbd_img_upshift()
247 input_shift < 0) { in highbd_img_upshift()
269 for (x = 0; x < w; x++) *p_dst++ = (*p_src++ << input_shift) + offset; in highbd_img_upshift()
275 int input_shift) { in lowbd_img_upshift() argument
277 const int offset = input_shift > 0 ? (1 << (input_shift - 1)) - 1 : 0; in lowbd_img_upshift()
282 dst->fmt != src->fmt + AOM_IMG_FMT_HIGHBITDEPTH || input_shift < 0) { in lowbd_img_upshift()
304 *p_dst++ = (*p_src++ << input_shift) + offset; in lowbd_img_upshift()
311 int input_shift) { in aom_img_upshift() argument
313 highbd_img_upshift(dst, src, input_shift); in aom_img_upshift()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/common/
H A Dtools_common.c240 int input_shift) { in highbd_img_upshift() argument
242 const int offset = input_shift > 0 ? (1 << (input_shift - 1)) - 1 : 0; in highbd_img_upshift()
247 input_shift < 0) { in highbd_img_upshift()
269 for (x = 0; x < w; x++) *p_dst++ = (*p_src++ << input_shift) + offset; in highbd_img_upshift()
275 int input_shift) { in lowbd_img_upshift() argument
277 const int offset = input_shift > 0 ? (1 << (input_shift - 1)) - 1 : 0; in lowbd_img_upshift()
282 dst->fmt != src->fmt + AOM_IMG_FMT_HIGHBITDEPTH || input_shift < 0) { in lowbd_img_upshift()
304 *p_dst++ = (*p_src++ << input_shift) + offset; in lowbd_img_upshift()
311 int input_shift) { in aom_img_upshift() argument
313 highbd_img_upshift(dst, src, input_shift); in aom_img_upshift()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/
H A Dtools_common.c272 int input_shift) { in highbd_img_upshift() argument
274 const int offset = input_shift > 0 ? (1 << (input_shift - 1)) - 1 : 0; in highbd_img_upshift()
279 input_shift < 0) { in highbd_img_upshift()
302 for (x = 0; x < w; x++) *p_dst++ = (*p_src++ << input_shift) + offset; in highbd_img_upshift()
308 int input_shift) { in lowbd_img_upshift() argument
310 const int offset = input_shift > 0 ? (1 << (input_shift - 1)) - 1 : 0; in lowbd_img_upshift()
315 dst->fmt != src->fmt + VPX_IMG_FMT_HIGHBITDEPTH || input_shift < 0) { in lowbd_img_upshift()
338 *p_dst++ = (*p_src++ << input_shift) + offset; in lowbd_img_upshift()
344 void vpx_img_upshift(vpx_image_t *dst, vpx_image_t *src, int input_shift) { in vpx_img_upshift() argument
346 highbd_img_upshift(dst, src, input_shift); in vpx_img_upshift()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/common/
H A Dtools_common.c245 int input_shift) { in highbd_img_upshift() argument
247 const int offset = input_shift > 0 ? (1 << (input_shift - 1)) - 1 : 0; in highbd_img_upshift()
252 input_shift < 0) { in highbd_img_upshift()
274 for (x = 0; x < w; x++) *p_dst++ = (*p_src++ << input_shift) + offset; in highbd_img_upshift()
280 int input_shift) { in lowbd_img_upshift() argument
282 const int offset = input_shift > 0 ? (1 << (input_shift - 1)) - 1 : 0; in lowbd_img_upshift()
287 dst->fmt != src->fmt + AOM_IMG_FMT_HIGHBITDEPTH || input_shift < 0) { in lowbd_img_upshift()
310 *p_dst++ = (*p_src++ << input_shift) + offset; in lowbd_img_upshift()
317 int input_shift) { in aom_img_upshift() argument
319 highbd_img_upshift(dst, src, input_shift); in aom_img_upshift()
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/common/
H A Dtools_common.c287 int input_shift) { in highbd_img_upshift() argument
289 const int offset = input_shift > 0 ? (1 << (input_shift - 1)) - 1 : 0; in highbd_img_upshift()
294 input_shift < 0) { in highbd_img_upshift()
316 for (x = 0; x < w; x++) *p_dst++ = (*p_src++ << input_shift) + offset; in highbd_img_upshift()
322 int input_shift) { in lowbd_img_upshift() argument
324 const int offset = input_shift > 0 ? (1 << (input_shift - 1)) - 1 : 0; in lowbd_img_upshift()
329 dst->fmt != src->fmt + AOM_IMG_FMT_HIGHBITDEPTH || input_shift < 0) { in lowbd_img_upshift()
352 *p_dst++ = (*p_src++ << input_shift) + offset; in lowbd_img_upshift()
359 int input_shift) { in aom_img_upshift() argument
361 highbd_img_upshift(dst, src, input_shift); in aom_img_upshift()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/common/
H A Dtools_common.c287 int input_shift) { in highbd_img_upshift() argument
289 const int offset = input_shift > 0 ? (1 << (input_shift - 1)) - 1 : 0; in highbd_img_upshift()
294 input_shift < 0) { in highbd_img_upshift()
316 for (x = 0; x < w; x++) *p_dst++ = (*p_src++ << input_shift) + offset; in highbd_img_upshift()
322 int input_shift) { in lowbd_img_upshift() argument
324 const int offset = input_shift > 0 ? (1 << (input_shift - 1)) - 1 : 0; in lowbd_img_upshift()
329 dst->fmt != src->fmt + AOM_IMG_FMT_HIGHBITDEPTH || input_shift < 0) { in lowbd_img_upshift()
352 *p_dst++ = (*p_src++ << input_shift) + offset; in lowbd_img_upshift()
359 int input_shift) { in aom_img_upshift() argument
361 highbd_img_upshift(dst, src, input_shift); in aom_img_upshift()
[all …]
/dports/multimedia/aom/aom-3.2.0/common/
H A Dtools_common.c287 int input_shift) { in highbd_img_upshift() argument
289 const int offset = input_shift > 0 ? (1 << (input_shift - 1)) - 1 : 0; in highbd_img_upshift()
294 input_shift < 0) { in highbd_img_upshift()
316 for (x = 0; x < w; x++) *p_dst++ = (*p_src++ << input_shift) + offset; in highbd_img_upshift()
322 int input_shift) { in lowbd_img_upshift() argument
324 const int offset = input_shift > 0 ? (1 << (input_shift - 1)) - 1 : 0; in lowbd_img_upshift()
329 dst->fmt != src->fmt + AOM_IMG_FMT_HIGHBITDEPTH || input_shift < 0) { in lowbd_img_upshift()
352 *p_dst++ = (*p_src++ << input_shift) + offset; in lowbd_img_upshift()
359 int input_shift) { in aom_img_upshift() argument
361 highbd_img_upshift(dst, src, input_shift); in aom_img_upshift()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/
H A Dmerge.cc211 int input_shift = 6 + log_fs_mult -
213 input_shift = std::max(input_shift, 0);
216 input_shift);
219 if (input_shift > expanded_shift) {
220 energy_expanded = energy_expanded >> (input_shift - expanded_shift);
222 energy_input = energy_input >> (expanded_shift - input_shift);
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_coding/neteq/
H A Dmerge.cc227 int input_shift = 6 + log_fs_mult - in SignalScaling() local
229 input_shift = std::max(input_shift, 0); in SignalScaling()
232 input_shift); in SignalScaling()
235 if (input_shift > expanded_shift) { in SignalScaling()
236 energy_expanded = energy_expanded >> (input_shift - expanded_shift); in SignalScaling()
238 energy_input = energy_input >> (expanded_shift - input_shift); in SignalScaling()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vpx_dsp/
H A Dpsnr.c126 int height, unsigned int input_shift) { in highbd_get_sse_shift() argument
134 diff = (a[x] >> input_shift) - (b[x] >> input_shift); in highbd_get_sse_shift()
215 const unsigned int input_shift = bit_depth - in_bit_depth; in vpx_calc_highbd_psnr() local
223 if (input_shift) { in vpx_calc_highbd_psnr()
225 b_strides[i], w, h, input_shift); in vpx_calc_highbd_psnr()
/dports/multimedia/gstreamer1-plugins-svt-vp9/SVT-VP9-0.3.0/Source/Lib/VPX/
H A Dpsnr.c126 int height, unsigned int input_shift) { in highbd_get_sse_shift() argument
134 diff = (a[x] >> input_shift) - (b[x] >> input_shift); in highbd_get_sse_shift()
215 const unsigned int input_shift = bit_depth - in_bit_depth; in vpx_calc_highbd_psnr() local
223 if (input_shift) { in vpx_calc_highbd_psnr()
225 b_strides[i], w, h, input_shift); in vpx_calc_highbd_psnr()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vpx_dsp/
H A Dpsnr.c126 int height, unsigned int input_shift) { in highbd_get_sse_shift() argument
134 diff = (a[x] >> input_shift) - (b[x] >> input_shift); in highbd_get_sse_shift()
215 const unsigned int input_shift = bit_depth - in_bit_depth; in vpx_calc_highbd_psnr() local
223 if (input_shift) { in vpx_calc_highbd_psnr()
225 b_strides[i], w, h, input_shift); in vpx_calc_highbd_psnr()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vpx_dsp/
H A Dpsnr.c126 int height, unsigned int input_shift) { in highbd_get_sse_shift() argument
134 diff = (a[x] >> input_shift) - (b[x] >> input_shift); in highbd_get_sse_shift()
215 const unsigned int input_shift = bit_depth - in_bit_depth; in vpx_calc_highbd_psnr() local
223 if (input_shift) { in vpx_calc_highbd_psnr()
225 b_strides[i], w, h, input_shift); in vpx_calc_highbd_psnr()
/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/Source/Lib/VPX/
H A Dpsnr.c126 int height, unsigned int input_shift) { in highbd_get_sse_shift() argument
134 diff = (a[x] >> input_shift) - (b[x] >> input_shift); in highbd_get_sse_shift()
215 const unsigned int input_shift = bit_depth - in_bit_depth; in vpx_calc_highbd_psnr() local
223 if (input_shift) { in vpx_calc_highbd_psnr()
225 b_strides[i], w, h, input_shift); in vpx_calc_highbd_psnr()
/dports/multimedia/libvpx/libvpx-1.11.0/vpx_dsp/
H A Dpsnr.c126 int height, unsigned int input_shift) { in highbd_get_sse_shift() argument
134 diff = (a[x] >> input_shift) - (b[x] >> input_shift); in highbd_get_sse_shift()
215 const unsigned int input_shift = bit_depth - in_bit_depth; in vpx_calc_highbd_psnr() local
223 if (input_shift) { in vpx_calc_highbd_psnr()
225 b_strides[i], w, h, input_shift); in vpx_calc_highbd_psnr()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vpx_dsp/
H A Dpsnr.c126 int height, unsigned int input_shift) { in highbd_get_sse_shift() argument
134 diff = (a[x] >> input_shift) - (b[x] >> input_shift); in highbd_get_sse_shift()
215 const unsigned int input_shift = bit_depth - in_bit_depth; in vpx_calc_highbd_psnr() local
223 if (input_shift) { in vpx_calc_highbd_psnr()
225 b_strides[i], w, h, input_shift); in vpx_calc_highbd_psnr()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vpx_dsp/
H A Dpsnr.c126 int height, unsigned int input_shift) { in highbd_get_sse_shift() argument
134 diff = (a[x] >> input_shift) - (b[x] >> input_shift); in highbd_get_sse_shift()
215 const unsigned int input_shift = bit_depth - in_bit_depth; in vpx_calc_highbd_psnr() local
223 if (input_shift) { in vpx_calc_highbd_psnr()
225 b_strides[i], w, h, input_shift); in vpx_calc_highbd_psnr()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/
H A Dpsnr.c126 int height, unsigned int input_shift) { in highbd_get_sse_shift() argument
134 diff = (a[x] >> input_shift) - (b[x] >> input_shift); in highbd_get_sse_shift()
215 const unsigned int input_shift = bit_depth - in_bit_depth; in vpx_calc_highbd_psnr() local
223 if (input_shift) { in vpx_calc_highbd_psnr()
225 b_strides[i], w, h, input_shift); in vpx_calc_highbd_psnr()
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vpx_dsp/
H A Dpsnr.c126 int height, unsigned int input_shift) { in highbd_get_sse_shift() argument
134 diff = (a[x] >> input_shift) - (b[x] >> input_shift); in highbd_get_sse_shift()
215 const unsigned int input_shift = bit_depth - in_bit_depth; in vpx_calc_highbd_psnr() local
223 if (input_shift) { in vpx_calc_highbd_psnr()
225 b_strides[i], w, h, input_shift); in vpx_calc_highbd_psnr()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vpx_dsp/
H A Dpsnr.c126 int height, unsigned int input_shift) { in highbd_get_sse_shift() argument
134 diff = (a[x] >> input_shift) - (b[x] >> input_shift); in highbd_get_sse_shift()
215 const unsigned int input_shift = bit_depth - in_bit_depth; in vpx_calc_highbd_psnr() local
223 if (input_shift) { in vpx_calc_highbd_psnr()
225 b_strides[i], w, h, input_shift); in vpx_calc_highbd_psnr()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vpx_dsp/
H A Dpsnr.c126 int height, unsigned int input_shift) { in highbd_get_sse_shift() argument
134 diff = (a[x] >> input_shift) - (b[x] >> input_shift); in highbd_get_sse_shift()
215 const unsigned int input_shift = bit_depth - in_bit_depth; in vpx_calc_highbd_psnr() local
223 if (input_shift) { in vpx_calc_highbd_psnr()
225 b_strides[i], w, h, input_shift); in vpx_calc_highbd_psnr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/
H A Dtools_common.c363 int input_shift) { in highbd_img_upshift() argument
365 const int offset = input_shift > 0 ? (1 << (input_shift - 1)) - 1 : 0; in highbd_img_upshift()
370 input_shift < 0) { in highbd_img_upshift()
393 for (x = 0; x < w; x++) *p_dst++ = (*p_src++ << input_shift) + offset; in highbd_img_upshift()
399 int input_shift) { in lowbd_img_upshift() argument
401 const int offset = input_shift > 0 ? (1 << (input_shift - 1)) - 1 : 0; in lowbd_img_upshift()
406 dst->fmt != src->fmt + VPX_IMG_FMT_HIGHBITDEPTH || input_shift < 0) { in lowbd_img_upshift()
429 *p_dst++ = (*p_src++ << input_shift) + offset; in lowbd_img_upshift()
435 void vpx_img_upshift(vpx_image_t *dst, vpx_image_t *src, int input_shift) { in vpx_img_upshift() argument
437 highbd_img_upshift(dst, src, input_shift); in vpx_img_upshift()
[all …]

123456