Home | History | Annotate | Download | only in src

Lines Matching refs:stop_pos

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;
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,
741 count[j] = (stop_pos - start_pos) * (ui - li);
746 stop_pos,
757 stop_pos,