Home | History | Annotate | Download | only in src

Lines Matching refs:ENV_EXP_FRACT

125 #define SBR_ENERGY_PAN_OFFSET   (12 << ENV_EXP_FRACT)
126 #define SBR_MAX_ENERGY (35 << ENV_EXP_FRACT)
128 #define DECAY ( 1 << ENV_EXP_FRACT)
130 #if ENV_EXP_FRACT
131 #define DECAY_COUPLING ( 1 << (ENV_EXP_FRACT-1) ) /*!< corresponds to a value of 0.5 */
628 shift = (FRACT_BITS - 1 - ENV_EXP_FRACT - 1 + h_sbr_data->ampResolutionCurrentFrame - 3);
650 occur. The data in the array iEnvelope is shifted left by ENV_EXP_FRACT
671 /* In case that ENV_EXP_FRACT is changed to something else but 0 or 8,
674 #if ENV_EXP_FRACT
675 static const FIXP_SGL pow2[ENV_EXP_FRACT] =
693 #if ENV_EXP_FRACT
703 for ( bit=ENV_EXP_FRACT-1; bit>=0; bit-- ) {
714 exponent = exponent >> ENV_EXP_FRACT;