Home
last modified time | relevance | path

Searched refs:quant_shift (Results 1 – 25 of 169) sorted by relevance

1234567

/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vpx_dsp/ppc/
H A Dquantize_vsx.c41 int16x8_t quant_shift, bool16x8_t mask) { in quantize_coeff() argument
45 qcoeff = vec_mulhi(qcoeff, quant_shift); in quantize_coeff()
53 int16x8_t quant_shift, in quantize_coeff_32() argument
61 qcoeff = vec_madds(qcoeff, quant_shift, vec_zeros_s16); in quantize_coeff_32()
112 int16x8_t quant_shift = vec_vsx_ld(0, quant_shift_ptr); in vpx_quantize_b_vsx() local
133 quant_shift = vec_splat(quant_shift, 1); in vpx_quantize_b_vsx()
164 qcoeff0 = quantize_coeff(coeff0, coeff0_abs, round, quant, quant_shift, in vpx_quantize_b_vsx()
221 int16x8_t quant_shift = vec_vsx_ld(0, quant_shift_ptr); in vpx_quantize_b_32x32_vsx() local
242 qcoeff0 = quantize_coeff_32(coeff0, coeff0_abs, round, quant, quant_shift, in vpx_quantize_b_32x32_vsx()
246 quant_shift = vec_splat(quant_shift, 1); // remove DC from quant_shift in vpx_quantize_b_32x32_vsx()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vpx_dsp/ppc/
H A Dquantize_vsx.c41 int16x8_t quant_shift, bool16x8_t mask) { in quantize_coeff() argument
45 qcoeff = vec_mulhi(qcoeff, quant_shift); in quantize_coeff()
53 int16x8_t quant_shift, in quantize_coeff_32() argument
61 qcoeff = vec_madds(qcoeff, quant_shift, vec_zeros_s16); in quantize_coeff_32()
112 int16x8_t quant_shift = vec_vsx_ld(0, quant_shift_ptr); in vpx_quantize_b_vsx() local
133 quant_shift = vec_splat(quant_shift, 1); in vpx_quantize_b_vsx()
164 qcoeff0 = quantize_coeff(coeff0, coeff0_abs, round, quant, quant_shift, in vpx_quantize_b_vsx()
221 int16x8_t quant_shift = vec_vsx_ld(0, quant_shift_ptr); in vpx_quantize_b_32x32_vsx() local
242 qcoeff0 = quantize_coeff_32(coeff0, coeff0_abs, round, quant, quant_shift, in vpx_quantize_b_32x32_vsx()
246 quant_shift = vec_splat(quant_shift, 1); // remove DC from quant_shift in vpx_quantize_b_32x32_vsx()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vpx_dsp/ppc/
H A Dquantize_vsx.c41 int16x8_t quant_shift, bool16x8_t mask) { in quantize_coeff() argument
45 qcoeff = vec_mulhi(qcoeff, quant_shift); in quantize_coeff()
53 int16x8_t quant_shift, in quantize_coeff_32() argument
61 qcoeff = vec_madds(qcoeff, quant_shift, vec_zeros_s16); in quantize_coeff_32()
112 int16x8_t quant_shift = vec_vsx_ld(0, quant_shift_ptr); in vpx_quantize_b_vsx() local
133 quant_shift = vec_splat(quant_shift, 1); in vpx_quantize_b_vsx()
164 qcoeff0 = quantize_coeff(coeff0, coeff0_abs, round, quant, quant_shift, in vpx_quantize_b_vsx()
221 int16x8_t quant_shift = vec_vsx_ld(0, quant_shift_ptr); in vpx_quantize_b_32x32_vsx() local
242 qcoeff0 = quantize_coeff_32(coeff0, coeff0_abs, round, quant, quant_shift, in vpx_quantize_b_32x32_vsx()
246 quant_shift = vec_splat(quant_shift, 1); // remove DC from quant_shift in vpx_quantize_b_32x32_vsx()
[all …]
/dports/multimedia/libvpx/libvpx-1.11.0/vpx_dsp/ppc/
H A Dquantize_vsx.c41 int16x8_t quant_shift, bool16x8_t mask) { in quantize_coeff() argument
45 qcoeff = vec_mulhi(qcoeff, quant_shift); in quantize_coeff()
53 int16x8_t quant_shift, in quantize_coeff_32() argument
61 qcoeff = vec_madds(qcoeff, quant_shift, vec_zeros_s16); in quantize_coeff_32()
112 int16x8_t quant_shift = vec_vsx_ld(0, quant_shift_ptr); in vpx_quantize_b_vsx() local
133 quant_shift = vec_splat(quant_shift, 1); in vpx_quantize_b_vsx()
164 qcoeff0 = quantize_coeff(coeff0, coeff0_abs, round, quant, quant_shift, in vpx_quantize_b_vsx()
221 int16x8_t quant_shift = vec_vsx_ld(0, quant_shift_ptr); in vpx_quantize_b_32x32_vsx() local
242 qcoeff0 = quantize_coeff_32(coeff0, coeff0_abs, round, quant, quant_shift, in vpx_quantize_b_32x32_vsx()
246 quant_shift = vec_splat(quant_shift, 1); // remove DC from quant_shift in vpx_quantize_b_32x32_vsx()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/ppc/
H A Dquantize_vsx.c41 int16x8_t quant_shift, bool16x8_t mask) { in quantize_coeff() argument
45 qcoeff = vec_mulhi(qcoeff, quant_shift); in quantize_coeff()
53 int16x8_t quant_shift, in quantize_coeff_32() argument
61 qcoeff = vec_madds(qcoeff, quant_shift, vec_zeros_s16); in quantize_coeff_32()
112 int16x8_t quant_shift = vec_vsx_ld(0, quant_shift_ptr); in vpx_quantize_b_vsx() local
133 quant_shift = vec_splat(quant_shift, 1); in vpx_quantize_b_vsx()
164 qcoeff0 = quantize_coeff(coeff0, coeff0_abs, round, quant, quant_shift, in vpx_quantize_b_vsx()
221 int16x8_t quant_shift = vec_vsx_ld(0, quant_shift_ptr); in vpx_quantize_b_32x32_vsx() local
242 qcoeff0 = quantize_coeff_32(coeff0, coeff0_abs, round, quant, quant_shift, in vpx_quantize_b_32x32_vsx()
246 quant_shift = vec_splat(quant_shift, 1); // remove DC from quant_shift in vpx_quantize_b_32x32_vsx()
[all …]
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vpx_dsp/ppc/
H A Dquantize_vsx.c41 int16x8_t quant_shift, bool16x8_t mask) { in quantize_coeff() argument
45 qcoeff = vec_mulhi(qcoeff, quant_shift); in quantize_coeff()
53 int16x8_t quant_shift, in quantize_coeff_32() argument
61 qcoeff = vec_madds(qcoeff, quant_shift, vec_zeros_s16); in quantize_coeff_32()
112 int16x8_t quant_shift = vec_vsx_ld(0, quant_shift_ptr); in vpx_quantize_b_vsx() local
133 quant_shift = vec_splat(quant_shift, 1); in vpx_quantize_b_vsx()
164 qcoeff0 = quantize_coeff(coeff0, coeff0_abs, round, quant, quant_shift, in vpx_quantize_b_vsx()
221 int16x8_t quant_shift = vec_vsx_ld(0, quant_shift_ptr); in vpx_quantize_b_32x32_vsx() local
242 qcoeff0 = quantize_coeff_32(coeff0, coeff0_abs, round, quant, quant_shift, in vpx_quantize_b_32x32_vsx()
246 quant_shift = vec_splat(quant_shift, 1); // remove DC from quant_shift in vpx_quantize_b_32x32_vsx()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vpx_dsp/ppc/
H A Dquantize_vsx.c41 int16x8_t quant_shift, bool16x8_t mask) { in quantize_coeff() argument
45 qcoeff = vec_mulhi(qcoeff, quant_shift); in quantize_coeff()
53 int16x8_t quant_shift, in quantize_coeff_32() argument
61 qcoeff = vec_madds(qcoeff, quant_shift, vec_zeros_s16); in quantize_coeff_32()
112 int16x8_t quant_shift = vec_vsx_ld(0, quant_shift_ptr); in vpx_quantize_b_vsx() local
133 quant_shift = vec_splat(quant_shift, 1); in vpx_quantize_b_vsx()
164 qcoeff0 = quantize_coeff(coeff0, coeff0_abs, round, quant, quant_shift, in vpx_quantize_b_vsx()
221 int16x8_t quant_shift = vec_vsx_ld(0, quant_shift_ptr); in vpx_quantize_b_32x32_vsx() local
242 qcoeff0 = quantize_coeff_32(coeff0, coeff0_abs, round, quant, quant_shift, in vpx_quantize_b_32x32_vsx()
246 quant_shift = vec_splat(quant_shift, 1); // remove DC from quant_shift in vpx_quantize_b_32x32_vsx()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vpx_dsp/ppc/
H A Dquantize_vsx.c41 int16x8_t quant_shift, bool16x8_t mask) { in quantize_coeff() argument
45 qcoeff = vec_mulhi(qcoeff, quant_shift); in quantize_coeff()
53 int16x8_t quant_shift, in quantize_coeff_32() argument
61 qcoeff = vec_madds(qcoeff, quant_shift, vec_zeros_s16); in quantize_coeff_32()
112 int16x8_t quant_shift = vec_vsx_ld(0, quant_shift_ptr); in vpx_quantize_b_vsx() local
133 quant_shift = vec_splat(quant_shift, 1); in vpx_quantize_b_vsx()
164 qcoeff0 = quantize_coeff(coeff0, coeff0_abs, round, quant, quant_shift, in vpx_quantize_b_vsx()
221 int16x8_t quant_shift = vec_vsx_ld(0, quant_shift_ptr); in vpx_quantize_b_32x32_vsx() local
242 qcoeff0 = quantize_coeff_32(coeff0, coeff0_abs, round, quant, quant_shift, in vpx_quantize_b_32x32_vsx()
246 quant_shift = vec_splat(quant_shift, 1); // remove DC from quant_shift in vpx_quantize_b_32x32_vsx()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vpx_dsp/ppc/
H A Dquantize_vsx.c41 int16x8_t quant_shift, bool16x8_t mask) { in quantize_coeff() argument
45 qcoeff = vec_mulhi(qcoeff, quant_shift); in quantize_coeff()
53 int16x8_t quant_shift, in quantize_coeff_32() argument
61 qcoeff = vec_madds(qcoeff, quant_shift, vec_zeros_s16); in quantize_coeff_32()
112 int16x8_t quant_shift = vec_vsx_ld(0, quant_shift_ptr); in vpx_quantize_b_vsx() local
133 quant_shift = vec_splat(quant_shift, 1); in vpx_quantize_b_vsx()
164 qcoeff0 = quantize_coeff(coeff0, coeff0_abs, round, quant, quant_shift, in vpx_quantize_b_vsx()
221 int16x8_t quant_shift = vec_vsx_ld(0, quant_shift_ptr); in vpx_quantize_b_32x32_vsx() local
242 qcoeff0 = quantize_coeff_32(coeff0, coeff0_abs, round, quant, quant_shift, in vpx_quantize_b_32x32_vsx()
246 quant_shift = vec_splat(quant_shift, 1); // remove DC from quant_shift in vpx_quantize_b_32x32_vsx()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/encoder/
H A Dav1_quantize.c29 const tran_low_t coeffv, const int16_t quant, const int16_t quant_shift, in quantize_coeff_nuq() argument
46 q = NUQ_KNOTS + (((((tmp * quant) >> 16) + tmp) * quant_shift) >> 16); in quantize_coeff_nuq()
162 const int16_t quant_shift, const int16_t dequant, in quantize_dc_nuq() argument
171 if (quantize_coeff_nuq(coeff_ptr[rc], quant, quant_shift, dequant, in quantize_dc_nuq()
742 p->quant_shift, pd->dequant, in av1_quantize_b_nuq_facade()
750 p->quant_shift, pd->dequant, in av1_quantize_b_nuq_facade()
1401 p->quant_shift, pd->dequant, in av1_highbd_quantize_b_nuq_facade()
1408 coeff_ptr, n_coeffs, skip_block, p->quant, p->quant_shift, in av1_highbd_quantize_b_nuq_facade()
1416 coeff_ptr, n_coeffs, skip_block, p->quant, p->quant_shift, in av1_highbd_quantize_b_nuq_facade()
1651 x->plane[0].quant_shift = quants->y_quant_shift[qindex]; in av1_init_plane_quantizers()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vpx_dsp/arm/
H A Dquantize_neon.c54 const int16x8_t quant_shift = vld1q_s16(quant_shift_ptr); in vpx_quantize_b_neon() local
75 qcoeff = vshrq_n_s16(vqdmulhq_s16(qcoeff, quant_shift), 1); in vpx_quantize_b_neon()
102 const int16x8_t quant_shift = vdupq_n_s16(quant_shift_ptr[1]); in vpx_quantize_b_neon() local
125 qcoeff = vshrq_n_s16(vqdmulhq_s16(qcoeff, quant_shift), 1); in vpx_quantize_b_neon()
214 const int16x8_t quant_shift = vld1q_s16(quant_shift_ptr); in vpx_quantize_b_32x32_neon() local
235 qcoeff = vqdmulhq_s16(qcoeff, quant_shift); in vpx_quantize_b_32x32_neon()
260 const int16x8_t quant_shift = vdupq_n_s16(quant_shift_ptr[1]); in vpx_quantize_b_32x32_neon() local
283 qcoeff = vqdmulhq_s16(qcoeff, quant_shift); in vpx_quantize_b_32x32_neon()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vpx_dsp/arm/
H A Dquantize_neon.c54 const int16x8_t quant_shift = vld1q_s16(quant_shift_ptr); in vpx_quantize_b_neon() local
75 qcoeff = vshrq_n_s16(vqdmulhq_s16(qcoeff, quant_shift), 1); in vpx_quantize_b_neon()
102 const int16x8_t quant_shift = vdupq_n_s16(quant_shift_ptr[1]); in vpx_quantize_b_neon() local
125 qcoeff = vshrq_n_s16(vqdmulhq_s16(qcoeff, quant_shift), 1); in vpx_quantize_b_neon()
214 const int16x8_t quant_shift = vld1q_s16(quant_shift_ptr); in vpx_quantize_b_32x32_neon() local
235 qcoeff = vqdmulhq_s16(qcoeff, quant_shift); in vpx_quantize_b_32x32_neon()
260 const int16x8_t quant_shift = vdupq_n_s16(quant_shift_ptr[1]); in vpx_quantize_b_32x32_neon() local
283 qcoeff = vqdmulhq_s16(qcoeff, quant_shift); in vpx_quantize_b_32x32_neon()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vpx_dsp/arm/
H A Dquantize_neon.c54 const int16x8_t quant_shift = vld1q_s16(quant_shift_ptr); in vpx_quantize_b_neon() local
75 qcoeff = vshrq_n_s16(vqdmulhq_s16(qcoeff, quant_shift), 1); in vpx_quantize_b_neon()
102 const int16x8_t quant_shift = vdupq_n_s16(quant_shift_ptr[1]); in vpx_quantize_b_neon() local
125 qcoeff = vshrq_n_s16(vqdmulhq_s16(qcoeff, quant_shift), 1); in vpx_quantize_b_neon()
214 const int16x8_t quant_shift = vld1q_s16(quant_shift_ptr); in vpx_quantize_b_32x32_neon() local
235 qcoeff = vqdmulhq_s16(qcoeff, quant_shift); in vpx_quantize_b_32x32_neon()
260 const int16x8_t quant_shift = vdupq_n_s16(quant_shift_ptr[1]); in vpx_quantize_b_32x32_neon() local
283 qcoeff = vqdmulhq_s16(qcoeff, quant_shift); in vpx_quantize_b_32x32_neon()
/dports/multimedia/libvpx/libvpx-1.11.0/vpx_dsp/arm/
H A Dquantize_neon.c54 const int16x8_t quant_shift = vld1q_s16(quant_shift_ptr); in vpx_quantize_b_neon() local
75 qcoeff = vshrq_n_s16(vqdmulhq_s16(qcoeff, quant_shift), 1); in vpx_quantize_b_neon()
102 const int16x8_t quant_shift = vdupq_n_s16(quant_shift_ptr[1]); in vpx_quantize_b_neon() local
125 qcoeff = vshrq_n_s16(vqdmulhq_s16(qcoeff, quant_shift), 1); in vpx_quantize_b_neon()
214 const int16x8_t quant_shift = vld1q_s16(quant_shift_ptr); in vpx_quantize_b_32x32_neon() local
235 qcoeff = vqdmulhq_s16(qcoeff, quant_shift); in vpx_quantize_b_32x32_neon()
260 const int16x8_t quant_shift = vdupq_n_s16(quant_shift_ptr[1]); in vpx_quantize_b_32x32_neon() local
283 qcoeff = vqdmulhq_s16(qcoeff, quant_shift); in vpx_quantize_b_32x32_neon()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/arm/
H A Dquantize_neon.c54 const int16x8_t quant_shift = vld1q_s16(quant_shift_ptr); in vpx_quantize_b_neon() local
75 qcoeff = vshrq_n_s16(vqdmulhq_s16(qcoeff, quant_shift), 1); in vpx_quantize_b_neon()
102 const int16x8_t quant_shift = vdupq_n_s16(quant_shift_ptr[1]); in vpx_quantize_b_neon() local
125 qcoeff = vshrq_n_s16(vqdmulhq_s16(qcoeff, quant_shift), 1); in vpx_quantize_b_neon()
214 const int16x8_t quant_shift = vld1q_s16(quant_shift_ptr); in vpx_quantize_b_32x32_neon() local
235 qcoeff = vqdmulhq_s16(qcoeff, quant_shift); in vpx_quantize_b_32x32_neon()
260 const int16x8_t quant_shift = vdupq_n_s16(quant_shift_ptr[1]); in vpx_quantize_b_32x32_neon() local
283 qcoeff = vqdmulhq_s16(qcoeff, quant_shift); in vpx_quantize_b_32x32_neon()
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vpx_dsp/arm/
H A Dquantize_neon.c54 const int16x8_t quant_shift = vld1q_s16(quant_shift_ptr); in vpx_quantize_b_neon() local
75 qcoeff = vshrq_n_s16(vqdmulhq_s16(qcoeff, quant_shift), 1); in vpx_quantize_b_neon()
102 const int16x8_t quant_shift = vdupq_n_s16(quant_shift_ptr[1]); in vpx_quantize_b_neon() local
125 qcoeff = vshrq_n_s16(vqdmulhq_s16(qcoeff, quant_shift), 1); in vpx_quantize_b_neon()
214 const int16x8_t quant_shift = vld1q_s16(quant_shift_ptr); in vpx_quantize_b_32x32_neon() local
235 qcoeff = vqdmulhq_s16(qcoeff, quant_shift); in vpx_quantize_b_32x32_neon()
260 const int16x8_t quant_shift = vdupq_n_s16(quant_shift_ptr[1]); in vpx_quantize_b_32x32_neon() local
283 qcoeff = vqdmulhq_s16(qcoeff, quant_shift); in vpx_quantize_b_32x32_neon()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vpx_dsp/arm/
H A Dquantize_neon.c54 const int16x8_t quant_shift = vld1q_s16(quant_shift_ptr); in vpx_quantize_b_neon() local
75 qcoeff = vshrq_n_s16(vqdmulhq_s16(qcoeff, quant_shift), 1); in vpx_quantize_b_neon()
102 const int16x8_t quant_shift = vdupq_n_s16(quant_shift_ptr[1]); in vpx_quantize_b_neon() local
125 qcoeff = vshrq_n_s16(vqdmulhq_s16(qcoeff, quant_shift), 1); in vpx_quantize_b_neon()
214 const int16x8_t quant_shift = vld1q_s16(quant_shift_ptr); in vpx_quantize_b_32x32_neon() local
235 qcoeff = vqdmulhq_s16(qcoeff, quant_shift); in vpx_quantize_b_32x32_neon()
260 const int16x8_t quant_shift = vdupq_n_s16(quant_shift_ptr[1]); in vpx_quantize_b_32x32_neon() local
283 qcoeff = vqdmulhq_s16(qcoeff, quant_shift); in vpx_quantize_b_32x32_neon()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vpx_dsp/arm/
H A Dquantize_neon.c54 const int16x8_t quant_shift = vld1q_s16(quant_shift_ptr); in vpx_quantize_b_neon() local
75 qcoeff = vshrq_n_s16(vqdmulhq_s16(qcoeff, quant_shift), 1); in vpx_quantize_b_neon()
102 const int16x8_t quant_shift = vdupq_n_s16(quant_shift_ptr[1]); in vpx_quantize_b_neon() local
125 qcoeff = vshrq_n_s16(vqdmulhq_s16(qcoeff, quant_shift), 1); in vpx_quantize_b_neon()
214 const int16x8_t quant_shift = vld1q_s16(quant_shift_ptr); in vpx_quantize_b_32x32_neon() local
235 qcoeff = vqdmulhq_s16(qcoeff, quant_shift); in vpx_quantize_b_32x32_neon()
260 const int16x8_t quant_shift = vdupq_n_s16(quant_shift_ptr[1]); in vpx_quantize_b_32x32_neon() local
283 qcoeff = vqdmulhq_s16(qcoeff, quant_shift); in vpx_quantize_b_32x32_neon()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vpx_dsp/arm/
H A Dquantize_neon.c54 const int16x8_t quant_shift = vld1q_s16(quant_shift_ptr); in vpx_quantize_b_neon() local
75 qcoeff = vshrq_n_s16(vqdmulhq_s16(qcoeff, quant_shift), 1); in vpx_quantize_b_neon()
102 const int16x8_t quant_shift = vdupq_n_s16(quant_shift_ptr[1]); in vpx_quantize_b_neon() local
125 qcoeff = vshrq_n_s16(vqdmulhq_s16(qcoeff, quant_shift), 1); in vpx_quantize_b_neon()
214 const int16x8_t quant_shift = vld1q_s16(quant_shift_ptr); in vpx_quantize_b_32x32_neon() local
235 qcoeff = vqdmulhq_s16(qcoeff, quant_shift); in vpx_quantize_b_32x32_neon()
260 const int16x8_t quant_shift = vdupq_n_s16(quant_shift_ptr[1]); in vpx_quantize_b_32x32_neon() local
283 qcoeff = vqdmulhq_s16(qcoeff, quant_shift); in vpx_quantize_b_32x32_neon()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemb.c378 p->quant_fp, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant_fp()
390 p->zbin, p->round_fp, p->quant_fp, p->quant_shift, in vp9_xform_quant_fp()
501 p->quant, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant()
508 p->quant, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant()
515 p->quant, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant()
529 p->quant, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant()
536 p->quant_shift, qcoeff, dqcoeff, pd->dequant, eob, in vp9_xform_quant()
542 p->quant_shift, qcoeff, dqcoeff, pd->dequant, eob, in vp9_xform_quant()
548 p->quant_shift, qcoeff, dqcoeff, pd->dequant, eob, in vp9_xform_quant()
789 p->round, p->quant, p->quant_shift, in vp9_encode_block_intra()
[all …]
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/test/
H A Dquantize_func_test.cc223 const int16_t *quant_shift = qtab_->quant.y_quant_shift[q]; in QuantizeRun() local
237 quant_shift, in QuantizeRun()
250 quant_shift, in QuantizeRun()
327 const int16_t *quant_shift = qtab_->quant.y_quant_shift[q]; in TEST_P() local
348 quant_shift, in TEST_P()
365 quant_shift, in TEST_P()
441 quant_shift, in QuantizeRun()
455 quant_shift, in QuantizeRun()
533 const int16_t *quant_shift = qtab_->quant.y_quant_shift[q]; in TEST_P() local
554 quant_shift, in TEST_P()
[all …]
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/test/
H A Dquantize_func_test.cc223 const int16_t *quant_shift = qtab_->quant.y_quant_shift[q]; in QuantizeRun() local
237 quant_shift, in QuantizeRun()
250 quant_shift, in QuantizeRun()
327 const int16_t *quant_shift = qtab_->quant.y_quant_shift[q]; in TEST_P() local
348 quant_shift, in TEST_P()
365 quant_shift, in TEST_P()
441 quant_shift, in QuantizeRun()
455 quant_shift, in QuantizeRun()
533 const int16_t *quant_shift = qtab_->quant.y_quant_shift[q]; in TEST_P() local
554 quant_shift, in TEST_P()
[all …]
/dports/multimedia/schroedinger/schroedinger-1.0.11/testsuite/
H A Dquant.c83 int quant_shift = quant_index/4 + 2; in test_quant() local
104 orc_quantdequant2_s16 (b, d, quant_shift, in test_quant()
113 quant_shift, quant_factor, quant_offset + 2, N); in test_quant()
121 quant_shift + 16, quant_factor, in test_quant()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vp9/encoder/
H A Dvp9_encodemb.c430 p->quant_fp, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant_fp()
437 p->quant_fp, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant_fp()
444 p->quant_fp, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant_fp()
593 p->quant, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant()
600 p->quant, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant()
607 p->quant, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant()
614 p->quant, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant()
953 p->quant, p->quant_shift, qcoeff, dqcoeff, in vp9_encode_block_intra()
973 p->quant, p->quant_shift, qcoeff, dqcoeff, in vp9_encode_block_intra()
993 p->quant_shift, qcoeff, dqcoeff, in vp9_encode_block_intra()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodemb.c529 p->quant, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant()
536 p->quant, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant()
544 p->quant, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant()
557 p->quant, p->quant_shift, qcoeff, dqcoeff, in vp9_xform_quant()
564 p->quant_shift, qcoeff, dqcoeff, pd->dequant, eob, in vp9_xform_quant()
570 p->quant_shift, qcoeff, dqcoeff, pd->dequant, eob, in vp9_xform_quant()
577 p->quant_shift, qcoeff, dqcoeff, pd->dequant, eob, in vp9_xform_quant()
873 p->round, p->quant, p->quant_shift, in vp9_encode_block_intra()
968 p->quant, p->quant_shift, qcoeff, dqcoeff, in vp9_encode_block_intra()
984 p->quant_shift, qcoeff, dqcoeff, pd->dequant, eob, in vp9_encode_block_intra()
[all …]

1234567