HomeSort by relevance Sort by last modified time
    Searched refs:FIXP_SGL (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /external/aac/libAACenc/src/
noisedet.h 113 FIXP_SGL noiseFuzzyMeasure[], NOISEPARAMS *np,
114 FIXP_SGL *sfbtonality);
pnsparam.h 135 FIXP_SGL powDistPSDcurve[MAX_GROUPED_SFB];
136 FIXP_SGL gapFillThr;
aacenc_pns.h 119 FIXP_SGL noiseFuzzyMeasure[MAX_GROUPED_SFB];
pre_echo_control.h 114 FIXP_SGL minRemainingThresholdFactor,
tonality.h 112 FIXP_SGL *RESTRICT sfbTonality, INT sfbCnt,
noisedet.cpp 119 static FIXP_SGL FDKaacEnc_fuzzyIsSmaller(FIXP_DBL testVal, FIXP_DBL refVal,
126 return ((FIXP_SGL)MAXVAL_SGL);
153 FIXP_SGL *RESTRICT noiseFuzzyMeasure,
154 NOISEPARAMS *np, FIXP_SGL *RESTRICT sfbtonality)
158 FIXP_SGL fuzzy, fuzzyTotal;
164 fuzzyTotal = (FIXP_SGL)MAXVAL_SGL;
tonality.cpp 117 FIXP_SGL *RESTRICT sfbTonality,
124 FIXP_SGL *RESTRICT sfbTonality, INT sfbCnt,
178 FIXP_SGL *RESTRICT sfbTonality,
215 sfbTonality[i] = (FIXP_SGL)MAXVAL_SGL;
217 sfbTonality[i] = (FIXP_SGL)MAXVAL_SGL;
  /external/aac/libDRCdec/src/
drcGainDec_preprocess.h 108 HANDLE_UNI_DRC_GAIN hUniDrcGain, const FIXP_SGL compress,
109 const FIXP_SGL boost, const FIXP_DBL loudnessNormalizationGainDb,
drcDec_rom.h 109 extern const FIXP_SGL slopeSteepness[];
drcGainDec_preprocess.cpp 124 FIXP_SGL limiterPeakTarget;
126 FIXP_SGL compress;
127 FIXP_SGL boost;
159 static int _getSign(FIXP_SGL in) {
300 FIXP_SGL exp = pCChar->exp;
305 if (exp < (FIXP_SGL)MAXVAL_SGL) {
322 const CUSTOM_DRC_CHAR_SIGMOID* pCChar, const FIXP_SGL gainDb,
325 FIXP_SGL ioRatio = pCChar->ioRatio;
326 FIXP_SGL exp = pCChar->exp;
333 if (exp < (FIXP_SGL)MAXVAL_SGL)
    [all...]
  /external/aac/libFDK/include/
abs.h 131 inline FIXP_SGL fixabs_S(FIXP_SGL x) {
132 return ((x) > (FIXP_SGL)(0)) ? (x) : -(x);
cplx_mul.h 125 const FIXP_DBL a_Im, const FIXP_SGL b_Re,
126 const FIXP_SGL b_Im) {
135 inline void cplxMultDiv2(FIXP_DBL *c_Re, FIXP_DBL *c_Im, const FIXP_SGL a_Re,
136 const FIXP_SGL a_Im, const FIXP_SGL b_Re,
137 const FIXP_SGL b_Im) {
142 inline void cplxMultDiv2(FIXP_SGL *c_Re, FIXP_SGL *c_Im, const FIXP_SGL a_Re,
143 const FIXP_SGL a_Im, const FIXP_SGL b_Re
    [all...]
fixmadd.h 130 inline FIXP_DBL fixmadddiv2_SD(FIXP_DBL x, const FIXP_SGL a, const FIXP_DBL b) {
140 inline FIXP_DBL fixmadddiv2_DS(FIXP_DBL x, const FIXP_DBL a, const FIXP_SGL b) {
150 inline FIXP_DBL fixmadddiv2_SS(FIXP_DBL x, const FIXP_SGL a, const FIXP_SGL b) {
162 inline FIXP_DBL fixmsubdiv2_SD(FIXP_DBL x, const FIXP_SGL a, const FIXP_DBL b) {
172 inline FIXP_DBL fixmsubdiv2_DS(FIXP_DBL x, const FIXP_DBL a, const FIXP_SGL b) {
182 inline FIXP_DBL fixmsubdiv2_SS(FIXP_DBL x, const FIXP_SGL a, const FIXP_SGL b) {
196 inline FIXP_DBL fixmadddiv2BitExact_SD(FIXP_DBL x, const FIXP_SGL a,
208 const FIXP_SGL b)
    [all...]
clz.h 169 inline INT fixnorm_S(FIXP_SGL val) {
170 if (val == (FIXP_SGL)0) {
176 inline INT fixnorm_S(FIXP_SGL val) {
178 if (val != (FIXP_SGL)0) {
179 if (val < (FIXP_SGL)0) {
common_fix.h 125 #define FIXP_PCM FIXP_SGL
128 #define FX_PCM2FX_DBL(x) FX_SGL2FX_DBL((FIXP_SGL)(x))
140 (FRACT_BITS - 1) /* maximum possible shift for FIXP_SGL values */
164 ? (FIXP_SGL)(SHORT)(((LONG)1 << (FRACT_BITS - 1)) - 1) \
165 : (FIXP_SGL)(SHORT)((((val) >> (DFRACT_BITS - FRACT_BITS - 1)) + 1) >> \
170 typedef SHORT FIXP_SGL;
180 (FIXP_SGL)( \
215 #define FX_ACC2FX_SGL(val) ((FIXP_SGL)((val) >> (ACCU_BITS - FRACT_BITS)))
220 #define FX_DBL2FX_SGL(val) ((FIXP_SGL)((val) >> (DFRACT_BITS - FRACT_BITS)))
276 FDK_INLINE FIXP_SGL fAbs(FIXP_SGL x) { return fixabs_S(x);
    [all...]
  /external/aac/libFDK/include/mips/
abs_mips.h 115 inline FIXP_SGL fixabs_S(FIXP_SGL x) {
116 return ((x) > (FIXP_SGL)(0)) ? (x) : -(x);
  /external/aac/libSBRdec/src/
sbr_rom.h 148 extern const FIXP_SGL FDK_sbrDecoder_sbr_limGains_m[4];
150 extern const FIXP_SGL FDK_sbrDecoder_sbr_limGainsPvc_m[4];
152 extern const FIXP_SGL FDK_sbrDecoder_sbr_limiterBandsPerOctaveDiv4[4];
154 extern const FIXP_SGL FDK_sbrDecoder_sbr_smoothFilter[4];
155 extern const FIXP_SGL FDK_sbrDecoder_sbr_randomPhase[SBR_NF_NO_RANDOM_VAL][2];
214 extern const FIXP_SGL FDK_sbrDecoder_invTable[INV_TABLE_SIZE];
env_dec.cpp 188 FIXP_SGL currVal, /*!< current energy value */
189 FIXP_SGL *prevData, /*!< pointer to previous data vector */
241 FIXP_SGL tempSfbNrgPrev[MAX_FREQ_COEFFS];
247 MAX_FREQ_COEFFS * sizeof(FIXP_SGL));
275 MAX_FREQ_COEFFS * sizeof(FIXP_SGL));
298 FIXP_SGL tempL_m, tempR_m, tempRplus1_m, newL_m, newR_m;
304 tempR_m = (FIXP_SGL)((LONG)h_data_right->iEnvelope[i] & MASK_M);
309 tempL_m = (FIXP_SGL)((LONG)h_data_left->iEnvelope[i] & MASK_M);
321 if (newR_m >= ((FIXP_SGL)MAXVAL_SGL - ROUNDING)) {
330 ((FIXP_SGL)((SHORT)(FIXP_SGL)(newR_m + ROUNDING) & MASK_M))
    [all...]
transcendent.h 124 static inline FIXP_SGL FDK_getNumOctavesDiv8(INT a, /*!< lower band */
138 inline void FDK_add_MantExp(FIXP_SGL a_m, /*!< Mantissa of 1st operand a */
140 FIXP_SGL b_m, /*!< Mantissa of 2nd operand b */
142 FIXP_SGL *ptrSum_m, /*!< Mantissa of result */
227 FIXP_SGL a_m, /*!< Mantissa of dividend a */
229 FIXP_SGL b_m, /*!< Mantissa of divisor b */
231 FIXP_SGL *ptrResult_m, /*!< Mantissa of quotient a/b */
237 FIXP_SGL bInv_m = FL2FXCONST_SGL(0.0f);
293 FIXP_SGL bInv_m = FL2FXCONST_SGL(0.0f);
  /external/aac/libAACdec/src/
usacdec_rom.h 135 extern const FIXP_SGL t_qua_gain7b[128 * 2];
136 extern const FIXP_SGL lsp_interpol_factor[2][NB_SUBFR];
141 extern const FIXP_SGL fdk_dec_filt_lp[1 + L_FILT];
conceal_types.h 141 FIXP_SGL fadeOutFactor[CONCEAL_MAX_NUM_FADE_FACTORS];
142 FIXP_SGL fadeInFactor[CONCEAL_MAX_NUM_FADE_FACTORS];
198 FIXP_SGL TDNoiseCoef[3];
199 FIXP_SGL TDNoiseAtt;
usacdec_ace_d4t64.h 109 #define FIXP_COD FIXP_SGL
usacdec_ace_ltp.cpp 167 L_sumt = fMultDiv2(x0, (FIXP_SGL)((SHORT)(filt >> 16)));
168 L_sumb = fMultDiv2(x1, (FIXP_SGL)((SHORT)filt));
173 L_sumt = fMultAddDiv2(L_sumt, x0, (FIXP_SGL)((SHORT)(filt >> 16)));
174 L_sumb = fMultAddDiv2(L_sumb, x1, (FIXP_SGL)((SHORT)filt));
179 L_sumt = fMultAddDiv2(L_sumt, x0, (FIXP_SGL)((SHORT)(filt >> 16)));
180 L_sumb = fMultAddDiv2(L_sumb, x1, (FIXP_SGL)((SHORT)filt));
185 L_sumt = fMultAddDiv2(L_sumt, x0, (FIXP_SGL)((SHORT)(filt >> 16)));
186 L_sumb = fMultAddDiv2(L_sumb, x1, (FIXP_SGL)((SHORT)filt));
191 L_sumt = fMultAddDiv2(L_sumt, x0, (FIXP_SGL)((SHORT)(filt >> 16)));
192 L_sumb = fMultAddDiv2(L_sumb, x1, (FIXP_SGL)((SHORT)filt))
    [all...]