HomeSort by relevance Sort by last modified time
    Searched refs:SHORT_BITS (Results 1 - 7 of 7) sorted by null

  /external/libxaac/decoder/
ixheaacd_intrinsics.h 23 #define SHORT_BITS 16
ixheaacd_basic_funcs.c 72 index = (op2_mant << pre_shift_val) >> (SHORT_BITS - 3 - 8);
107 index = (op_mant << pre_shift_val) >> (SHORT_BITS - 3 - 8);
118 result_e = -SHORT_BITS;
ixheaacd_env_extr.h 27 #define MASK_M (((1 << (SHORT_BITS - EXP_BITS)) - 1) << EXP_BITS)
ixheaacd_env_dec.c 268 shift = (SHORT_BITS - ENV_EXP_FRACT - 3 - ptr_sbr_data->amp_res);
ixheaacd_env_calc.c 770 max_sfb_nrg_exp = NRG_EXP_OFFSET - SHORT_BITS;
    [all...]
  /external/aac/libSYS/include/
machine_type.h 164 /** \def SHORT_BITS
192 #define SHORT_BITS 16
  /external/aac/libFDK/src/
scale.cpp 611 maxVal |= (temp ^ (temp >> (SHORT_BITS - 1)));
615 (INT)(DFRACT_BITS - SHORT_BITS)));
664 maxVal |= (temp ^ (temp >> (SHORT_BITS - 1)));
668 (INT)(DFRACT_BITS - SHORT_BITS)));

Completed in 127 milliseconds