Home
last modified time | relevance | path

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

/external/aac/libArithCoding/src/
Dac_arith_coder.cpp107 #define stat_bitsnew 14 macro
428 return (((INT)r) * ((INT)c)) >> stat_bitsnew; in mul_sbc_14bits()
443 c = (((int)(value - low + 1)) << stat_bitsnew) - ((int)1); in ari_decode_14bits()