Home
last modified time | relevance | path

Searched refs:SAMPLE_BITS (Results 1 – 13 of 13) sorted by relevance

/external/aac/libFDK/include/
Dqmf.h118 #define QAS_BITS SAMPLE_BITS
213 #if SAMPLE_BITS == 16
235 #if SAMPLE_BITS == 16
257 #if SAMPLE_BITS == 16
289 #if SAMPLE_BITS == 16
309 #if SAMPLE_BITS == 16
Dscale.h123 #if (SAMPLE_BITS == 16)
288 SATURATE_RIGHT_SHIFT(src, scale, SAMPLE_BITS)
293 SATURATE_LEFT_SHIFT(src, scale, SAMPLE_BITS)
Dcommon_fix.h117 #if defined(SAMPLE_BITS)
118 #if (SAMPLE_BITS == DFRACT_BITS)
124 #elif (SAMPLE_BITS == FRACT_BITS)
131 #error SAMPLE_BITS different from FRACT_BITS or DFRACT_BITS not implemented!
/external/aac/libSBRenc/src/
Dresampler.cpp361 #if (SAMPLE_BITS == 16) in AdvanceFilter()
362 input = ((FIXP_DBL)pInput[n]) << (DFRACT_BITS - SAMPLE_BITS - BIQUAD_SCALE); in AdvanceFilter()
363 #elif (SAMPLE_BITS == 32) in AdvanceFilter()
406 #if (SAMPLE_BITS == 16) in AdvanceFilter()
408 y + (FIXP_DBL)(1 << (DFRACT_BITS - SAMPLE_BITS - BIQUAD_SCALE - 1)), in AdvanceFilter()
409 DFRACT_BITS - SAMPLE_BITS - BIQUAD_SCALE, SAMPLE_BITS); in AdvanceFilter()
413 output = SATURATE_LEFT_SHIFT(y, BIQUAD_SCALE, SAMPLE_BITS); in AdvanceFilter()
/external/aac/libFDK/include/arm/
Dscale_arm.h115 : "r"(src >> scale), "M"(SAMPLE_BITS)); in shiftRightSat()
127 : "r"(src << scale), "M"(SAMPLE_BITS)); in shiftLeftSat()
/external/aac/libSYS/include/
Dmachine_type.h230 #define SAMPLE_BITS 16 macro
231 #define SAMPLE_MAX ((INT_PCM)(((ULONG)1 << (SAMPLE_BITS - 1)) - 1))
/external/aac/libFDK/src/
Dmdct.cpp184 #if SAMPLE_BITS == DFRACT_BITS /* SPC_BITS and DFRACT_BITS should be equal. */ in mdct_block()
188 << (DFRACT_BITS - SAMPLE_BITS - 1); /* 0(A)-Br */ in mdct_block()
222 #if SAMPLE_BITS == \ in mdct_block()
228 << (DFRACT_BITS - SAMPLE_BITS - 1); /* -C flipped at placing */ in mdct_block()
Dscale.cpp423 #if (SAMPLE_BITS == 16)
445 scalefactor -= DFRACT_BITS - SAMPLE_BITS; in scaleValues()
641 (INT)(DFRACT_BITS - SAMPLE_BITS))); in getScalefactorPCM()
Dqmf.cpp817 #define SAMPLE_BITS_QMFOUT SAMPLE_BITS
819 #if SAMPLE_BITS == 16
/external/aac/libAACenc/src/
Dblock_switch.cpp386 #if SAMPLE_BITS == DFRACT_BITS in FDKaacEnc_CalcWindowEnergy()
390 << (DFRACT_BITS - SAMPLE_BITS - 1); in FDKaacEnc_CalcWindowEnergy()
/external/aac/libPCMutils/src/
Dlimiter.cpp300 #if (SAMPLE_BITS == DFRACT_BITS) in pcmLimiter_Apply()
320 #if (SAMPLE_BITS == DFRACT_BITS) in pcmLimiter_Apply()
/external/aac/libSACenc/src/
Dsacenc_dmx_tdom_enh.cpp488 -(hEnhancedTimeDmx->prev_gain_e + 1 - (DFRACT_BITS - SAMPLE_BITS)), in fdk_sacenc_apply_enhancedTimeDomainDmx()
489 SAMPLE_BITS); in fdk_sacenc_apply_enhancedTimeDomainDmx()
/external/aac/libSBRdec/src/
Dlpp_tran.cpp213 #define QMFOUT_EXP ((SAMPLE_BITS - 15) - sbrScaleFactor->lb_scale)