Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_encoder.c87 int lastCodedBands; member
1298 int LM, opus_int32 bitrate, int lastCodedBands, int C, int intensity, in compute_vbr() argument
1315 coded_bands = lastCodedBands ? lastCodedBands : nbEBands; in compute_vbr()
1755 mask_end = IMAX(2,st->lastCodedBands); in celt_encode_with_ec()
2079 st->lastCodedBands, C, st->intensity, st->constrained_vbr, in celt_encode_with_ec()
2196 fine_quant, fine_priority, C, LM, enc, 1, st->lastCodedBands, signalBandwidth); in celt_encode_with_ec()
2197 if (st->lastCodedBands) 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()