Searched refs:SAMPLE_BITS (Results 1 – 13 of 13) sorted by relevance
/external/aac/libFDK/include/ |
D | qmf.h | 118 #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
|
D | scale.h | 123 #if (SAMPLE_BITS == 16) 288 SATURATE_RIGHT_SHIFT(src, scale, SAMPLE_BITS) 293 SATURATE_LEFT_SHIFT(src, scale, SAMPLE_BITS)
|
D | common_fix.h | 117 #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/ |
D | resampler.cpp | 361 #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/ |
D | scale_arm.h | 115 : "r"(src >> scale), "M"(SAMPLE_BITS)); in shiftRightSat() 127 : "r"(src << scale), "M"(SAMPLE_BITS)); in shiftLeftSat()
|
/external/aac/libSYS/include/ |
D | machine_type.h | 230 #define SAMPLE_BITS 16 macro 231 #define SAMPLE_MAX ((INT_PCM)(((ULONG)1 << (SAMPLE_BITS - 1)) - 1))
|
/external/aac/libFDK/src/ |
D | mdct.cpp | 184 #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()
|
D | scale.cpp | 423 #if (SAMPLE_BITS == 16) 445 scalefactor -= DFRACT_BITS - SAMPLE_BITS; in scaleValues() 641 (INT)(DFRACT_BITS - SAMPLE_BITS))); in getScalefactorPCM()
|
D | qmf.cpp | 817 #define SAMPLE_BITS_QMFOUT SAMPLE_BITS 819 #if SAMPLE_BITS == 16
|
/external/aac/libAACenc/src/ |
D | block_switch.cpp | 386 #if SAMPLE_BITS == DFRACT_BITS in FDKaacEnc_CalcWindowEnergy() 390 << (DFRACT_BITS - SAMPLE_BITS - 1); in FDKaacEnc_CalcWindowEnergy()
|
/external/aac/libPCMutils/src/ |
D | limiter.cpp | 300 #if (SAMPLE_BITS == DFRACT_BITS) in pcmLimiter_Apply() 320 #if (SAMPLE_BITS == DFRACT_BITS) in pcmLimiter_Apply()
|
/external/aac/libSACenc/src/ |
D | sacenc_dmx_tdom_enh.cpp | 488 -(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/ |
D | lpp_tran.cpp | 213 #define QMFOUT_EXP ((SAMPLE_BITS - 15) - sbrScaleFactor->lb_scale)
|