Searched refs:model2 (Results 1 - 3 of 3) sorted by relevance
| /third_party/ffmpeg/libavcodec/ |
| H A D | vp5.c | 187 uint8_t *model1, *model2; in vp5_parse_coeff() local 205 model2 = model->coeff_dcct[pt][ctx]; in vp5_parse_coeff() 209 if (vp56_rac_get_prob_branchy(c, model2[0])) { in vp5_parse_coeff() 210 if (vp56_rac_get_prob_branchy(c, model2[2])) { in vp5_parse_coeff() 211 if (vp56_rac_get_prob_branchy(c, model2[3])) { in vp5_parse_coeff() 219 if (vp56_rac_get_prob_branchy(c, model2[4])) { in vp5_parse_coeff() 240 if (ct && !vp56_rac_get_prob_branchy(c, model2[1])) in vp5_parse_coeff() 252 model2 = cg > 2 ? model1 : model->coeff_acct[pt][ct][cg][ctx]; in vp5_parse_coeff()
|
| H A D | vp6.c | 474 uint8_t *model1, *model2, *model3; in vp6_parse_coeff() local 493 model2 = model->coeff_dcct[pt][ctx]; in vp6_parse_coeff() 497 if ((coeff_idx>1 && ct==0) || vp56_rac_get_prob_branchy(c, model2[0])) { in vp6_parse_coeff() 499 if (vp56_rac_get_prob_branchy(c, model2[2])) { in vp6_parse_coeff() 500 if (vp56_rac_get_prob_branchy(c, model2[3])) { in vp6_parse_coeff() 506 if (vp56_rac_get_prob_branchy(c, model2[4])) in vp6_parse_coeff() 527 if (!vp56_rac_get_prob_branchy(c, model2[1])) in vp6_parse_coeff() 541 model1 = model2 = model->coeff_ract[pt][ct][cg]; in vp6_parse_coeff()
|
| /third_party/mindspore/test/unittest/ |
| H A D | mindspore_unit_test.cpp | 532 OH_AI_ModelHandle model2 = OH_AI_ModelCreate(); in HWTEST() local 533 ASSERT_NE(model2, nullptr); in HWTEST() 535 ModelPredict(model2, context, "lenet_train_infer", {}, true, false, true); in HWTEST()
|
Completed in 5 milliseconds