Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_initfuncs.c144 ptr_aac_tables->code_book[0] = 0; in ixheaacd_huff_tables_create()
145 ptr_aac_tables->code_book[1] = in ixheaacd_huff_tables_create()
147 ptr_aac_tables->code_book[2] = in ixheaacd_huff_tables_create()
149 ptr_aac_tables->code_book[3] = in ixheaacd_huff_tables_create()
151 ptr_aac_tables->code_book[4] = in ixheaacd_huff_tables_create()
153 ptr_aac_tables->code_book[5] = in ixheaacd_huff_tables_create()
155 ptr_aac_tables->code_book[6] = in ixheaacd_huff_tables_create()
157 ptr_aac_tables->code_book[7] = in ixheaacd_huff_tables_create()
159 ptr_aac_tables->code_book[8] = in ixheaacd_huff_tables_create()
161 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.c1018 const UWORD16 *cb_table = (UWORD16 *)(ptr_aac_tables->code_book[cb_no]); in ixheaacd_decode_huffman()
1083 const UWORD16 *cb_table = (UWORD16 *)(ptr_aac_tables->code_book[cb_no]); in ixheaacd_huffman_dec_word2()
Dixheaacd_aacdecoder.c159 ptr_aac_sfb_code_book_data[ch]->code_book; in ixheaacd_aacdec_decodeframe()