Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_huff_code_reorder.c444 UWORD8 *ptr_sorted_cb = ptr_hcr_info->sect_info.ptr_sorted_cb; in ixheaacd_huff_sort_sect_cb_cwd() local
460 ptr_dest = ptr_sorted_cb; in ixheaacd_huff_sort_sect_cb_cwd()
476 if (ptr_sorted_cb[i + 1] > ptr_sorted_cb[i]) { in ixheaacd_huff_sort_sect_cb_cwd()
477 temp = ptr_sorted_cb[i]; in ixheaacd_huff_sort_sect_cb_cwd()
478 ptr_sorted_cb[i] = ptr_sorted_cb[i + 1]; in ixheaacd_huff_sort_sect_cb_cwd()
479 ptr_sorted_cb[i + 1] = temp; in ixheaacd_huff_sort_sect_cb_cwd()
494 (ptr_min_cb_pair_tbl[ptr_sorted_cb[j]] == ptr_cb[i] || in ixheaacd_huff_sort_sect_cb_cwd()
495 ptr_max_cb_pair_tbl[ptr_sorted_cb[j]] == ptr_cb[i])) { in ixheaacd_huff_sort_sect_cb_cwd()
497 ptr_sorted_cb[j] = ptr_cb[i]; in ixheaacd_huff_sort_sect_cb_cwd()
524 UWORD8 *ptr_sorted_cb = ptr_hcr_info->sect_info.ptr_sorted_cb; in ixheaacd_huff_ext_sect_info() local
[all …]
Dixheaacd_channelinfo.h240 UWORD8 ptr_sorted_cb[MAX_SFB_HCR]; member