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()
491 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()
380 if (numLinesInSecIdx >= MAX_SFB_HCR) { in CBlock_ReadSectionData()
156 #define MAX_SFB_HCR (((1024 / 8) / LINES_PER_UNIT) * 8) macro234 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];
191 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()
120 if ((num_lines_sec_idx >= MAX_SFB_HCR) || in ixheaacd_read_section_data()