Home
last modified time | relevance | path

Searched refs:MAX_HCR_SETS (Results 1 – 5 of 5) sorted by relevance

/external/aac/libAACdec/src/
Daacdec_hcr_types.h134 #define MAX_HCR_SETS 14 macro
390 USHORT pNumExtendedSortedCodewordInSection[MAX_SFB_HCR + MAX_HCR_SETS];
392 USHORT pNumExtendedSortedSectionsInSets[MAX_HCR_SETS];
397 UCHAR pExtendedSortedCodebook[MAX_SFB_HCR + MAX_HCR_SETS];
399 UCHAR pMaxLenOfCbInExtSrtSec[MAX_SFB_HCR + MAX_HCR_SETS];
Daacdec_hcr.cpp925 if (xSrtScCnt >= (MAX_SFB_HCR + MAX_HCR_SETS)) { in HcrExtendedSectionInfo()
959 if (numExtendedSortedCodewordInSectionIdx >= (MAX_SFB_HCR + MAX_HCR_SETS)) { in DeriveNumberOfExtendedSortedSectionsInSets()
972 if (numExtendedSortedSectionsInSetsIdx >= 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()
1236 if (numExtendedSortedSectionsInSetsIdx >= MAX_HCR_SETS) { in DecodePCWs()
Daacdec_hcrs.cpp489 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()
/external/libxaac/decoder/
Dixheaacd_channelinfo.h163 #define MAX_HCR_SETS 14 macro
235 UWORD16 ptr_num_ext_sorted_cw_in_sect[MAX_SFB_HCR + MAX_HCR_SETS];
237 UWORD16 ptr_num_ext_sorted_sect_in_sets[MAX_HCR_SETS];
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];
Dixheaacd_huff_code_reorder.c182 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()
228 if (num_ext_sorted_sect_in_sets_idx >= 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()
1245 if (num_ext_sorted_sect_in_sets_idx >= MAX_HCR_SETS) { in ixheaacd_decode_pcw()