Searched refs:MAXVAL_SGL (Results 1 – 8 of 8) sorted by relevance
199 sfbTonality[i] = (FIXP_SGL)MAXVAL_SGL; in FDKaacEnc_CalcSfbTonality()202 sfbTonality[i] = (FIXP_SGL)MAXVAL_SGL; in FDKaacEnc_CalcSfbTonality()
117 else return( (FIXP_SGL)MAXVAL_SGL ); in FDKaacEnc_fuzzyIsSmaller()160 fuzzyTotal = (FIXP_SGL)MAXVAL_SGL; in FDKaacEnc_noiseDetect()
135 #define MAXVAL_SGL ((signed)0x00007FFF) /* this has to be synchronized to FRACT_BITS */ macro159 ((( (double)(val) * (FRACT_FIX_SCALE) + 0.5 ) >= (double)(MAXVAL_SGL) ) ? (SHORT)(MAXVAL_SGL) : (SH…
444 sum = fMax(fMin((INT)sum, (INT)MAXVAL_SGL), (INT)MINVAL_SGL); in fAddSaturate()
207 #define MAXVAL_DMX MAXVAL_SGL1362 if (chSum[outCh] > (LONG)MAXVAL_SGL) { in getMixFactors()1363 while (chSum[outCh] > (LONG)MAXVAL_SGL) { in getMixFactors()1368 while ((chSum[outCh]<<1) <= (LONG)MAXVAL_SGL) { in getMixFactors()
307 if (newR_m >= ((FIXP_SGL)MAXVAL_SGL - ROUNDING)) { in sbr_envelope_unmapping()
2031 FIXP_SGL direct_ratio = /*FL2FXCONST_SGL(1.0f) */ (FIXP_SGL)MAXVAL_SGL - smooth_ratio; in adjustTimeSlotHQ()
1454 FIXP_SGL minDiff = (FIXP_SGL)MAXVAL_SGL; in findEquiFadeFrame()