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

  /external/chromium_org/third_party/opus/src/celt/
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...]
celt_encoder.c     [all...]
  /external/libopus/celt/
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...]
celt_encoder.c     [all...]

Completed in 4730 milliseconds