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

  /external/libxaac/decoder/armv7/
ixheaacd_fft_armv7.c 24 dig_rev_shift = ixheaacd_norm32(npoints) + 1 - 16;
25 n_stages = 30 - ixheaacd_norm32(npoints); // log2(npoints), if npoints=2^m
74 n_stages = 30 - ixheaacd_norm32(npoints); // log2(npoints), if npoints=2^m
  /external/libxaac/decoder/
ixheaacd_basic_funcs.c 70 pre_shift_val = ixheaacd_norm32(op2_mant) - 16;
77 post_shift_val = ixheaacd_norm32(op1_mant) - 16;
89 post_shift_val = ixheaacd_norm32(ratio_m) - 1;
105 pre_shift_val = (ixheaacd_norm32((WORD16)op_mant) - 16);
183 shift = (WORD16)(ixheaacd_norm32(op) & ~1);
ixheaacd_basic_ops32.h 224 static PLATFORM_INLINE WORD ixheaacd_norm32(WORD32 a) { function
262 bin_expo_val = 31 - ixheaacd_norm32(a);
353 q_nr = ixheaacd_norm32(a);
355 q_dr = ixheaacd_norm32(b);
ixheaacd_imdct.c 79 shiftp = ixheaacd_norm32(itemp);
217 scale = (WORD32)(ixheaacd_norm32((WORD32)((ABS(gain) + 1))));
231 qshift3 = ixheaacd_norm32(itemp);
248 qshift2 = ixheaacd_norm32(itemp);
261 qshift1 = ixheaacd_norm32(itemp);
ixheaacd_basic_ops40.h 33 expo = ixheaacd_norm32(tempo);
40 expo = 31 - (ixheaacd_norm32(tempo));
ixheaacd_stereo.c 178 shift_val = ixheaacd_norm32(temp);
ixheaacd_block.c 228 norm_val = ixheaacd_norm32(value);
273 norm_val = ixheaacd_norm32(value);
399 norm_val = ixheaacd_norm32(value);
445 norm_val = ixheaacd_norm32(value);
    [all...]
ixheaacd_tcx_fwd_mdct.c 149 qshift = ixheaacd_norm32(itemp);
ixheaacd_tns.c 247 guard_band = 31 - ixheaacd_norm32(filt->order);
ixheaacd_lpp_tran.c 595 norm_d = ixheaacd_norm32(p_cov_matrix->d);
974 norm_d = ixheaacd_norm32(cov_matrix.d);
    [all...]
ixheaacd_basic_ops_arr.h 31 return (ixheaacd_norm32(max_bits));
ixheaacd_env_calc.c 260 temp_val = ixheaacd_norm32(max_temp);
365 norm_val = 16 - ixheaacd_norm32(accu_m_t);
760 adj_e = ((ptr_sbr_calc_env->filt_buf_noise_e - ixheaacd_norm32(max_noise)) -
969 reserve = (ixheaacd_norm32(filt_buf_mant) - 16);
    [all...]
ixheaacd_esbr_fft.c 51 dig_rev_shift = ixheaacd_norm32(npoints) + 1 - 16;
52 n_stages = 30 - ixheaacd_norm32(npoints);
550 dig_rev_shift = ixheaacd_norm32(npoints) + 1 - 16;
551 n_stages = 30 - ixheaacd_norm32(npoints);
ixheaacd_huff_code_reorder.c     [all...]
ixheaacd_pns_js_thumb.c 91 nrg_scale = ixheaacd_norm32(nrg);
ixheaacd_tcx_fwd_alcnx.c 81 shiftp = ixheaacd_norm32(itemp);
ixheaacd_aac_tns.c 454 return ixheaacd_norm32(max_spec_line);
ixheaacd_fft.c 74 n_stages = 30 - ixheaacd_norm32(npoints);
552 dig_rev_shift = ixheaacd_norm32(npoints) + 1 - 16;
553 n_stages = 30 - ixheaacd_norm32(npoints);
    [all...]
ixheaacd_ps_dec.c 214 nrm = ixheaacd_norm32(op2);
    [all...]
ixheaacd_aac_imdct.c 800 n_stages = ixheaacd_norm32(npoints);
    [all...]

Completed in 688 milliseconds