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

  /external/aac/libAACenc/src/
pre_echo_control.h 108 FIXP_SGL minRemainingThresholdFactor,
pre_echo_control.cpp 112 FIXP_SGL minRemainingThresholdFactor,
138 tmpThreshold2 = fMult(minRemainingThresholdFactor, pbThreshold[i]);
156 tmpThreshold2 = fMult(minRemainingThresholdFactor, pbThreshold[i]);
psy_configuration.h 119 FIXP_SGL minRemainingThresholdFactor;
psy_configuration.cpp 618 psyConf->minRemainingThresholdFactor = (FIXP_SGL)0x0148; /* FL2FXCONST_SGL(0.01f); */ /* fract */
psy_main.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
pre_echo_control.h 36 Word16 minRemainingThresholdFactor,
psy_configuration.h 39 Word16 minRemainingThresholdFactor;
69 Word16 minRemainingThresholdFactor;
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
pre_echo_control.c 58 Word16 minRemainingThresholdFactor,
75 tmpThreshold2 = L_mpy_ls(pbThreshold[i], minRemainingThresholdFactor);
96 tmpThreshold2 = L_mpy_ls(pbThreshold[i], minRemainingThresholdFactor);
psy_configuration.c 397 psyConf->minRemainingThresholdFactor = c_minRemainingThresholdFactor; /* 0.01 *(1 << 15)*/
479 psyConf->minRemainingThresholdFactor = c_minRemainingThresholdFactor;
psy_main.c 580 hPsyConfLong->minRemainingThresholdFactor,
756 hPsyConfShort->minRemainingThresholdFactor,

Completed in 218 milliseconds