Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_multichannel.c85 WORD tot_bits; in cblock_decode_huff_symbol() local
98 tot_bits = 0; in cblock_decode_huff_symbol()
101 tot_bits += first_offset; in cblock_decode_huff_symbol()
120 tot_bits += ((sign_ret_val & 0x7fff) >> 11); in cblock_decode_huff_symbol()
129 return tot_bits; in cblock_decode_huff_symbol()