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

  /external/aac/libAACenc/src/
ms_stereo.cpp 147 INT sfb, sfboffs, j; /* loop counters */ local
158 for (sfboffs = 0; sfboffs < maxSfbPerGroup; sfboffs++) {
159 if ((isBook == NULL) ? 1 : (isBook[sfb + sfboffs] == 0)) {
163 minThreshold=min(sfbThresholdLeft[sfb+sfboffs],
164 sfbThresholdRight[sfb+sfboffs])*scaleMinThres; pnlr =
165 (sfbThresholdLeft[sfb+sfboffs]/
166 max(sfbEnergyLeft[sfb+sfboffs],sfbThresholdLeft[sfb+sfboffs]))*
    [all...]
intensity.cpp 265 INT j, sfb, sfboffs; local
284 for (grpCounter = 0, sfboffs = 0; sfboffs < sfbCnt;
285 sfboffs += sfbPerGroup, grpCounter++) {
289 FIXP_DBL isValue = sfbEnergyLdDataLeft[sfb + sfboffs] -
290 sfbEnergyLdDataRight[sfb + sfboffs];
293 realScale[sfb + sfboffs] = fixMin(
298 sL = fixMax(0, (CntLeadingZeros(sfbEnergyLeft[sfb + sfboffs]) - 1));
299 sR = fixMax(0, (CntLeadingZeros(sfbEnergyRight[sfb + sfboffs]) - 1));
301 normSfbLoudness[sfb + sfboffs]
494 INT sfb, sfboffs, j; local
624 INT sfb, sfboffs, j; local
    [all...]

Completed in 1107 milliseconds