Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_hcr_types.h119 #define MAX_SFB_HCR \ macro
388 USHORT pNumCodewordInSection[MAX_SFB_HCR];
389 USHORT pNumSortedCodewordInSection[MAX_SFB_HCR];
390 USHORT pNumExtendedSortedCodewordInSection[MAX_SFB_HCR + MAX_HCR_SETS];
394 USHORT pReorderOffset[MAX_SFB_HCR];
395 UCHAR pSortedCodebook[MAX_SFB_HCR];
397 UCHAR pExtendedSortedCodebook[MAX_SFB_HCR + MAX_HCR_SETS];
399 UCHAR pMaxLenOfCbInExtSrtSec[MAX_SFB_HCR + MAX_HCR_SETS];
401 UCHAR pCodebookSwitch[MAX_SFB_HCR];
Dchannelinfo.h283 SHORT aNumLineInSec4Hcr[MAX_SFB_HCR]; /* needed once for all channels
286 aCodeBooks4Hcr[MAX_SFB_HCR]; /* needed once for all channels except for
Daacdec_hcr.cpp925 if (xSrtScCnt >= (MAX_SFB_HCR + MAX_HCR_SETS)) { in HcrExtendedSectionInfo()
959 if (numExtendedSortedCodewordInSectionIdx >= (MAX_SFB_HCR + MAX_HCR_SETS)) { in DeriveNumberOfExtendedSortedSectionsInSets()
1046 if (extendedSortedCodebookIdx >= (MAX_SFB_HCR + MAX_HCR_SETS)) { in DecodePCWs()
1057 if (maxLenOfCbInExtSrtSecIdx >= (MAX_SFB_HCR + MAX_HCR_SETS)) { in DecodePCWs()
1229 if (numExtendedSortedCodewordInSectionIdx >= MAX_SFB_HCR + MAX_HCR_SETS) { in DecodePCWs()
Daacdec_hcrs.cpp491 if (numExtendedSortedCodewordInSectionIdx >= (MAX_SFB_HCR + MAX_HCR_SETS) || in InitNonPCWSideInformationForCurrentSet()
492 extendedSortedCodebookIdx >= (MAX_SFB_HCR + MAX_HCR_SETS)) { in InitNonPCWSideInformationForCurrentSet()
497 if (numExtendedSortedCodewordInSectionIdx >= (MAX_SFB_HCR + MAX_HCR_SETS)) { in InitNonPCWSideInformationForCurrentSet()
Dblock.cpp380 if (numLinesInSecIdx >= MAX_SFB_HCR) { in CBlock_ReadSectionData()
/external/libxaac/decoder/
Dixheaacd_channelinfo.h156 #define MAX_SFB_HCR (((1024 / 8) / LINES_PER_UNIT) * 8) macro
234 UWORD16 ptr_num_cw_in_sect[MAX_SFB_HCR];
235 UWORD16 ptr_num_sorted_cw_in_sect[MAX_SFB_HCR];
236 UWORD16 ptr_num_ext_sorted_cw_in_sect[MAX_SFB_HCR + MAX_HCR_SETS];
240 UWORD16 ptr_reorder_offset[MAX_SFB_HCR];
241 UWORD8 ptr_sorted_cb[MAX_SFB_HCR];
243 UWORD8 ptr_ext_sorted_cw[MAX_SFB_HCR + MAX_HCR_SETS];
245 UWORD8 ptr_ext_sorted_sect_max_cb_len[MAX_SFB_HCR + MAX_HCR_SETS];
247 UWORD8 ptr_cb_switch[MAX_SFB_HCR];
Dixheaacd_huff_code_reorder.c191 if (num_ext_sorted_cw_in_sect_idx >= (MAX_SFB_HCR + MAX_HCR_SETS) || in ixheaacd_nonpcw_sideinfo_init()
192 ext_sorted_cw_idx >= (MAX_SFB_HCR + MAX_HCR_SETS)) { in ixheaacd_nonpcw_sideinfo_init()
197 if (num_ext_sorted_cw_in_sect_idx >= (MAX_SFB_HCR + MAX_HCR_SETS)) { in ixheaacd_nonpcw_sideinfo_init()
224 if (num_ext_sorted_cw_in_sect_idx >= (MAX_SFB_HCR + MAX_HCR_SETS)) { in ixheaacd_calc_num_ext_sorted_sect_sets()
578 if (x_srt_sc_cnt >= (MAX_SFB_HCR + MAX_HCR_SETS)) { in ixheaacd_huff_ext_sect_info()
1130 if (ext_sorted_cw_idx >= (MAX_SFB_HCR + MAX_HCR_SETS)) { in ixheaacd_decode_pcw()
1137 if (ext_sorted_sect_max_cb_len_idx >= (MAX_SFB_HCR + MAX_HCR_SETS)) { in ixheaacd_decode_pcw()
1252 if (num_ext_sorted_cw_in_sect_idx >= MAX_SFB_HCR + MAX_HCR_SETS) { in ixheaacd_decode_pcw()
Dixheaacd_longblock.c120 if ((num_lines_sec_idx >= MAX_SFB_HCR) || in ixheaacd_read_section_data()