Searched refs:maxvals (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | aaccoder_twoloop.h | 82 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_… 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[w*16+g], sce->sf_idx[w*16+g]); in search_for_quantizers_twoloop() [all …]
|
D | aaccoder.c | 402 float maxvals[128]; in search_for_quantizers_fast() local 456 maxvals[w*16+g] = find_max_val(sce->ics.group_len[w], sce->ics.swb_sizes[g], scaled); in search_for_quantizers_fast() 485 cb = find_min_book(maxvals[w*16+g], sce->sf_idx[w*16+g]); in search_for_quantizers_fast() 527 if (find_min_book(maxvals[w*16+g], sce->sf_idx[w*16+g]-1)) in search_for_quantizers_fast() 536 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/ |
D | utils.rs | 85 arg!(--maxvals3 <maxvals> "Tests 3 max vals").num_args(1..=3), in complex_app()
|
/third_party/python/Modules/ |
D | audioop.c | 15 static const int maxvals[] = {0, 0x7F, 0x7FFF, 0x7FFFFF, 0x7FFFFFFF}; variable 944 maxval = (double) maxvals[width]; in audioop_mul_impl() 992 maxval = (double) maxvals[width]; in audioop_tomono_impl() 1035 maxval = (double) maxvals[width]; in audioop_tostereo_impl() 1088 maxval = maxvals[width]; in audioop_add_impl()
|
/third_party/rust/crates/clap/clap_bench/benches/ |
D | 03_complex.rs | 33 arg!(--maxvals3 <maxvals> ... "Tests 3 max vals").num_args(1..=3),
|