Home
last modified time | relevance | path

Searched refs:maxvals (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Daaccoder_twoloop.h82 float maxvals[128], spread_thr_r[128]; in search_for_quantizers_twoloop() local
304 maxvals[w*16+g] = find_max_val(sce->ics.group_len[w], sce->ics.swb_sizes[g], scaled); in search_for_quantizers_twoloop()
305 if (maxvals[w*16+g] > 0) { in search_for_quantizers_twoloop()
306 minsfidx = coef2minsf(maxvals[w*16+g]); in search_for_quantizers_twoloop()
393 cb = find_min_book(maxvals[w*16+g], sce->sf_idx[w*16+g]); in search_for_quantizers_twoloop()
474 cb = find_min_book(maxvals[w*16+g], sce->sf_idx[w*16+g]); in search_for_quantizers_twoloop()
559 && (dists[w*16+g] > loopovrfactor*uplims[w*16+g] || !(mcb = find_min_book(maxvals[w*16+g], sce->sf_idx[w*16+g])) in search_for_quantizers_twoloop()
603 int cmb = find_min_book(maxvals[w*16+g], sce->sf_idx[w*16+g]); in search_for_quantizers_twoloop()
616 int mb = find_min_book(maxvals[w*16+g], sce->sf_idx[w*16+g]-1); in search_for_quantizers_twoloop()
617 cb = find_min_book(maxvals[ in search_for_quantizers_twoloop()
[all...]
H A Daaccoder.c402 float maxvals[128]; in search_for_quantizers_fast() local
455 maxvals[w*16+g] = find_max_val(sce->ics.group_len[w], sce->ics.swb_sizes[g], scaled); in search_for_quantizers_fast()
484 cb = find_min_book(maxvals[w*16+g], sce->sf_idx[w*16+g]); in search_for_quantizers_fast()
526 if (find_min_book(maxvals[w*16+g], sce->sf_idx[w*16+g]-1)) in search_for_quantizers_fast()
535 sce->band_type[w*16+g] = find_min_book(maxvals[w*16+g], sce->sf_idx[w*16+g]); in search_for_quantizers_fast()
/third_party/rust/crates/clap/tests/builder/
H A Dutils.rs85 arg!(--maxvals3 <maxvals> "Tests 3 max vals").num_args(1..=3), in complex_app()
/third_party/python/Modules/
H A Daudioop.c38 static const int maxvals[] = {0, 0x7F, 0x7FFF, 0x7FFFFF, 0x7FFFFFFF}; variable
953 maxval = (double) maxvals[width]; in audioop_mul_impl()
1001 maxval = (double) maxvals[width]; in audioop_tomono_impl()
1044 maxval = (double) maxvals[width]; in audioop_tostereo_impl()
1097 maxval = maxvals[width]; in audioop_add_impl()
/third_party/rust/crates/clap/clap_bench/benches/
H A D03_complex.rs33 arg!(--maxvals3 <maxvals> ... "Tests 3 max vals").num_args(1..=3),
127 Arg::new("maxvals") in build_from_builder()

Completed in 7 milliseconds