/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 | 280 opus_val16 *oldBandE, int start, int effEnd, int C, int CC, in celt_synthesis() argument 316 denormalise_bands(mode, X, freq, oldBandE, start, effEnd, M, in celt_synthesis() 330 denormalise_bands(mode, X, freq, oldBandE, start, effEnd, M, in celt_synthesis() 333 denormalise_bands(mode, X+N, freq2, oldBandE+nbEBands, start, effEnd, M, in celt_synthesis() 342 denormalise_bands(mode, X+c*N, freq, oldBandE+c*nbEBands, start, effEnd, M, in celt_synthesis() 460 int effEnd; in celt_decode_lost() local 463 effEnd = IMAX(start, IMIN(end, mode->effEBands)); in celt_decode_lost() 483 for (i=start;i<effEnd;i++) in celt_decode_lost() 505 …celt_synthesis(mode, X, out_syn, oldBandE, start, effEnd, C, C, 0, LM, st->downsample, 0, st->arch… in celt_decode_lost() 743 int effEnd; local [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 | 1344 int effEnd; in celt_encode_with_ec() local 1509 effEnd = end; in celt_encode_with_ec() 1510 if (effEnd > mode->effEBands) in celt_encode_with_ec() 1511 effEnd = mode->effEBands; in celt_encode_with_ec() 1613 compute_band_energies(mode, freq, bandE, effEnd, C, LM); in celt_encode_with_ec() 1614 amp2Log2(mode, effEnd, end, bandE, bandLogE2, C); in celt_encode_with_ec() 1622 compute_band_energies(mode, freq, bandE, effEnd, C, LM); in celt_encode_with_ec() 1632 amp2Log2(mode, effEnd, end, bandE, bandLogE, C); in celt_encode_with_ec() 1746 compute_band_energies(mode, freq, bandE, effEnd, C, LM); in celt_encode_with_ec() 1747 amp2Log2(mode, effEnd, end, bandE, bandLogE, C); in celt_encode_with_ec() [all …]
|
D | celt.h | 221 opus_val16 *oldBandE, int start, int effEnd, int C, int CC, int isTransient,
|