Searched refs:effEnd (Results 1 – 4 of 4) sorted by relevance
/external/libopus/celt/ |
D | quant_bands.h | 44 void amp2Log2(const CELTMode *m, int effEnd, int end, 50 void quant_coarse_energy(const CELTMode *m, int start, int end, int effEnd,
|
D | celt_decoder.c | 381 int effEnd; in celt_decode_lost() local 384 effEnd = IMAX(start, IMIN(end, mode->effEBands)); in celt_decode_lost() 407 for (i=start;i<effEnd;i++) in celt_decode_lost() 424 denormalise_bands(mode, X, freq, plcLogE, start, effEnd, C, 1<<LM); in celt_decode_lost() 427 int bound = eBands[effEnd]<<LM; in celt_decode_lost() 680 int effEnd; local 756 effEnd = st->end; 757 if (effEnd > mode->effEBands) 758 effEnd = mode->effEBands; 924 denormalise_bands(mode, X, freq, oldBandE, st->start, effEnd, C, M); [all …]
|
D | quant_bands.c | 261 void quant_coarse_energy(const CELTMode *m, int start, int end, int effEnd, in quant_coarse_energy() argument 279 new_distortion = loss_distortion(eBands, oldEBands, start, effEnd, m->nbEBands, C); in quant_coarse_energy() 543 void amp2Log2(const CELTMode *m, int effEnd, int end, in amp2Log2() argument 549 for (i=0;i<effEnd;i++) in amp2Log2() 553 for (i=effEnd;i<end;i++) in amp2Log2()
|
D | celt_encoder.c | 1276 int effEnd; in celt_encode_with_ec() local 1439 effEnd = st->end; in celt_encode_with_ec() 1440 if (effEnd > mode->effEBands) in celt_encode_with_ec() 1441 effEnd = mode->effEBands; in celt_encode_with_ec() 1539 compute_band_energies(mode, freq, bandE, effEnd, C, M); in celt_encode_with_ec() 1540 amp2Log2(mode, effEnd, st->end, bandE, bandLogE2, C); in celt_encode_with_ec() 1548 compute_band_energies(mode, freq, bandE, effEnd, C, M); in celt_encode_with_ec() 1558 amp2Log2(mode, effEnd, st->end, bandE, bandLogE, C); in celt_encode_with_ec() 1674 compute_band_energies(mode, freq, bandE, effEnd, C, M); in celt_encode_with_ec() 1675 amp2Log2(mode, effEnd, st->end, bandE, bandLogE, C); in celt_encode_with_ec() [all …]
|