HomeSort by relevance Sort by last modified time
    Searched refs:effEnd (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/opus/src/celt/
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,
celt_decoder.c 381 int effEnd;
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;
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...]
quant_bands.c 261 void quant_coarse_energy(const CELTMode *m, int start, int end, int effEnd,
279 new_distortion = loss_distortion(eBands, oldEBands, start, effEnd, m->nbEBands, C);
543 void amp2Log2(const CELTMode *m, int effEnd, int end,
549 for (i=0;i<effEnd;i++)
553 for (i=effEnd;i<end;i++)
celt_encoder.c     [all...]
  /external/libopus/celt/
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,
celt_decoder.c 381 int effEnd;
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;
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...]
quant_bands.c 261 void quant_coarse_energy(const CELTMode *m, int start, int end, int effEnd,
279 new_distortion = loss_distortion(eBands, oldEBands, start, effEnd, m->nbEBands, C);
543 void amp2Log2(const CELTMode *m, int effEnd, int end,
549 for (i=0;i<effEnd;i++)
553 for (i=effEnd;i<end;i++)
celt_encoder.c     [all...]

Completed in 97 milliseconds