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.c324 opus_val16 *oldBandE, int start, int effEnd, int C, int CC, in celt_synthesis() argument
360 denormalise_bands(mode, X, freq, oldBandE, start, effEnd, M, in celt_synthesis()
374 denormalise_bands(mode, X, freq, oldBandE, start, effEnd, M, in celt_synthesis()
377 denormalise_bands(mode, X+N, freq2, oldBandE+nbEBands, start, effEnd, M, in celt_synthesis()
386 denormalise_bands(mode, X+c*N, freq, oldBandE+c*nbEBands, start, effEnd, M, in celt_synthesis()
510 int effEnd; in celt_decode_lost() local
513 effEnd = IMAX(start, IMIN(end, mode->effEBands)); in celt_decode_lost()
533 for (i=start;i<effEnd;i++) in celt_decode_lost()
555 …celt_synthesis(mode, X, out_syn, oldBandE, start, effEnd, C, C, 0, LM, st->downsample, 0, st->arch… in celt_decode_lost()
814 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.c1379 int effEnd; in celt_encode_with_ec() local
1550 effEnd = end; in celt_encode_with_ec()
1551 if (effEnd > mode->effEBands) in celt_encode_with_ec()
1552 effEnd = mode->effEBands; in celt_encode_with_ec()
1658 compute_band_energies(mode, freq, bandE, effEnd, C, LM, st->arch); in celt_encode_with_ec()
1659 amp2Log2(mode, effEnd, end, bandE, bandLogE2, C); in celt_encode_with_ec()
1667 compute_band_energies(mode, freq, bandE, effEnd, C, LM, st->arch); in celt_encode_with_ec()
1677 amp2Log2(mode, effEnd, end, bandE, bandLogE, C); in celt_encode_with_ec()
1791 compute_band_energies(mode, freq, bandE, effEnd, C, LM, st->arch); in celt_encode_with_ec()
1792 amp2Log2(mode, effEnd, end, bandE, bandLogE, C); in celt_encode_with_ec()
[all …]
Dcelt.h234 opus_val16 *oldBandE, int start, int effEnd, int C, int CC, int isTransient,