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

  /external/aac/libAACdec/src/
aacdec_drc.h 152 * \param extGain Pointer to a FIXP_DBL where a externally applyable gain will be stored into (independently on whether it will be apply internally or not).
163 FIXP_DBL *extGain,
aacdecoder.h 226 FIXP_DBL extGain[1]; /*!< Gain that must be applied to the output signal. */
227 UINT extGainDelay; /*!< Delay that must be accounted for extGain. */
aacdec_drc.cpp 850 FIXP_DBL *extGain,
885 if (extGain != NULL) {
886 INT gainScale = (INT)*extGain;
887 /* The gain scaling must be passed to the function in the buffer pointed on by extGain. */
889 *extGain = scaleValue(norm_mantissa, norm_exponent-gainScale);
920 if (extGain != NULL) {
921 INT gainScale = (INT)*extGain;
922 /* The gain scaling must be passed to the function in the buffer pointed on by extGain. */
924 *extGain = scaleValue(norm_mantissa, norm_exponent-gainScale);
    [all...]
aacdecoder_lib.cpp 877 self->extGain[0] = FL2FXCONST_DBL(1.0f/(float)(1<<TDL_GAIN_SCALING));
1029 self->extGain,
    [all...]
aacdecoder.cpp     [all...]

Completed in 110 milliseconds