Home
last modified time | relevance | path

Searched refs:log_scale (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/dports/audio/fatfrog-lv2/FatFrog.lv2-1.0/libxputty/xputty/
H A Dxadjustment.c29 adj->log_scale = 20.0; in add_adjustment()
36 .value = powf(10,(value/adj->log_scale)), in add_adjustment()
43 .log_scale = adj->log_scale in add_adjustment()
57 .log_scale = adj->log_scale in add_adjustment()
71 .log_scale = adj->log_scale in add_adjustment()
97 .log_scale = adj->log_scale in set_adjustment()
111 .log_scale = adj->log_scale in set_adjustment()
125 .log_scale = adj->log_scale in set_adjustment()
157 return log10(adj->value)*adj->log_scale; in adj_get_value()
166 v = powf(10,(v/adj->log_scale)); in adj_set_value()
[all …]
/dports/audio/littlefly-lv2/LittleFly.lv2-1.0/libxputty/xputty/
H A Dxadjustment.c29 adj->log_scale = 20.0; in add_adjustment()
36 .value = powf(10,(value/adj->log_scale)), in add_adjustment()
43 .log_scale = adj->log_scale in add_adjustment()
57 .log_scale = adj->log_scale in add_adjustment()
71 .log_scale = adj->log_scale in add_adjustment()
97 .log_scale = adj->log_scale in set_adjustment()
111 .log_scale = adj->log_scale in set_adjustment()
125 .log_scale = adj->log_scale in set_adjustment()
157 return log10(adj->value)*adj->log_scale; in adj_get_value()
166 v = powf(10,(v/adj->log_scale)); in adj_set_value()
[all …]
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/LV2/xputty/
H A Dxadjustment.cpp29 adj->log_scale = 20.0; in add_adjustment()
36 .value = powf(10,(value/adj->log_scale)), in add_adjustment()
43 .log_scale = adj->log_scale in add_adjustment()
57 .log_scale = adj->log_scale in add_adjustment()
71 .log_scale = adj->log_scale in add_adjustment()
97 .log_scale = adj->log_scale in set_adjustment()
111 .log_scale = adj->log_scale in set_adjustment()
125 .log_scale = adj->log_scale in set_adjustment()
157 return log10(adj->value)*adj->log_scale; in adj_get_value()
166 v = powf(10,(v/adj->log_scale)); in adj_set_value()
[all …]
/dports/audio/mamba/Mamba-2.2/libxputty/xputty/
H A Dxadjustment.c29 adj->log_scale = 20.0; in add_adjustment()
36 .value = powf(10,(value/adj->log_scale)), in add_adjustment()
43 .log_scale = adj->log_scale in add_adjustment()
57 .log_scale = adj->log_scale in add_adjustment()
71 .log_scale = adj->log_scale in add_adjustment()
97 .log_scale = adj->log_scale in set_adjustment()
111 .log_scale = adj->log_scale in set_adjustment()
125 .log_scale = adj->log_scale in set_adjustment()
157 return log10(adj->value)*adj->log_scale; in adj_get_value()
166 v = powf(10,(v/adj->log_scale)); in adj_set_value()
[all …]
/dports/audio/fluida-lv2/Fluida.lv2-0.7/libxputty/xputty/
H A Dxadjustment.c29 adj->log_scale = 20.0; in add_adjustment()
36 .value = powf(10,(value/adj->log_scale)), in add_adjustment()
43 .log_scale = adj->log_scale in add_adjustment()
57 .log_scale = adj->log_scale in add_adjustment()
71 .log_scale = adj->log_scale in add_adjustment()
97 .log_scale = adj->log_scale in set_adjustment()
111 .log_scale = adj->log_scale in set_adjustment()
125 .log_scale = adj->log_scale in set_adjustment()
157 return log10(adj->value)*adj->log_scale; in adj_get_value()
166 v = powf(10,(v/adj->log_scale)); in adj_set_value()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/encoder/x86/
H A Dav1_highbd_quantize_sse4.c115 const int16_t *scan, const int16_t *iscan, int log_scale) { in av1_highbd_quantize_fp_sse4_1() argument
121 const int shift = 16 - log_scale; in av1_highbd_quantize_fp_sse4_1()
136 _mm_set_epi32(round_ptr[1] >> log_scale, round_ptr[1] >> log_scale, in av1_highbd_quantize_fp_sse4_1()
137 round_ptr[1] >> log_scale, round_ptr[0] >> log_scale); in av1_highbd_quantize_fp_sse4_1()
142 quantize_coeff_phase1(&coeff[0], qparam, shift, log_scale, qcoeff, dequant, in av1_highbd_quantize_fp_sse4_1()
151 log_scale, quanAddr, dquanAddr); in av1_highbd_quantize_fp_sse4_1()
158 log_scale, quanAddr + quan_stride, in av1_highbd_quantize_fp_sse4_1()
175 quantize_coeff_phase1(&coeff[0], qparam, shift, log_scale, qcoeff, in av1_highbd_quantize_fp_sse4_1()
178 log_scale, quanAddr, dquanAddr); in av1_highbd_quantize_fp_sse4_1()
180 quantize_coeff_phase1(&coeff[1], qparam, shift, log_scale, qcoeff, in av1_highbd_quantize_fp_sse4_1()
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/encoder/x86/
H A Dav1_highbd_quantize_avx2.c33 const int16_t *dequant_ptr, int log_scale, in init_qp() argument
36 if (log_scale) { in init_qp()
37 const __m128i round_scale = _mm_set1_epi16(1 << (15 - log_scale)); in init_qp()
49 const int16_t *iscan_ptr, int log_scale, in quantize() argument
59 q_lo = _mm256_srli_epi64(q_lo, 16 - log_scale); in quantize()
60 q_hi = _mm256_srli_epi64(q_hi, 16 - log_scale); in quantize()
63 const __m256i abs_s = _mm256_slli_epi32(abs_coeff, 1 + log_scale); in quantize()
68 dq = _mm256_srai_epi32(dq, log_scale); in quantize()
95 const int16_t *scan, const int16_t *iscan, int log_scale) { in av1_highbd_quantize_fp_avx2() argument
102 init_qp(round_ptr, quant_ptr, dequant_ptr, log_scale, qp); in av1_highbd_quantize_fp_avx2()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/encoder/x86/
H A Dav1_highbd_quantize_avx2.c33 const int16_t *dequant_ptr, int log_scale, in init_qp() argument
36 if (log_scale) { in init_qp()
37 const __m128i round_scale = _mm_set1_epi16(1 << (15 - log_scale)); in init_qp()
49 const int16_t *iscan_ptr, int log_scale, in quantize() argument
59 q_lo = _mm256_srli_epi64(q_lo, 16 - log_scale); in quantize()
60 q_hi = _mm256_srli_epi64(q_hi, 16 - log_scale); in quantize()
63 const __m256i abs_s = _mm256_slli_epi32(abs_coeff, 1 + log_scale); in quantize()
68 dq = _mm256_srai_epi32(dq, log_scale); in quantize()
95 const int16_t *scan, const int16_t *iscan, int log_scale) { in av1_highbd_quantize_fp_avx2() argument
102 init_qp(round_ptr, quant_ptr, dequant_ptr, log_scale, qp); in av1_highbd_quantize_fp_avx2()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/x86/
H A Dav1_highbd_quantize_avx2.c33 const int16_t *dequant_ptr, int log_scale, in init_qp() argument
36 if (log_scale) { in init_qp()
37 const __m128i round_scale = _mm_set1_epi16(1 << (15 - log_scale)); in init_qp()
49 const int16_t *iscan_ptr, int log_scale, in quantize() argument
59 q_lo = _mm256_srli_epi64(q_lo, 16 - log_scale); in quantize()
60 q_hi = _mm256_srli_epi64(q_hi, 16 - log_scale); in quantize()
63 const __m256i abs_s = _mm256_slli_epi32(abs_coeff, 1 + log_scale); in quantize()
68 dq = _mm256_srai_epi32(dq, log_scale); in quantize()
95 const int16_t *scan, const int16_t *iscan, int log_scale) { in av1_highbd_quantize_fp_avx2() argument
102 init_qp(round_ptr, quant_ptr, dequant_ptr, log_scale, qp); in av1_highbd_quantize_fp_avx2()
[all …]
/dports/www/firefox/firefox-99.0/third_party/aom/av1/encoder/x86/
H A Dav1_highbd_quantize_avx2.c33 const int16_t *dequant_ptr, int log_scale, in init_qp() argument
36 if (log_scale) { in init_qp()
37 const __m128i round_scale = _mm_set1_epi16(1 << (15 - log_scale)); in init_qp()
49 const int16_t *iscan_ptr, int log_scale, in quantize() argument
59 q_lo = _mm256_srli_epi64(q_lo, 16 - log_scale); in quantize()
60 q_hi = _mm256_srli_epi64(q_hi, 16 - log_scale); in quantize()
63 const __m256i abs_s = _mm256_slli_epi32(abs_coeff, 1 + log_scale); in quantize()
68 dq = _mm256_srai_epi32(dq, log_scale); in quantize()
95 const int16_t *scan, const int16_t *iscan, int log_scale) { in av1_highbd_quantize_fp_avx2() argument
102 init_qp(round_ptr, quant_ptr, dequant_ptr, log_scale, qp); in av1_highbd_quantize_fp_avx2()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/av1/encoder/x86/
H A Dav1_highbd_quantize_avx2.c33 const int16_t *dequant_ptr, int log_scale, in init_qp() argument
36 if (log_scale) { in init_qp()
37 const __m128i round_scale = _mm_set1_epi16(1 << (15 - log_scale)); in init_qp()
49 const int16_t *iscan_ptr, int log_scale, in quantize() argument
59 q_lo = _mm256_srli_epi64(q_lo, 16 - log_scale); in quantize()
60 q_hi = _mm256_srli_epi64(q_hi, 16 - log_scale); in quantize()
63 const __m256i abs_s = _mm256_slli_epi32(abs_coeff, 1 + log_scale); in quantize()
68 dq = _mm256_srai_epi32(dq, log_scale); in quantize()
95 const int16_t *scan, const int16_t *iscan, int log_scale) { in av1_highbd_quantize_fp_avx2() argument
102 init_qp(round_ptr, quant_ptr, dequant_ptr, log_scale, qp); in av1_highbd_quantize_fp_avx2()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/encoder/x86/
H A Dav1_highbd_quantize_avx2.c33 const int16_t *dequant_ptr, int log_scale, in init_qp() argument
36 if (log_scale) { in init_qp()
37 const __m128i round_scale = _mm_set1_epi16(1 << (15 - log_scale)); in init_qp()
49 const int16_t *iscan_ptr, int log_scale, in quantize() argument
59 q_lo = _mm256_srli_epi64(q_lo, 16 - log_scale); in quantize()
60 q_hi = _mm256_srli_epi64(q_hi, 16 - log_scale); in quantize()
63 const __m256i abs_s = _mm256_slli_epi32(abs_coeff, 1 + log_scale); in quantize()
68 dq = _mm256_srai_epi32(dq, log_scale); in quantize()
95 const int16_t *scan, const int16_t *iscan, int log_scale) { in av1_highbd_quantize_fp_avx2() argument
102 init_qp(round_ptr, quant_ptr, dequant_ptr, log_scale, qp); in av1_highbd_quantize_fp_avx2()
[all …]
/dports/multimedia/aom/aom-3.2.0/av1/encoder/x86/
H A Dav1_highbd_quantize_avx2.c33 const int16_t *dequant_ptr, int log_scale, in init_qp() argument
36 if (log_scale) { in init_qp()
37 const __m128i round_scale = _mm_set1_epi16(1 << (15 - log_scale)); in init_qp()
49 const int16_t *iscan_ptr, int log_scale, in quantize() argument
59 q_lo = _mm256_srli_epi64(q_lo, 16 - log_scale); in quantize()
60 q_hi = _mm256_srli_epi64(q_hi, 16 - log_scale); in quantize()
63 const __m256i abs_s = _mm256_slli_epi32(abs_coeff, 1 + log_scale); in quantize()
68 dq = _mm256_srai_epi32(dq, log_scale); in quantize()
95 const int16_t *scan, const int16_t *iscan, int log_scale) { in av1_highbd_quantize_fp_avx2() argument
102 init_qp(round_ptr, quant_ptr, dequant_ptr, log_scale, qp); in av1_highbd_quantize_fp_avx2()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/av1/encoder/x86/
H A Dav1_highbd_quantize_avx2.c33 const int16_t *dequant_ptr, int log_scale, in init_qp() argument
36 if (log_scale) { in init_qp()
37 const __m128i round_scale = _mm_set1_epi16(1 << (15 - log_scale)); in init_qp()
49 const int16_t *iscan_ptr, int log_scale, in quantize() argument
59 q_lo = _mm256_srli_epi64(q_lo, 16 - log_scale); in quantize()
60 q_hi = _mm256_srli_epi64(q_hi, 16 - log_scale); in quantize()
63 const __m256i abs_s = _mm256_slli_epi32(abs_coeff, 1 + log_scale); in quantize()
68 dq = _mm256_srai_epi32(dq, log_scale); in quantize()
95 const int16_t *scan, const int16_t *iscan, int log_scale) { in av1_highbd_quantize_fp_avx2() argument
102 init_qp(round_ptr, quant_ptr, dequant_ptr, log_scale, qp); in av1_highbd_quantize_fp_avx2()
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/aom_dsp/x86/
H A Dhighbd_adaptive_quantize_sse2.c49 const int *log_scale) { in highbd_calculate_qcoeff() argument
54 highbd_mul_shift_sse2(&qcoeff, shift, coeff, 16 - *log_scale); in highbd_calculate_qcoeff()
101 const int log_scale = 0; in aom_highbd_quantize_b_adaptive_sse2() local
309 const int log_scale = 1; in aom_highbd_quantize_b_32x32_adaptive_sse2() local
316 const __m128i log_scale_vec = _mm_set1_epi32(log_scale); in aom_highbd_quantize_b_32x32_adaptive_sse2()
363 zbin = _mm_srli_epi32(zbin, log_scale); in aom_highbd_quantize_b_32x32_adaptive_sse2()
364 round = _mm_srli_epi32(round, log_scale); in aom_highbd_quantize_b_32x32_adaptive_sse2()
525 const int log_scale = 2; in aom_highbd_quantize_b_64x64_adaptive_sse2() local
532 const __m128i log_scale_vec = _mm_set1_epi32(log_scale); in aom_highbd_quantize_b_64x64_adaptive_sse2()
579 zbin = _mm_srli_epi32(zbin, log_scale); in aom_highbd_quantize_b_64x64_adaptive_sse2()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/
H A Dhighbd_adaptive_quantize_sse2.c49 const int *log_scale) { in highbd_calculate_qcoeff() argument
54 highbd_mul_shift_sse2(&qcoeff, shift, coeff, 16 - *log_scale); in highbd_calculate_qcoeff()
101 const int log_scale = 0; in aom_highbd_quantize_b_adaptive_sse2() local
309 const int log_scale = 1; in aom_highbd_quantize_b_32x32_adaptive_sse2() local
316 const __m128i log_scale_vec = _mm_set1_epi32(log_scale); in aom_highbd_quantize_b_32x32_adaptive_sse2()
363 zbin = _mm_srli_epi32(zbin, log_scale); in aom_highbd_quantize_b_32x32_adaptive_sse2()
364 round = _mm_srli_epi32(round, log_scale); in aom_highbd_quantize_b_32x32_adaptive_sse2()
525 const int log_scale = 2; in aom_highbd_quantize_b_64x64_adaptive_sse2() local
532 const __m128i log_scale_vec = _mm_set1_epi32(log_scale); in aom_highbd_quantize_b_64x64_adaptive_sse2()
579 zbin = _mm_srli_epi32(zbin, log_scale); in aom_highbd_quantize_b_64x64_adaptive_sse2()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/aom_dsp/x86/
H A Dhighbd_adaptive_quantize_sse2.c49 const int *log_scale) { in highbd_calculate_qcoeff() argument
54 highbd_mul_shift_sse2(&qcoeff, shift, coeff, 16 - *log_scale); in highbd_calculate_qcoeff()
101 const int log_scale = 0; in aom_highbd_quantize_b_adaptive_sse2() local
309 const int log_scale = 1; in aom_highbd_quantize_b_32x32_adaptive_sse2() local
316 const __m128i log_scale_vec = _mm_set1_epi32(log_scale); in aom_highbd_quantize_b_32x32_adaptive_sse2()
363 zbin = _mm_srli_epi32(zbin, log_scale); in aom_highbd_quantize_b_32x32_adaptive_sse2()
364 round = _mm_srli_epi32(round, log_scale); in aom_highbd_quantize_b_32x32_adaptive_sse2()
525 const int log_scale = 2; in aom_highbd_quantize_b_64x64_adaptive_sse2() local
532 const __m128i log_scale_vec = _mm_set1_epi32(log_scale); in aom_highbd_quantize_b_64x64_adaptive_sse2()
579 zbin = _mm_srli_epi32(zbin, log_scale); in aom_highbd_quantize_b_64x64_adaptive_sse2()
[all …]
/dports/multimedia/aom/aom-3.2.0/aom_dsp/x86/
H A Dhighbd_adaptive_quantize_sse2.c49 const int *log_scale) { in highbd_calculate_qcoeff() argument
54 highbd_mul_shift_sse2(&qcoeff, shift, coeff, 16 - *log_scale); in highbd_calculate_qcoeff()
101 const int log_scale = 0; in aom_highbd_quantize_b_adaptive_sse2() local
309 const int log_scale = 1; in aom_highbd_quantize_b_32x32_adaptive_sse2() local
316 const __m128i log_scale_vec = _mm_set1_epi32(log_scale); in aom_highbd_quantize_b_32x32_adaptive_sse2()
363 zbin = _mm_srli_epi32(zbin, log_scale); in aom_highbd_quantize_b_32x32_adaptive_sse2()
364 round = _mm_srli_epi32(round, log_scale); in aom_highbd_quantize_b_32x32_adaptive_sse2()
525 const int log_scale = 2; in aom_highbd_quantize_b_64x64_adaptive_sse2() local
532 const __m128i log_scale_vec = _mm_set1_epi32(log_scale); in aom_highbd_quantize_b_64x64_adaptive_sse2()
579 zbin = _mm_srli_epi32(zbin, log_scale); in aom_highbd_quantize_b_64x64_adaptive_sse2()
[all …]
/dports/science/py-chainer/chainer-7.8.0/chainer/distributions/
H A Dnormal.py47 log_scale = None
49 log_scale, = argument.parse_kwargs(
50 kwargs, ('log_scale', log_scale))
51 if not (scale is None) ^ (log_scale is None):
57 self.__log_scale = log_scale
72 return exponential.exp(self.log_scale)
75 def log_scale(self): member in Normal
90 return self.log_scale + ENTROPYC
105 - self.log_scale
165 dist2.log_scale
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/encoder/
H A Dav1_quantize.c42 const qm_val_t *iqm_ptr, int log_scale) { in quantize_fp_helper_c() argument
123 const qm_val_t *iqm_ptr, int log_scale) { in highbd_quantize_fp_helper_c() argument
126 const int shift = 16 - log_scale; in highbd_quantize_fp_helper_c()
164 ROUND_POWER_OF_TWO(round_ptr[0], log_scale), in highbd_quantize_fp_helper_c()
239 switch (qparam->log_scale) { in av1_quantize_fp_facade()
284 switch (qparam->log_scale) { in av1_quantize_b_facade()
348 assert(qparam->log_scale >= 0 && qparam->log_scale < (3)); in av1_quantize_dc_facade()
400 switch (qparam->log_scale) { in av1_highbd_quantize_b_facade()
479 qparam->log_scale); in av1_highbd_quantize_dc_facade()
489 int log_scale) { in av1_highbd_quantize_fp_c() argument
[all …]
/dports/www/firefox/firefox-99.0/third_party/aom/av1/encoder/
H A Dav1_quantize.c42 const qm_val_t *iqm_ptr, int log_scale) { in quantize_fp_helper_c() argument
123 const qm_val_t *iqm_ptr, int log_scale) { in highbd_quantize_fp_helper_c() argument
126 const int shift = 16 - log_scale; in highbd_quantize_fp_helper_c()
164 ROUND_POWER_OF_TWO(round_ptr[0], log_scale), in highbd_quantize_fp_helper_c()
239 switch (qparam->log_scale) { in av1_quantize_fp_facade()
284 switch (qparam->log_scale) { in av1_quantize_b_facade()
348 assert(qparam->log_scale >= 0 && qparam->log_scale < (3)); in av1_quantize_dc_facade()
400 switch (qparam->log_scale) { in av1_highbd_quantize_b_facade()
479 qparam->log_scale); in av1_highbd_quantize_dc_facade()
489 int log_scale) { in av1_highbd_quantize_fp_c() argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/av1/encoder/
H A Dav1_quantize.c42 const qm_val_t *iqm_ptr, int log_scale) { in quantize_fp_helper_c() argument
123 const qm_val_t *iqm_ptr, int log_scale) { in highbd_quantize_fp_helper_c() argument
126 const int shift = 16 - log_scale; in highbd_quantize_fp_helper_c()
164 ROUND_POWER_OF_TWO(round_ptr[0], log_scale), in highbd_quantize_fp_helper_c()
239 switch (qparam->log_scale) { in av1_quantize_fp_facade()
284 switch (qparam->log_scale) { in av1_quantize_b_facade()
348 assert(qparam->log_scale >= 0 && qparam->log_scale < (3)); in av1_quantize_dc_facade()
400 switch (qparam->log_scale) { in av1_highbd_quantize_b_facade()
479 qparam->log_scale); in av1_highbd_quantize_dc_facade()
489 int log_scale) { in av1_highbd_quantize_fp_c() argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/av1/encoder/
H A Dav1_quantize.c42 const qm_val_t *iqm_ptr, int log_scale) { in quantize_fp_helper_c() argument
123 const qm_val_t *iqm_ptr, int log_scale) { in highbd_quantize_fp_helper_c() argument
126 const int shift = 16 - log_scale; in highbd_quantize_fp_helper_c()
164 ROUND_POWER_OF_TWO(round_ptr[0], log_scale), in highbd_quantize_fp_helper_c()
239 switch (qparam->log_scale) { in av1_quantize_fp_facade()
284 switch (qparam->log_scale) { in av1_quantize_b_facade()
348 assert(qparam->log_scale >= 0 && qparam->log_scale < (3)); in av1_quantize_dc_facade()
400 switch (qparam->log_scale) { in av1_highbd_quantize_b_facade()
479 qparam->log_scale); in av1_highbd_quantize_dc_facade()
489 int log_scale) { in av1_highbd_quantize_fp_c() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/encoder/
H A Dav1_quantize.c42 const qm_val_t *iqm_ptr, int log_scale) { in quantize_fp_helper_c() argument
114 const qm_val_t *iqm_ptr, int log_scale) { in highbd_quantize_fp_helper_c() argument
117 const int shift = 16 - log_scale; in highbd_quantize_fp_helper_c()
260 switch (qparam->log_scale) { in av1_quantize_fp_facade()
299 switch (qparam->log_scale) { in av1_quantize_b_facade()
328 switch (qparam->log_scale) { in av1_quantize_b_facade()
393 assert(qparam->log_scale >= 0 && qparam->log_scale < (3)); in av1_quantize_dc_facade()
438 switch (qparam->log_scale) { in av1_highbd_quantize_b_facade()
467 switch (qparam->log_scale) { in av1_highbd_quantize_b_facade()
538 qparam->log_scale); in av1_highbd_quantize_dc_facade()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/
H A Dav1_quantize.c42 const qm_val_t *iqm_ptr, int log_scale) { in quantize_fp_helper_c() argument
114 const qm_val_t *iqm_ptr, int log_scale) { in highbd_quantize_fp_helper_c() argument
117 const int shift = 16 - log_scale; in highbd_quantize_fp_helper_c()
260 switch (qparam->log_scale) { in av1_quantize_fp_facade()
299 switch (qparam->log_scale) { in av1_quantize_b_facade()
328 switch (qparam->log_scale) { in av1_quantize_b_facade()
393 assert(qparam->log_scale >= 0 && qparam->log_scale < (3)); in av1_quantize_dc_facade()
438 switch (qparam->log_scale) { in av1_highbd_quantize_b_facade()
467 switch (qparam->log_scale) { in av1_highbd_quantize_b_facade()
538 qparam->log_scale); in av1_highbd_quantize_dc_facade()
[all …]

12345678910>>...15