HomeSort by relevance Sort by last modified time
    Searched refs:MAX_SFB_HCR (Results 1 - 8 of 8) sorted by null

  /external/aac/libAACdec/src/
aacdec_hcr_types.h 119 #define MAX_SFB_HCR \
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];
channelinfo.h 283 SHORT aNumLineInSec4Hcr[MAX_SFB_HCR]; /* needed once for all channels
286 aCodeBooks4Hcr[MAX_SFB_HCR]; /* needed once for all channels except for
aacdec_hcr.cpp     [all...]
aacdec_hcrs.cpp 489 if (numExtendedSortedCodewordInSectionIdx >= (MAX_SFB_HCR + MAX_HCR_SETS) ||
490 extendedSortedCodebookIdx >= (MAX_SFB_HCR + MAX_HCR_SETS)) {
495 if (numExtendedSortedCodewordInSectionIdx >= (MAX_SFB_HCR + MAX_HCR_SETS)) {
    [all...]
block.cpp 380 if (numLinesInSecIdx >= MAX_SFB_HCR) {
    [all...]
  /external/libxaac/decoder/
ixheaacd_channelinfo.h 155 #define MAX_SFB_HCR (((1024 / 8) / LINES_PER_UNIT) * 8)
233 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];
ixheaacd_huff_code_reorder.c 182 if (num_ext_sorted_cw_in_sect_idx >= (MAX_SFB_HCR + MAX_HCR_SETS) ||
183 ext_sorted_cw_idx >= (MAX_SFB_HCR + MAX_HCR_SETS)) {
188 if (num_ext_sorted_cw_in_sect_idx >= (MAX_SFB_HCR + MAX_HCR_SETS)) {
215 if (num_ext_sorted_cw_in_sect_idx >= (MAX_SFB_HCR + MAX_HCR_SETS)) {
569 if (x_srt_sc_cnt >= (MAX_SFB_HCR + MAX_HCR_SETS)) {
    [all...]
ixheaacd_longblock.c 119 if ((num_lines_sec_idx >= MAX_SFB_HCR) ||

Completed in 124 milliseconds