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

  /external/libxaac/decoder/
ixheaacd_basic_funcs.c 66 WORD32 pre_shift_val, post_shift_val; local
70 pre_shift_val = ixheaacd_norm32(op2_mant) - 16;
72 index = (op2_mant << pre_shift_val) >> (SHORT_BITS - 3 - 8);
93 return (pre_shift_val - post_shift_val);
98 WORD32 pre_shift_val; local
105 pre_shift_val = (ixheaacd_norm32((WORD16)op_mant) - 16);
106 op_exp = (op_exp - pre_shift_val);
107 index = (op_mant << pre_shift_val) >> (SHORT_BITS - 3 - 8);
ixheaacd_env_calc.c 1154 WORD32 pre_shift_val; local
1237 WORD32 pre_shift_val; local
    [all...]

Completed in 725 milliseconds