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

  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
psy_configuration.h 43 Word32 clipEnergy; /* for level dependend tmn */
73 Word32 clipEnergy; /* for level dependend tmn */
  /external/aac/libAACenc/src/
psy_configuration.h 123 FIXP_DBL clipEnergy; /* for level dependend tmn */
psy_configuration.cpp 620 psyConf->clipEnergy = (FIXP_DBL)0x773593ff; /* FL2FXCONST_DBL(1.0e9*NORM_PCM_ENERGY); */
629 /* psyConf->clipEnergy /= (TRANS_FAC * TRANS_FAC); */
630 psyConf->clipEnergy >>= 6;
psy_main.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
psy_configuration.c 399 psyConf->clipEnergy = c_maxClipEnergyLong;
481 psyConf->clipEnergy = c_maxClipEnergyShort;
psy_main.c 480 Word32 clipEnergy = hPsyConfLong->clipEnergy >> normEnergyShift;
532 *data1++ = min(tdata, clipEnergy);
659 Word32 clipEnergy = hPsyConfShort->clipEnergy >> normEnergyShift;
714 *data0++ = min(tdata, clipEnergy);

Completed in 228 milliseconds