Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_initfuncs.c147 ptr_aac_tables->code_book[0] = 0; in ixheaacd_huff_tables_create()
148 ptr_aac_tables->code_book[1] = in ixheaacd_huff_tables_create()
150 ptr_aac_tables->code_book[2] = in ixheaacd_huff_tables_create()
152 ptr_aac_tables->code_book[3] = in ixheaacd_huff_tables_create()
154 ptr_aac_tables->code_book[4] = in ixheaacd_huff_tables_create()
156 ptr_aac_tables->code_book[5] = in ixheaacd_huff_tables_create()
158 ptr_aac_tables->code_book[6] = in ixheaacd_huff_tables_create()
160 ptr_aac_tables->code_book[7] = in ixheaacd_huff_tables_create()
162 ptr_aac_tables->code_book[8] = in ixheaacd_huff_tables_create()
164 ptr_aac_tables->code_book[9] = in ixheaacd_huff_tables_create()
[all …]
Dixheaacd_stereo.c149 WORD8 code_book = ptr_code_book[sfb]; in ixheaacd_intensity_stereo_process() local
152 if (((code_book >= INTENSITY_HCB2) && in ixheaacd_intensity_stereo_process()
155 (((code_book == INTENSITY_HCB2) || (code_book == INTENSITY_HCB)) && in ixheaacd_intensity_stereo_process()
168 if (!((ptr_ms_used[sfb]) ^ (code_book & 0x1))) { in ixheaacd_intensity_stereo_process()
Dixheaacd_aac_rom.h157 UWORD16 *code_book[MAX_CB_SIZE]; member
Dixheaacd_channelinfo.h271 WORD8 code_book[MAX_WINDOWS * MAX_SFB_SHORT]; member
Dixheaacd_huff_code_reorder.c1134 const UWORD16 *cb_table = (UWORD16 *)(ptr_aac_tables->code_book[codebook]); in ixheaacd_decode_pcw()
1171 const UWORD16 *cb_table = (UWORD16 *)(ptr_aac_tables->code_book[codebook]); in ixheaacd_decode_pcw()
1564 ->code_book[ptr_hcr_info->str_non_pcw_side_info in ixheaacd_decode_hcr_non_pcw()
1595 ->code_book[ptr_hcr_info->str_non_pcw_side_info in ixheaacd_decode_hcr_non_pcw()
Dixheaacd_block.c1016 const UWORD16 *cb_table = (UWORD16 *)(ptr_aac_tables->code_book[cb_no]); in ixheaacd_decode_huffman()
1081 const UWORD16 *cb_table = (UWORD16 *)(ptr_aac_tables->code_book[cb_no]); in ixheaacd_huffman_dec_word2()
Dixheaacd_aacdecoder.c162 ptr_aac_sfb_code_book_data[ch]->code_book; in ixheaacd_aacdec_decodeframe()