Home | History | Annotate | Download | only in src

Lines Matching refs:borders

108   core codec's frame borders.
227 /*static*/ void mapSineFlags(UCHAR *freqBandTable, /*!< Band borders (there's only 1 flag per band) */
465 QMF-timeslots) can be used to smooth the sudden change at the envelope borders.
516 UCHAR* borders = hFrameData->frameInfo.borders;
527 UCHAR first_start = borders[0] * hHeaderData->timeStep;
588 if (borders[i] < hHeaderData->numberTimeSlots)
592 if (borders[i+1] > hHeaderData->numberTimeSlots)
612 UCHAR start_pos = hHeaderData->timeStep * borders[i]; /* Start-position in time (subband sample) for current envelope. */
613 UCHAR stop_pos = hHeaderData->timeStep * borders[i+1]; /* Stop-position in time (subband sample) for current envelope. */
624 if (borders[i] == hFrameData->frameInfo.bordersNoise[envNoise+1]){
2128 ResetLimiterBands ( UCHAR *limiterBandTable, /*!< Resulting band borders in QMF channels */
2130 UCHAR *freqBandTable, /*!< Table with possible band borders */