Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_block.c1011 WORD ixheaacd_decode_huffman(ia_bit_buf_struct *it_bit_buff, WORD32 cb_no, in ixheaacd_decode_huffman() argument
1018 const UWORD16 *cb_table = (UWORD16 *)(ptr_aac_tables->code_book[cb_no]); in ixheaacd_decode_huffman()
1020 const UWORD32 *idx_table = (UWORD32 *)(ptr_aac_tables->index_table[cb_no]); in ixheaacd_decode_huffman()
1026 if (cb_no == 11) { in ixheaacd_decode_huffman()
1036 } else if (cb_no <= 4) { in ixheaacd_decode_huffman()
1039 if (cb_no > 2) { in ixheaacd_decode_huffman()
1047 else if (cb_no <= 10) { in ixheaacd_decode_huffman()
1050 if (cb_no > 6) { in ixheaacd_decode_huffman()
1051 if (cb_no > 8) in ixheaacd_decode_huffman()
1071 WORD ixheaacd_huffman_dec_word2(ia_bit_buf_struct *it_bit_buff, WORD32 cb_no, in ixheaacd_huffman_dec_word2() argument
[all …]
Dixheaacd_block.h53 WORD ixheaacd_decode_huffman(ia_bit_buf_struct *it_bit_buff, WORD32 cb_no,
58 WORD ixheaacd_huffman_dec_word2(ia_bit_buf_struct *it_bit_buff, WORD32 cb_no,