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

  /external/aac/libSBRdec/src/
env_calc.h 163 int stop_pos);
env_calc.cpp 613 UCHAR stop_pos = hHeaderData->timeStep * borders[i+1]; /* Stop-position in time (subband sample) for current envelope. */ local
649 start_pos, stop_pos,
658 start_pos, stop_pos,
    [all...]
  /external/aac/libSBRenc/src/
env_est.cpp 442 over slots (start_pos) to (stop_pos)
451 INT stop_pos, /*! stop slot */
479 for (; l < stop_pos; l++) {
582 INT no_of_bands, start_pos, stop_pos, li, ui; local
628 stop_pos = timeStep * frame_info->borders[i + 1];
634 stop_pos -= fixMax(2, timeStep); /* consider at least 2 QMF slots less for short envelopes (envelopes just before transients) */
691 int border_pos = fixMin(stop_pos, h_sbr->sbrExtractEnvelope.YBufferWriteOffset<<YBufferSzShift);
696 count[j] = stop_pos - start_pos;
704 stop_pos,
726 stop_pos,
    [all...]

Completed in 629 milliseconds