Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_arith_dec.c1730 UWORD16 const *cum_freq, WORD32 cfl) { in ixheaacd_arith_decode() argument
1755 p = cum_freq - 1; in ixheaacd_arith_decode()
1767 symbol = p - cum_freq + 1; in ixheaacd_arith_decode()
1769 if (symbol) high = low + ((range * cum_freq[symbol - 1]) >> 14) - 1; in ixheaacd_arith_decode()
1771 low += ((range * cum_freq[symbol]) >> 14); in ixheaacd_arith_decode()