Searched refs:MAX_SFB_HCR (Results 1 – 8 of 8) sorted by relevance
119 #define MAX_SFB_HCR \ macro388 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];
283 SHORT aNumLineInSec4Hcr[MAX_SFB_HCR]; /* needed once for all channels286 aCodeBooks4Hcr[MAX_SFB_HCR]; /* needed once for all channels except for
925 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()
489 if (numExtendedSortedCodewordInSectionIdx >= (MAX_SFB_HCR + MAX_HCR_SETS) || in InitNonPCWSideInformationForCurrentSet()490 extendedSortedCodebookIdx >= (MAX_SFB_HCR + MAX_HCR_SETS)) { in InitNonPCWSideInformationForCurrentSet()495 if (numExtendedSortedCodewordInSectionIdx >= (MAX_SFB_HCR + MAX_HCR_SETS)) { in InitNonPCWSideInformationForCurrentSet()
380 if (numLinesInSecIdx >= MAX_SFB_HCR) { in CBlock_ReadSectionData()
155 #define MAX_SFB_HCR (((1024 / 8) / LINES_PER_UNIT) * 8) macro233 UWORD16 ptr_num_cw_in_sect[MAX_SFB_HCR];234 UWORD16 ptr_num_sorted_cw_in_sect[MAX_SFB_HCR];235 UWORD16 ptr_num_ext_sorted_cw_in_sect[MAX_SFB_HCR + MAX_HCR_SETS];239 UWORD16 ptr_reorder_offset[MAX_SFB_HCR];240 UWORD8 ptr_sorted_cb[MAX_SFB_HCR];242 UWORD8 ptr_ext_sorted_cw[MAX_SFB_HCR + MAX_HCR_SETS];244 UWORD8 ptr_ext_sorted_sect_max_cb_len[MAX_SFB_HCR + MAX_HCR_SETS];246 UWORD8 ptr_cb_switch[MAX_SFB_HCR];
182 if (num_ext_sorted_cw_in_sect_idx >= (MAX_SFB_HCR + MAX_HCR_SETS) || in ixheaacd_nonpcw_sideinfo_init()183 ext_sorted_cw_idx >= (MAX_SFB_HCR + MAX_HCR_SETS)) { in ixheaacd_nonpcw_sideinfo_init()188 if (num_ext_sorted_cw_in_sect_idx >= (MAX_SFB_HCR + MAX_HCR_SETS)) { in ixheaacd_nonpcw_sideinfo_init()215 if (num_ext_sorted_cw_in_sect_idx >= (MAX_SFB_HCR + MAX_HCR_SETS)) { in ixheaacd_calc_num_ext_sorted_sect_sets()569 if (x_srt_sc_cnt >= (MAX_SFB_HCR + MAX_HCR_SETS)) { in ixheaacd_huff_ext_sect_info()1121 if (ext_sorted_cw_idx >= (MAX_SFB_HCR + MAX_HCR_SETS)) { in ixheaacd_decode_pcw()1128 if (ext_sorted_sect_max_cb_len_idx >= (MAX_SFB_HCR + MAX_HCR_SETS)) { in ixheaacd_decode_pcw()1239 if (num_ext_sorted_cw_in_sect_idx >= MAX_SFB_HCR + MAX_HCR_SETS) { in ixheaacd_decode_pcw()
119 if ((num_lines_sec_idx >= MAX_SFB_HCR) || in ixheaacd_read_section_data()