Home
last modified time | relevance | path

Searched refs:codedBands (Results 1 – 5 of 5) sorted by relevance

/external/libopus/celt/
Drate.c258 int codedBands=-1; in interp_bits2pulses() local
315 for (codedBands=end;;codedBands--) in interp_bits2pulses()
320 j = codedBands-1; in interp_bits2pulses()
336 percoeff = celt_udiv(left, m->eBands[codedBands]-m->eBands[start]); in interp_bits2pulses()
337 left -= (m->eBands[codedBands]-m->eBands[start])*percoeff; in interp_bits2pulses()
339 band_width = m->eBands[codedBands]-m->eBands[j]; in interp_bits2pulses()
354 if (codedBands > 17) in interp_bits2pulses()
361 …if (codedBands<=start+2 || (band_bits > (depth_threshold*band_width<<LM<<BITRES)>>4 && j<=signalBa… in interp_bits2pulses()
391 celt_assert(codedBands > start); in interp_bits2pulses()
397 *intensity = IMIN(*intensity, codedBands); in interp_bits2pulses()
[all …]
Dbands.h110 opus_int32 balance, ec_ctx *ec, int M, int codedBands, opus_uint32 *seed,
Dcelt_decoder.c846 int codedBands; local
1062 codedBands = clt_compute_allocation(mode, start, end, offsets, cap,
1085 len*(8<<BITRES)-anti_collapse_rsv, balance, dec, LM, codedBands, &st->rng, 0,
Dcelt_encoder.c1441 int codedBands; in celt_encode_with_ec() local
2194 codedBands = clt_compute_allocation(mode, start, end, offsets, cap, in celt_encode_with_ec()
2198 st->lastCodedBands = IMIN(st->lastCodedBands+1,IMAX(st->lastCodedBands-1,codedBands)); in celt_encode_with_ec()
2200 st->lastCodedBands = codedBands; in celt_encode_with_ec()
2209 balance, enc, LM, codedBands, &st->rng, st->complexity, st->arch, st->disable_inv); in celt_encode_with_ec()
Dbands.c1401 opus_int32 balance, ec_ctx *ec, int LM, int codedBands, in quant_all_bands() argument
1503 if (i <= codedBands-1) in quant_all_bands()
1505 curr_balance = celt_sudiv(balance, IMIN(3, codedBands-i)); in quant_all_bands()