Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_huff_code_reorder.c97 ptr_hcr_info->table_info.ptr_max_cw_len_tbl = ixheaacd_max_huff_cw_len_table; in ixheaacd_huff_code_reorder_tbl_init()
535 const UWORD8 *ptr_max_cw_len_tbl = in ixheaacd_huff_ext_sect_info() local
536 ptr_hcr_info->table_info.ptr_max_cw_len_tbl; in ixheaacd_huff_ext_sect_info()
564 min(ptr_max_cw_len_tbl[ptr_extended_sorted_code_book[x_srt_sc_cnt]], in ixheaacd_huff_ext_sect_info()
600 const UWORD8 *ptr_max_cw_len_tbl = in ixheaacd_hcr_prepare_segmentation_grid() local
601 ptr_hcr_info->table_info.ptr_max_cw_len_tbl; in ixheaacd_hcr_prepare_segmentation_grid()
605 segment_width = min(ptr_max_cw_len_tbl[sorted_code_book], longest_cw_len); in ixheaacd_hcr_prepare_segmentation_grid()
Dixheaacd_channelinfo.h208 const UWORD8 *ptr_max_cw_len_tbl; member