Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_common_lpfuncs.c100 WORD ch_idx; in ixheaacd_get_channel_mask() local
106 for (ch_idx = 0; ch_idx < MAX_BS_ELEMENT; ch_idx++) { in ixheaacd_get_channel_mask()
107 if (ptr_element_type[ch_idx] == 1) { in ixheaacd_get_channel_mask()
109 ptr_slot_element[ch_idx] = ixheaacd_drc_offset; in ixheaacd_get_channel_mask()
111 flag1 = ch_idx + 1; in ixheaacd_get_channel_mask()
116 for (ch_idx = 0; ch_idx < MAX_BS_ELEMENT; ch_idx++) { in ixheaacd_get_channel_mask()
117 if (ptr_element_type[ch_idx] == 0) { in ixheaacd_get_channel_mask()
119 ptr_slot_element[ch_idx] = ixheaacd_drc_offset; in ixheaacd_get_channel_mask()
121 flag2 = ch_idx + 1; in ixheaacd_get_channel_mask()
125 for (ch_idx = 0; ch_idx < MAX_BS_ELEMENT; ch_idx++) { in ixheaacd_get_channel_mask()
[all …]
Dixheaacd_api.c1313 WORD ch_idx; in ixheaacd_dec_init() local
1425 for (ch_idx = 0; ch_idx < MAX_BS_ELEMENT; ch_idx++) { in ixheaacd_dec_init()
1426 p_state_enhaacplus_dec->str_sbr_dec_info[ch_idx] = 0; in ixheaacd_dec_init()
1604 for (ch_idx = 0; ch_idx < MAX_BS_ELEMENT; ch_idx++) { in ixheaacd_dec_init()
1608 p_state_enhaacplus_dec->pstr_aac_dec_info[ch_idx] = in ixheaacd_dec_init()
1616 if (!p_state_enhaacplus_dec->pstr_aac_dec_info[ch_idx]) { in ixheaacd_dec_init()
1780 ch_idx = 0; in ixheaacd_dec_init()
1785 if (ch_idx >= elements_number) { in ixheaacd_dec_init()
1796 p_state_enhaacplus_dec->pstr_aac_dec_info[ch_idx]->p_ind_channel_info = in ixheaacd_dec_init()
1801 &type, &ch_idx, 1, 2, in ixheaacd_dec_init()
[all …]
Dixheaacd_aacdecoder.c91 FLAG frame_status, WORD *type, WORD *ch_idx, WORD init_flag, WORD channel, in ixheaacd_aacdec_decodeframe() argument
132 aac_dec_handle = p_state_enhaacplus_dec->pstr_aac_dec_info[*ch_idx]; in ixheaacd_aacdec_decodeframe()
356 element_index_order[*ch_idx] = in ixheaacd_aacdec_decodeframe()
448 &element_index_order[*ch_idx], in ixheaacd_aacdec_decodeframe()
572 p_obj_exhaacplus_dec->aac_config.element_type[*ch_idx] = ele_type; in ixheaacd_aacdec_decodeframe()
603 element_index_order[*ch_idx] = in ixheaacd_aacdec_decodeframe()
700 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.h260 FLAG frame_status, WORD *type, WORD *ch_idx, WORD init_flag, WORD channel,
/external/libaom/libaom/av1/encoder/
Dpartition_strategy.c158 for (int ch_idx = 0; ch_idx < CNN_BRANCH_0_OUT_CH; ch_idx++) { in av1_intra_mode_cnn_partition() local
159 dnn_features[f_idx++] = branch_0[ch_idx]; in av1_intra_mode_cnn_partition()
164 for (int ch_idx = 0; ch_idx < CNN_BRANCH_1_OUT_CH; ch_idx++) { in av1_intra_mode_cnn_partition() local
165 dnn_features[f_idx++] = branch_1[lin_idx + ch_idx * spa_stride]; in av1_intra_mode_cnn_partition()
177 for (int ch_idx = 0; ch_idx < CNN_BRANCH_1_OUT_CH; ch_idx++) { in av1_intra_mode_cnn_partition() local
178 dnn_features[f_idx++] = branch_1[curr_lin_idx + ch_idx * spa_stride]; in av1_intra_mode_cnn_partition()
186 for (int ch_idx = 0; ch_idx < CNN_BRANCH_1_OUT_CH; ch_idx++) { in av1_intra_mode_cnn_partition() local
187 dnn_features[f_idx++] = branch_1[prev_lin_idx + ch_idx * prev_spa_stride]; in av1_intra_mode_cnn_partition()
192 for (int ch_idx = 0; ch_idx < CNN_BRANCH_2_OUT_CH; ch_idx++) { in av1_intra_mode_cnn_partition() local
193 dnn_features[f_idx++] = branch_2[curr_lin_idx + ch_idx * spa_stride]; in av1_intra_mode_cnn_partition()
[all …]
/external/libxaac/decoder/drc_src/
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()