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

  /external/aac/libAACenc/src/
pre_echo_control.h 107 INT maxAllowedIncreaseFactor,
pre_echo_control.cpp 111 INT maxAllowedIncreaseFactor,
137 tmpThreshold1 = maxAllowedIncreaseFactor * (pbThresholdNm1[i]>>scaling);
155 tmpThreshold1 = (maxAllowedIncreaseFactor>>1) * pbThresholdNm1[i];
psy_configuration.h 118 INT maxAllowedIncreaseFactor; /* preecho control */
psy_configuration.cpp 617 psyConf->maxAllowedIncreaseFactor = 2; /* integer */
psy_main.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
pre_echo_control.h 35 Word32 maxAllowedIncreaseFactor,
psy_configuration.h 38 Word16 maxAllowedIncreaseFactor; /* preecho control */
68 Word16 maxAllowedIncreaseFactor; /* preecho control */
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
pre_echo_control.c 57 Word32 maxAllowedIncreaseFactor,
67 /* maxAllowedIncreaseFactor is hard coded to 2 */
68 (void)maxAllowedIncreaseFactor;
psy_configuration.c 396 psyConf->maxAllowedIncreaseFactor = 2;
478 psyConf->maxAllowedIncreaseFactor = 2;
psy_main.c 579 hPsyConfLong->maxAllowedIncreaseFactor,
755 hPsyConfShort->maxAllowedIncreaseFactor,

Completed in 39 milliseconds