Home
last modified time | relevance | path

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

/external/libopus/celt/
Dquant_bands.h44 void amp2Log2(const CELTMode *m, int effEnd, int end,
50 void quant_coarse_energy(const CELTMode *m, int start, int end, int effEnd,
Dcelt_decoder.c370 opus_val16 *oldBandE, int start, int effEnd, int C, int CC, in celt_synthesis() argument
406 denormalise_bands(mode, X, freq, oldBandE, start, effEnd, M, in celt_synthesis()
420 denormalise_bands(mode, X, freq, oldBandE, start, effEnd, M, in celt_synthesis()
423 denormalise_bands(mode, X+N, freq2, oldBandE+nbEBands, start, effEnd, M, in celt_synthesis()
432 denormalise_bands(mode, X+c*N, freq, oldBandE+c*nbEBands, start, effEnd, M, in celt_synthesis()
548 int effEnd; in celt_decode_lost() local
551 effEnd = IMAX(start, IMIN(end, mode->effEBands)); in celt_decode_lost()
571 for (i=start;i<effEnd;i++) in celt_decode_lost()
593 …celt_synthesis(mode, X, out_syn, oldBandE, start, effEnd, C, C, 0, LM, st->downsample, 0, st->arch… in celt_decode_lost()
851 int effEnd; local
[all …]
Dquant_bands.c261 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()
Dcelt_encoder.c1440 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 …]
Dcelt.h243 opus_val16 *oldBandE, int start, int effEnd, int C, int CC, int isTransient,