Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_arith_dec.c1937 WORD32 length, WORD64 fac_fix) { in ixheaacd_esc_iquant() argument
1950 temp = (fac_fix * coef[i]); in ixheaacd_esc_iquant()
1980 temp = ixheaacd_mult64_sat(fac_fix, (WORD64)coef[i]); in ixheaacd_esc_iquant()
1996 WORD64 fac_fix; in ixheaacd_apply_scfs_and_nf() local
2045 fac_fix = 0; in ixheaacd_apply_scfs_and_nf()
2047 fac_fix = (WORD64)((WORD64)ixheaacd_table_frac[3 + frac] * in ixheaacd_apply_scfs_and_nf()
2049 fac_fix >>= 15; in ixheaacd_apply_scfs_and_nf()
2067 noise_filling_present, seed_value, length, fac_fix); in ixheaacd_apply_scfs_and_nf()