Searched refs:SHORT_BITS (Results 1 – 7 of 7) sorted by relevance
71 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()
23 #define SHORT_BITS 16 macro
27 #define MASK_M (((1 << (SHORT_BITS - EXP_BITS)) - 1) << EXP_BITS)
264 shift = (SHORT_BITS - ENV_EXP_FRACT - 3 - ptr_sbr_data->amp_res); in ixheaacd_wrong_timing_compensate()
770 max_sfb_nrg_exp = NRG_EXP_OFFSET - SHORT_BITS; in ixheaacd_calc_sbrenvelope()
611 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()
192 #define SHORT_BITS 16 macro