Home
last modified time | relevance | path

Searched refs:ext_sorted_cw_idx (Results 1 – 2 of 2) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_huff_code_reorder.c153 WORD32 ext_sorted_cw_idx = ptr_hcr_info->sect_info.ext_sorted_cw_idx; in ixheaacd_nonpcw_sideinfo_init() local
165 cb_dim = ptr_cb_dimension_tbl[ptr_ext_sorted_cw[ext_sorted_cw_idx]]; in ixheaacd_nonpcw_sideinfo_init()
173 *ptr_cb++ = ptr_ext_sorted_cw[ext_sorted_cw_idx]; in ixheaacd_nonpcw_sideinfo_init()
181 ext_sorted_cw_idx++; in ixheaacd_nonpcw_sideinfo_init()
183 ext_sorted_cw_idx >= (MAX_SFB_HCR + MAX_HCR_SETS)) { in ixheaacd_nonpcw_sideinfo_init()
194 ptr_hcr_info->sect_info.ext_sorted_cw_idx = ext_sorted_cw_idx; in ixheaacd_nonpcw_sideinfo_init()
1089 WORD32 ext_sorted_cw_idx = ptr_hcr_info->sect_info.ext_sorted_cw_idx; in ixheaacd_decode_pcw() local
1117 codebook = ptr_ext_sorted_cw[ext_sorted_cw_idx]; in ixheaacd_decode_pcw()
1120 ext_sorted_cw_idx++; in ixheaacd_decode_pcw()
1121 if (ext_sorted_cw_idx >= (MAX_SFB_HCR + MAX_HCR_SETS)) { in ixheaacd_decode_pcw()
[all …]
Dixheaacd_channelinfo.h243 WORD32 ext_sorted_cw_idx; member