Searched refs:effEnd (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/opus/src/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() 679 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() 539 void amp2Log2(const CELTMode *m, int effEnd, int end, in amp2Log2() argument 545 for (i=0;i<effEnd;i++) in amp2Log2() 549 for (i=effEnd;i<end;i++) in amp2Log2()
|
D | celt_encoder.c | 1262 int effEnd; in celt_encode_with_ec() local 1413 effEnd = st->end; in celt_encode_with_ec() 1414 if (effEnd > mode->effEBands) in celt_encode_with_ec() 1415 effEnd = mode->effEBands; in celt_encode_with_ec() 1513 compute_band_energies(mode, freq, bandE, effEnd, C, M); in celt_encode_with_ec() 1514 amp2Log2(mode, effEnd, st->end, bandE, bandLogE2, C); in celt_encode_with_ec() 1522 compute_band_energies(mode, freq, bandE, effEnd, C, M); in celt_encode_with_ec() 1532 amp2Log2(mode, effEnd, st->end, bandE, bandLogE, C); in celt_encode_with_ec() 1648 compute_band_energies(mode, freq, bandE, effEnd, C, M); in celt_encode_with_ec() 1649 amp2Log2(mode, effEnd, st->end, bandE, bandLogE, C); in celt_encode_with_ec() [all …]
|