/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 | 364 opus_val16 *oldBandE, int start, int effEnd, int C, int CC, in celt_synthesis() argument 400 denormalise_bands(mode, X, freq, oldBandE, start, effEnd, M, in celt_synthesis() 414 denormalise_bands(mode, X, freq, oldBandE, start, effEnd, M, in celt_synthesis() 417 denormalise_bands(mode, X+N, freq2, oldBandE+nbEBands, start, effEnd, M, in celt_synthesis() 426 denormalise_bands(mode, X+c*N, freq, oldBandE+c*nbEBands, start, effEnd, M, in celt_synthesis() 542 int effEnd; in celt_decode_lost() local 545 effEnd = IMAX(start, IMIN(end, mode->effEBands)); in celt_decode_lost() 565 for (i=start;i<effEnd;i++) in celt_decode_lost() 587 …celt_synthesis(mode, X, out_syn, oldBandE, start, effEnd, C, C, 0, LM, st->downsample, 0, st->arch… in celt_decode_lost() 845 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() 544 void amp2Log2(const CELTMode *m, int effEnd, int end, in amp2Log2() argument 550 for (i=0;i<effEnd;i++) in amp2Log2() 560 for (i=effEnd;i<end;i++) in amp2Log2()
|
D | celt_encoder.c | 1440 int effEnd; in celt_encode_with_ec() local 1612 effEnd = end; in celt_encode_with_ec() 1613 if (effEnd > mode->effEBands) in celt_encode_with_ec() 1614 effEnd = mode->effEBands; in celt_encode_with_ec() 1720 compute_band_energies(mode, freq, bandE, effEnd, C, LM, st->arch); in celt_encode_with_ec() 1721 amp2Log2(mode, effEnd, end, bandE, bandLogE2, C); in celt_encode_with_ec() 1732 compute_band_energies(mode, freq, bandE, effEnd, C, LM, st->arch); in celt_encode_with_ec() 1742 amp2Log2(mode, effEnd, end, bandE, bandLogE, C); in celt_encode_with_ec() 1856 compute_band_energies(mode, freq, bandE, effEnd, C, LM, st->arch); in celt_encode_with_ec() 1857 amp2Log2(mode, effEnd, end, bandE, bandLogE, C); in celt_encode_with_ec() [all …]
|
D | celt.h | 243 opus_val16 *oldBandE, int start, int effEnd, int C, int CC, int isTransient,
|