/third_party/ffmpeg/libavfilter/ |
H A D | vf_dnn_detect.c | 106 int label_id = (int)detections[i * detect_size + 1]; in dnn_detect_post_proc_ov() local 127 if (ctx->labels && label_id < ctx->label_count) { in dnn_detect_post_proc_ov() 128 av_strlcpy(bbox->detect_label, ctx->labels[label_id], sizeof(bbox->detect_label)); in dnn_detect_post_proc_ov() 130 snprintf(bbox->detect_label, sizeof(bbox->detect_label), "%d", label_id); in dnn_detect_post_proc_ov() 147 float *conf, *position, *label_id, x0, y0, x1, y1; in dnn_detect_post_proc_tf() local 156 label_id = output[2].data; in dnn_detect_post_proc_tf() 203 if (ctx->labels && label_id[i] < ctx->label_count) { in dnn_detect_post_proc_tf() 204 av_strlcpy(bbox->detect_label, ctx->labels[(int)label_id[i]], sizeof(bbox->detect_label)); in dnn_detect_post_proc_tf() 206 snprintf(bbox->detect_label, sizeof(bbox->detect_label), "%d", (int)label_id[i]); in dnn_detect_post_proc_tf()
|
H A D | vf_dnn_classify.c | 71 uint32_t label_id; in dnn_classify_post_proc() local 92 label_id = 0; in dnn_classify_post_proc() 96 label_id = i; in dnn_classify_post_proc() 108 if (ctx->labels && label_id < ctx->label_count) { in dnn_classify_post_proc() 109 av_strlcpy(bbox->classify_labels[bbox->classify_count], ctx->labels[label_id], sizeof(bbox->classify_labels[bbox->classify_count])); in dnn_classify_post_proc() 111 snprintf(bbox->classify_labels[bbox->classify_count], sizeof(bbox->classify_labels[bbox->classify_count]), "%d", label_id); in dnn_classify_post_proc()
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-ot-name.c | 38 hb_ot_name_id_t label_id; in test_ot_layout_feature_get_name_ids_and_characters() local 54 &label_id, &tooltip_id, &sample_id, in test_ot_layout_feature_get_name_ids_and_characters() 58 g_assert_cmpint (label_id, ==, 256); in test_ot_layout_feature_get_name_ids_and_characters()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | basic_block.cpp | 24 BasicBlock::BasicBlock(uint32_t label_id) in BasicBlock() argument 25 : id_(label_id), in BasicBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | basic_block.cpp | 24 BasicBlock::BasicBlock(uint32_t label_id) in BasicBlock() argument 25 : id_(label_id), in BasicBlock()
|
/third_party/spirv-tools/source/val/ |
H A D | basic_block.cpp | 23 BasicBlock::BasicBlock(uint32_t label_id) in BasicBlock() argument 24 : id_(label_id), in BasicBlock()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | propagator.cpp | 218 const_block.ForEachSuccessorLabel([this, &block](const uint32_t label_id) { in Initialize() 220 ctx_->get_instr_block(get_def_use_mgr()->GetDef(label_id)); in Initialize()
|
H A D | basic_block.cpp | 240 BasicBlock* BasicBlock::SplitBasicBlock(IRContext* context, uint32_t label_id, in SplitBasicBlock() argument 246 context, SpvOpLabel, 0, label_id, std::initializer_list<Operand>{})); in SplitBasicBlock()
|
H A D | inline_pass.cpp | 57 void InlinePass::AddBranch(uint32_t label_id, in AddBranch() argument 61 {{spv_operand_type_t::SPV_OPERAND_TYPE_ID, {label_id}}})); in AddBranch() 115 std::unique_ptr<Instruction> InlinePass::NewLabel(uint32_t label_id) { in NewLabel() argument 117 new Instruction(context(), SpvOpLabel, 0, label_id, {})); in NewLabel()
|
H A D | mem_pass.cpp | 425 this](uint32_t label_id) { 426 auto successor = cfg()->block(label_id);
|
H A D | basic_block.h | 217 // |label_id| containing the instructions from |iter| onwards. Instructions 220 BasicBlock* SplitBasicBlock(IRContext* context, uint32_t label_id,
|
H A D | inline_pass.h | 71 std::unique_ptr<Instruction> NewLabel(uint32_t label_id);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | propagator.cpp | 218 const_block.ForEachSuccessorLabel([this, &block](const uint32_t label_id) { in Initialize() 220 ctx_->get_instr_block(get_def_use_mgr()->GetDef(label_id)); in Initialize()
|
H A D | basic_block.cpp | 240 BasicBlock* BasicBlock::SplitBasicBlock(IRContext* context, uint32_t label_id, in SplitBasicBlock() argument 246 context, SpvOpLabel, 0, label_id, std::initializer_list<Operand>{})); in SplitBasicBlock()
|
H A D | inline_pass.cpp | 57 void InlinePass::AddBranch(uint32_t label_id, in AddBranch() argument 61 {{spv_operand_type_t::SPV_OPERAND_TYPE_ID, {label_id}}})); in AddBranch() 115 std::unique_ptr<Instruction> InlinePass::NewLabel(uint32_t label_id) { in NewLabel() argument 117 new Instruction(context(), SpvOpLabel, 0, label_id, {})); in NewLabel()
|
H A D | mem_pass.cpp | 425 this](uint32_t label_id) { 426 auto successor = cfg()->block(label_id);
|
/third_party/spirv-tools/source/opt/ |
H A D | propagator.cpp | 218 const_block.ForEachSuccessorLabel([this, &block](const uint32_t label_id) { in Initialize() 220 ctx_->get_instr_block(get_def_use_mgr()->GetDef(label_id)); in Initialize()
|
H A D | basic_block.cpp | 237 BasicBlock* BasicBlock::SplitBasicBlock(IRContext* context, uint32_t label_id, in SplitBasicBlock() argument 242 MakeUnique<Instruction>(context, spv::Op::OpLabel, 0, label_id, in SplitBasicBlock()
|
H A D | inline_pass.cpp | 57 void InlinePass::AddBranch(uint32_t label_id, in AddBranch() argument 61 {{spv_operand_type_t::SPV_OPERAND_TYPE_ID, {label_id}}})); in AddBranch() 115 std::unique_ptr<Instruction> InlinePass::NewLabel(uint32_t label_id) { in NewLabel() argument 117 new Instruction(context(), spv::Op::OpLabel, 0, label_id, {})); in NewLabel()
|
H A D | mem_pass.cpp | 428 this](uint32_t label_id) { 429 auto successor = cfg()->block(label_id);
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-layout.cc | 1684 * @label_id: (out) (optional): The ‘name’ table name ID that specifies a string 1707 hb_ot_name_id_t *label_id, /* OUT. May be NULL */ in hb_ot_layout_feature_get_name_ids() 1725 if (label_id) *label_id = ss_params.uiNameID; in hb_ot_layout_feature_get_name_ids() 1737 if (label_id) *label_id = cv_params.featUILableNameID; in hb_ot_layout_feature_get_name_ids() 1746 if (label_id) *label_id = HB_OT_NAME_ID_INVALID; in hb_ot_layout_feature_get_name_ids() 1704 hb_ot_layout_feature_get_name_ids(hb_face_t *face, hb_tag_t table_tag, unsigned int feature_index, hb_ot_name_id_t *label_id, hb_ot_name_id_t *tooltip_id, hb_ot_name_id_t *sample_id, unsigned int *num_named_parameters, hb_ot_name_id_t *first_param_id ) hb_ot_layout_feature_get_name_ids() argument
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
H A D | function.h | 53 uint32_t label_id() const { return label_op_.to_i(); } in label_id() function in tint::writer::spirv::Function
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_propagate_instruction_up.cpp | 25 uint32_t label_id) { in GetResultIdFromLabelId() 29 if (phi_inst.GetSingleWordInOperand(i) == label_id) { in GetResultIdFromLabelId() 24 GetResultIdFromLabelId(const opt::Instruction& phi_inst, uint32_t label_id) GetResultIdFromLabelId() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_propagate_instruction_up.cpp | 25 uint32_t label_id) { in GetResultIdFromLabelId() 29 if (phi_inst.GetSingleWordInOperand(i) == label_id) { in GetResultIdFromLabelId() 24 GetResultIdFromLabelId(const opt::Instruction& phi_inst, uint32_t label_id) GetResultIdFromLabelId() argument
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_propagate_instruction_up.cpp | 25 uint32_t label_id) { in GetResultIdFromLabelId() 29 if (phi_inst.GetSingleWordInOperand(i) == label_id) { in GetResultIdFromLabelId() 24 GetResultIdFromLabelId(const opt::Instruction& phi_inst, uint32_t label_id) GetResultIdFromLabelId() argument
|