Searched refs:stop_pos (Results 1 - 3 of 3) sorted by relevance

/external/aac/libSBRdec/src/
H A Denv_calc.h163 int stop_pos);
H A Denv_calc.cpp613 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,
927 for (j = start_pos; j < stop_pos; j++)
/external/aac/libSBRenc/src/
H A Denv_est.cpp442 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,
448 getEnvSfbEnergy(INT li, INT ui, INT start_pos, INT stop_pos, INT border_pos, FIXP_DBL **YBuffer, INT YBufferSzShift, INT scaleNrg0, INT scaleNrg1) argument
[all...]

Completed in 80 milliseconds