Home
last modified time | relevance | path

Searched refs:SHORT_BITS (Results 1 – 7 of 7) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_basic_funcs.c71 index = (op2_mant << pre_shift_val) >> (SHORT_BITS - 3 - 8); in ixheaacd_fix_mant_div()
106 index = (op_mant << pre_shift_val) >> (SHORT_BITS - 3 - 8); in ixheaacd_fix_mant_exp_sqrt()
117 result_e = -SHORT_BITS; in ixheaacd_fix_mant_exp_sqrt()
Dixheaacd_intrinsics.h23 #define SHORT_BITS 16 macro
Dixheaacd_env_extr.h27 #define MASK_M (((1 << (SHORT_BITS - EXP_BITS)) - 1) << EXP_BITS)
Dixheaacd_env_dec.c264 shift = (SHORT_BITS - ENV_EXP_FRACT - 3 - ptr_sbr_data->amp_res); in ixheaacd_wrong_timing_compensate()
Dixheaacd_env_calc.c770 max_sfb_nrg_exp = NRG_EXP_OFFSET - SHORT_BITS; in ixheaacd_calc_sbrenvelope()
/external/aac/libFDK/src/
Dscale.cpp611 maxVal |= (temp ^ (temp >> (SHORT_BITS - 1))); in getScalefactorShort()
615 (INT)(DFRACT_BITS - SHORT_BITS))); in getScalefactorShort()
664 maxVal |= (temp ^ (temp >> (SHORT_BITS - 1))); in getScalefactorShort()
668 (INT)(DFRACT_BITS - SHORT_BITS))); in getScalefactorShort()
/external/aac/libSYS/include/
Dmachine_type.h192 #define SHORT_BITS 16 macro