Home
last modified time | relevance | path

Searched refs:ele_type (Results 1 – 10 of 10) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_aacdecoder.c103 WORD ch, ele_type; in ixheaacd_aacdec_decodeframe() local
300 ele_type = *type; in ixheaacd_aacdec_decodeframe()
306 while (ele_type != ID_END && aac_dec_handle->frame_status) { in ixheaacd_aacdec_decodeframe()
307 ele_type = (WORD)ixheaacd_read_bits_buf(it_bit_buff, 3); in ixheaacd_aacdec_decodeframe()
317 if ((ele_type == ID_FIL) || (ele_type == ID_DSE) || (new_element == 0)) { in ixheaacd_aacdec_decodeframe()
318 ele_type = (WORD)ixheaacd_read_bits_buf(it_bit_buff, 3); in ixheaacd_aacdec_decodeframe()
320 } else if ((ele_type != ID_END)) { in ixheaacd_aacdec_decodeframe()
321 ele_type = -1; in ixheaacd_aacdec_decodeframe()
324 ele_type = (WORD)ixheaacd_read_bits_buf(it_bit_buff, 3); in ixheaacd_aacdec_decodeframe()
331 switch (ele_type) { in ixheaacd_aacdec_decodeframe()
[all …]
Dixheaacd_rvlc.h12 WORD32 ele_type);
Dixheaacd_multichannel.h29 ia_eld_specific_config_struct eld_specific_config, WORD32 ele_type);
Dixheaacd_aacdec.h76 ia_eld_specific_config_struct eld_specific_config, WORD32 ele_type);
Dixheaacd_channel.c207 WORD32 ele_type, ia_aac_dec_overlap_info *ptr_aac_dec_static_channel_info) in ixheaacd_read_block_data() argument
281 ixheaacd_hcr_read(it_bit_buff, ptr_aac_dec_channel_info, ele_type); in ixheaacd_read_block_data()
465 ia_eld_specific_config_struct eld_specific_config, WORD32 ele_type) { in ixheaacd_individual_ch_stream() argument
510 eld_specific_config.aac_sf_data_resil_flag, ele_type, in ixheaacd_individual_ch_stream()
524 (ele_type == ID_CPE)) { in ixheaacd_individual_ch_stream()
Dixheaacd_multichannel.c138 ia_eld_specific_config_struct eld_specific_config, WORD32 ele_type) { in ixheaacd_dec_coupling_channel_element() argument
197 eld_specific_config, ele_type); in ixheaacd_dec_coupling_channel_element()
Dixheaacd_create.c294 UWORD32 ele_type; in ixheaacd_decode_init() local
309 ele_type = ptr_usac_config->str_usac_dec_config.usac_element_type[ele_id]; in ixheaacd_decode_init()
313 switch (ele_type) { in ixheaacd_decode_init()
Dixheaacd_rev_vlc.c920 WORD32 ele_type) { in ixheaacd_hcr_read() argument
928 if (ele_type == ID_CPE) { in ixheaacd_hcr_read()
937 } else if (ele_type == ID_SCE || ele_type == ID_LFE || ele_type == ID_CCE) { in ixheaacd_hcr_read()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfolding_rules.cpp520 const analysis::Type* ele_type = vector_type->element_type(); in PerformOperation() local
530 input1_comp = const_mgr->GetConstant(ele_type, {}); in PerformOperation()
539 input2_comp = const_mgr->GetConstant(ele_type, {}); in PerformOperation()
542 if (ele_type->AsFloat()) { in PerformOperation()
546 assert(ele_type->AsInteger()); in PerformOperation()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dfolding_rules.cpp520 const analysis::Type* ele_type = vector_type->element_type(); in PerformOperation() local
530 input1_comp = const_mgr->GetConstant(ele_type, {}); in PerformOperation()
539 input2_comp = const_mgr->GetConstant(ele_type, {}); in PerformOperation()
542 if (ele_type->AsFloat()) { in PerformOperation()
546 assert(ele_type->AsInteger()); in PerformOperation()