Searched refs:lastCodedBands (Results 1 – 1 of 1) sorted by relevance
/external/libopus/celt/ |
D | celt_encoder.c | 88 int lastCodedBands; member 1133 int LM, opus_int32 bitrate, int lastCodedBands, int C, int intensity, in compute_vbr() argument 1150 coded_bands = lastCodedBands ? lastCodedBands : nbEBands; in compute_vbr() 1572 mask_end = IMAX(2,st->lastCodedBands); in celt_encode_with_ec() 1855 st->lastCodedBands, C, st->intensity, st->constrained_vbr, in celt_encode_with_ec() 1955 fine_quant, fine_priority, C, LM, enc, 1, st->lastCodedBands, signalBandwidth); in celt_encode_with_ec() 1956 if (st->lastCodedBands) in celt_encode_with_ec() 1957 st->lastCodedBands = IMIN(st->lastCodedBands+1,IMAX(st->lastCodedBands-1,codedBands)); in celt_encode_with_ec() 1959 st->lastCodedBands = codedBands; in celt_encode_with_ec()
|