Searched defs:effEnd (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dquant_bands.c261 void quant_coarse_energy(const CELTMode *m, int start, int end, int effEnd, argument
279 new_distortion = loss_distortion(eBands, oldEBands, start, effEnd, m->nbEBands, C);
543 void amp2Log2(const CELTMode *m, int effEnd, int end, argument
549 for (i=0;i<effEnd;i++)
553 for (i=effEnd;i<end;i++)
H A Dcelt_decoder.c381 int effEnd; local
384 effEnd = IMAX(start, IMIN(end, mode->effEBands));
407 for (i=start;i<effEnd;i++)
424 denormalise_bands(mode, X, freq, plcLogE, start, effEnd, C, 1<<LM);
427 int bound = eBands[effEnd]<<LM;
680 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,
[all...]
H A Dcelt_encoder.c1276 int effEnd; local
1439 effEnd = st->end;
1440 if (effEnd > mode->effEBands)
1441 effEnd = mode->effEBands;
1539 compute_band_energies(mode, freq, bandE, effEnd, C, M);
1540 amp2Log2(mode, effEnd, st->end, bandE, bandLogE2, C);
1548 compute_band_energies(mode, freq, bandE, effEnd, C, M);
1558 amp2Log2(mode, effEnd, st->end, bandE, bandLogE, C);
1674 compute_band_energies(mode, freq, bandE, effEnd, C, M);
1675 amp2Log2(mode, effEnd, s
[all...]
/external/libopus/celt/
H A Dquant_bands.c261 void quant_coarse_energy(const CELTMode *m, int start, int end, int effEnd, argument
279 new_distortion = loss_distortion(eBands, oldEBands, start, effEnd, m->nbEBands, C);
543 void amp2Log2(const CELTMode *m, int effEnd, int end, argument
549 for (i=0;i<effEnd;i++)
553 for (i=effEnd;i<end;i++)
H A Dcelt_decoder.c381 int effEnd; local
384 effEnd = IMAX(start, IMIN(end, mode->effEBands));
407 for (i=start;i<effEnd;i++)
424 denormalise_bands(mode, X, freq, plcLogE, start, effEnd, C, 1<<LM);
427 int bound = eBands[effEnd]<<LM;
680 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,
[all...]
H A Dcelt_encoder.c1276 int effEnd; local
1439 effEnd = st->end;
1440 if (effEnd > mode->effEBands)
1441 effEnd = mode->effEBands;
1539 compute_band_energies(mode, freq, bandE, effEnd, C, M);
1540 amp2Log2(mode, effEnd, st->end, bandE, bandLogE2, C);
1548 compute_band_energies(mode, freq, bandE, effEnd, C, M);
1558 amp2Log2(mode, effEnd, st->end, bandE, bandLogE, C);
1674 compute_band_energies(mode, freq, bandE, effEnd, C, M);
1675 amp2Log2(mode, effEnd, s
[all...]

Completed in 1227 milliseconds