Lines Matching refs:cb_no
1009 WORD ixheaacd_decode_huffman(ia_bit_buf_struct *it_bit_buff, WORD32 cb_no, in ixheaacd_decode_huffman() argument
1016 const UWORD16 *cb_table = (UWORD16 *)(ptr_aac_tables->code_book[cb_no]); in ixheaacd_decode_huffman()
1018 const UWORD32 *idx_table = (UWORD32 *)(ptr_aac_tables->index_table[cb_no]); in ixheaacd_decode_huffman()
1024 if (cb_no == 11) { in ixheaacd_decode_huffman()
1034 } else if (cb_no <= 4) { in ixheaacd_decode_huffman()
1037 if (cb_no > 2) { in ixheaacd_decode_huffman()
1045 else if (cb_no <= 10) { in ixheaacd_decode_huffman()
1048 if (cb_no > 6) { in ixheaacd_decode_huffman()
1049 if (cb_no > 8) in ixheaacd_decode_huffman()
1069 WORD ixheaacd_huffman_dec_word2(ia_bit_buf_struct *it_bit_buff, WORD32 cb_no, in ixheaacd_huffman_dec_word2() argument
1081 const UWORD16 *cb_table = (UWORD16 *)(ptr_aac_tables->code_book[cb_no]); in ixheaacd_huffman_dec_word2()
1082 const UWORD32 *idx_table = (UWORD32 *)(ptr_aac_tables->index_table[cb_no]); in ixheaacd_huffman_dec_word2()
1084 if (cb_no == 11) { in ixheaacd_huffman_dec_word2()
1091 } else if (cb_no <= 4) { in ixheaacd_huffman_dec_word2()
1093 if (cb_no > 2) tbl_sign = 1; in ixheaacd_huffman_dec_word2()
1097 } else if (cb_no <= 10) { in ixheaacd_huffman_dec_word2()
1100 if (cb_no > 6) { in ixheaacd_huffman_dec_word2()
1101 if (cb_no > 8) { in ixheaacd_huffman_dec_word2()