/external/libxaac/decoder/ |
D | ixheaacd_aacdecoder.c | 100 WORD ch, ele_type; in ixheaacd_aacdec_decodeframe() local 297 ele_type = *type; in ixheaacd_aacdec_decodeframe() 303 while (ele_type != ID_END && aac_dec_handle->frame_status) { in ixheaacd_aacdec_decodeframe() 304 ele_type = (WORD)ixheaacd_read_bits_buf(it_bit_buff, 3); in ixheaacd_aacdec_decodeframe() 314 if ((ele_type == ID_FIL) || (ele_type == ID_DSE) || (new_element == 0)) { in ixheaacd_aacdec_decodeframe() 315 ele_type = (WORD)ixheaacd_read_bits_buf(it_bit_buff, 3); in ixheaacd_aacdec_decodeframe() 317 } else if ((ele_type != ID_END)) { in ixheaacd_aacdec_decodeframe() 318 ele_type = -1; in ixheaacd_aacdec_decodeframe() 321 ele_type = (WORD)ixheaacd_read_bits_buf(it_bit_buff, 3); in ixheaacd_aacdec_decodeframe() 328 switch (ele_type) { in ixheaacd_aacdec_decodeframe() [all …]
|
D | ixheaacd_rvlc.h | 12 WORD32 ele_type);
|
D | ixheaacd_multichannel.h | 29 ia_eld_specific_config_struct eld_specific_config, WORD32 ele_type);
|
D | ixheaacd_aacdec.h | 76 ia_eld_specific_config_struct eld_specific_config, WORD32 ele_type);
|
D | ixheaacd_multichannel.c | 138 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()
|
D | ixheaacd_create.c | 296 UWORD32 ele_type; in ixheaacd_decode_init() local 311 ele_type = ptr_usac_config->str_usac_dec_config.usac_element_type[ele_id]; in ixheaacd_decode_init() 315 switch (ele_type) { in ixheaacd_decode_init()
|
D | ixheaacd_channel.c | 207 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() 466 ia_eld_specific_config_struct eld_specific_config, WORD32 ele_type) { in ixheaacd_individual_ch_stream() argument 511 eld_specific_config.aac_sf_data_resil_flag, ele_type, in ixheaacd_individual_ch_stream() 525 (ele_type == ID_CPE)) { in ixheaacd_individual_ch_stream()
|
D | ixheaacd_rev_vlc.c | 920 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/tensorflow/tensorflow/compiler/mlir/lite/quantization/ |
D | quantization_utils.cc | 127 auto ele_type = quant::QuantizedType::getQuantizedElementType(input); in RescaleQuantizedType() local 128 if (!ele_type) return {}; in RescaleQuantizedType() 129 if (auto qtype = ele_type.dyn_cast<quant::UniformQuantizedPerAxisType>()) { in RescaleQuantizedType() 340 if (auto ele_type = type.dyn_cast_or_null<TensorType>()) in GetUniformQuantizedTypeForWeight() local 341 return ele_type.getElementType(); in GetUniformQuantizedTypeForWeight() 370 if (auto ele_type = type.dyn_cast_or_null<TensorType>()) in GetUniformQuantizedPerAxisTypeForWeight() local 371 return ele_type.getElementType(); in GetUniformQuantizedPerAxisTypeForWeight()
|
D | quantization_utils.h | 248 auto ele_type = operand.getType().cast<TensorType>().getElementType(); in matchAndRewrite() local 251 } else if (ele_type.isSignlessInteger()) { in matchAndRewrite()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/ |
D | lstm_utils.cc | 64 auto ele_type = RankedTensorType::get({1}, builder->getF32Type()); in CreatTfF32ConstOp() local 65 auto attr = DenseElementsAttr::get(ele_type, val); in CreatTfF32ConstOp()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | folding_rules.cpp | 559 const analysis::Type* ele_type = vector_type->element_type(); in PerformOperation() local 569 input1_comp = const_mgr->GetConstant(ele_type, {}); in PerformOperation() 578 input2_comp = const_mgr->GetConstant(ele_type, {}); in PerformOperation() 581 if (ele_type->AsFloat()) { in PerformOperation() 585 assert(ele_type->AsInteger()); in PerformOperation()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | folding_rules.cpp | 559 const analysis::Type* ele_type = vector_type->element_type(); in PerformOperation() local 569 input1_comp = const_mgr->GetConstant(ele_type, {}); in PerformOperation() 578 input2_comp = const_mgr->GetConstant(ele_type, {}); in PerformOperation() 581 if (ele_type->AsFloat()) { in PerformOperation() 585 assert(ele_type->AsInteger()); in PerformOperation()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | folding_rules.cpp | 612 const analysis::Type* ele_type = vector_type->element_type(); in PerformOperation() local 622 input1_comp = const_mgr->GetConstant(ele_type, {}); in PerformOperation() 631 input2_comp = const_mgr->GetConstant(ele_type, {}); in PerformOperation() 634 if (ele_type->AsFloat()) { in PerformOperation() 638 assert(ele_type->AsInteger()); in PerformOperation()
|