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

  /external/aac/libAACenc/src/
intensity.h 113 FIXP_DBL *sfbThresholdLeft, FIXP_DBL *sfbThresholdRight,
ms_stereo.cpp 123 FIXP_DBL *sfbThresholdLeft =
163 minThreshold=min(sfbThresholdLeft[sfb+sfboffs],
165 (sfbThresholdLeft[sfb+sfboffs]/
166 max(sfbEnergyLeft[sfb+sfboffs],sfbThresholdLeft[sfb+sfboffs]))*
214 minThreshold = fixMin(sfbThresholdLeft[sfb + sfboffs],
216 sfbThresholdLeft[sfb + sfboffs] = sfbThresholdRight[sfb + sfboffs] =
267 minThreshold = fixMin(sfbThresholdLeft[sfb + sfboffs],
269 sfbThresholdLeft[sfb + sfboffs] = sfbThresholdRight[sfb + sfboffs] =
intensity.cpp 591 sfbThresholdLeft
617 FIXP_DBL *sfbThresholdLeft, FIXP_DBL *sfbThresholdRight,
671 if ((sfbEnergyLeft[sfb + sfboffs] < sfbThresholdLeft[sfb + sfboffs]) &&

Completed in 2295 milliseconds