Home
last modified time | relevance | path

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

/external/aac/libArithCoding/src/
Dac_arith_coder.cpp508 USHORT us_high = (USHORT)high; in ari_decode_14bits() local
511 if (us_high & 0x8000) { in ari_decode_14bits()
513 if (us_low & 0x4000 && !(us_high & 0x4000)) { in ari_decode_14bits()
515 us_high -= 0x4000; in ari_decode_14bits()
522 us_high = (us_high << 1) | 1; in ari_decode_14bits()
526 s->high = (int)us_high; in ari_decode_14bits()