Home
last modified time | relevance | path

Searched refs:ch_idx (Results 1 – 7 of 7) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_common_lpfuncs.c102 WORD ch_idx; in ixheaacd_get_channel_mask() local
108 for (ch_idx = 0; ch_idx < MAX_BS_ELEMENT; ch_idx++) { in ixheaacd_get_channel_mask()
109 if (ptr_element_type[ch_idx] == 1) { in ixheaacd_get_channel_mask()
111 ptr_slot_element[ch_idx] = ixheaacd_drc_offset; in ixheaacd_get_channel_mask()
113 flag1 = ch_idx + 1; in ixheaacd_get_channel_mask()
118 for (ch_idx = 0; ch_idx < MAX_BS_ELEMENT; ch_idx++) { in ixheaacd_get_channel_mask()
119 if (ptr_element_type[ch_idx] == 0) { in ixheaacd_get_channel_mask()
121 ptr_slot_element[ch_idx] = ixheaacd_drc_offset; in ixheaacd_get_channel_mask()
123 flag2 = ch_idx + 1; in ixheaacd_get_channel_mask()
127 for (ch_idx = 0; ch_idx < MAX_BS_ELEMENT; ch_idx++) { in ixheaacd_get_channel_mask()
[all …]
Dixheaacd_api.c1259 WORD ch_idx; in ixheaacd_dec_init() local
1371 for (ch_idx = 0; ch_idx < MAX_BS_ELEMENT; ch_idx++) { in ixheaacd_dec_init()
1372 p_state_enhaacplus_dec->str_sbr_dec_info[ch_idx] = 0; in ixheaacd_dec_init()
1550 for (ch_idx = 0; ch_idx < MAX_BS_ELEMENT; ch_idx++) { in ixheaacd_dec_init()
1554 p_state_enhaacplus_dec->pstr_aac_dec_info[ch_idx] = in ixheaacd_dec_init()
1562 if (!p_state_enhaacplus_dec->pstr_aac_dec_info[ch_idx]) { in ixheaacd_dec_init()
1726 ch_idx = 0; in ixheaacd_dec_init()
1731 if (ch_idx >= elements_number) { in ixheaacd_dec_init()
1742 p_state_enhaacplus_dec->pstr_aac_dec_info[ch_idx]->p_ind_channel_info = in ixheaacd_dec_init()
1747 &type, &ch_idx, 1, 2, in ixheaacd_dec_init()
[all …]
Dixheaacd_aacdecoder.c94 FLAG frame_status, WORD *type, WORD *ch_idx, WORD init_flag, WORD channel, in ixheaacd_aacdec_decodeframe() argument
135 aac_dec_handle = p_state_enhaacplus_dec->pstr_aac_dec_info[*ch_idx]; in ixheaacd_aacdec_decodeframe()
359 element_index_order[*ch_idx] = in ixheaacd_aacdec_decodeframe()
451 &element_index_order[*ch_idx], in ixheaacd_aacdec_decodeframe()
575 p_obj_exhaacplus_dec->aac_config.element_type[*ch_idx] = ele_type; in ixheaacd_aacdec_decodeframe()
606 element_index_order[*ch_idx] = in ixheaacd_aacdec_decodeframe()
703 p_obj_exhaacplus_dec->aac_config.element_type[*ch_idx] = ele_ch - 1; in ixheaacd_aacdec_decodeframe()
Dixheaacd_headerdecode.h58 WORD *ch_idx, WORD *channel, WORD *element_index_order, WORD total_elements,
Dixheaacd_struct_def.h257 FLAG frame_status, WORD *type, WORD *ch_idx, WORD init_flag, WORD channel,
/external/libxaac/decoder/drc_src/
Dimpd_drc_fiilter_bank.c419 ia_all_pass_cascade_struct* str_all_pass_cascade, WORD32 ch_idx, in impd_all_pass_cascade_process() argument
427 ch_idx, win_size, input, input); in impd_all_pass_cascade_process()
Dimpd_drc_filter_bank.c419 ia_all_pass_cascade_struct* str_all_pass_cascade, WORD32 ch_idx, in impd_all_pass_cascade_process() argument
427 ch_idx, win_size, input, input); in impd_all_pass_cascade_process()