Searched refs:ch_idx (Results 1 – 7 of 7) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_common_lpfuncs.c | 102 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 …]
|
D | ixheaacd_api.c | 1259 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 …]
|
D | ixheaacd_aacdecoder.c | 94 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()
|
D | ixheaacd_headerdecode.h | 58 WORD *ch_idx, WORD *channel, WORD *element_index_order, WORD total_elements,
|
D | ixheaacd_struct_def.h | 257 FLAG frame_status, WORD *type, WORD *ch_idx, WORD init_flag, WORD channel,
|
/external/libxaac/decoder/drc_src/ |
D | impd_drc_fiilter_bank.c | 419 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()
|
D | impd_drc_filter_bank.c | 419 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()
|