Home
last modified time | relevance | path

Searched refs:coeff_runv (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvp6.c223 memcpy(model->coeff_runv, vp6_def_runv_coeff_model, sizeof(model->coeff_runv)); in vp6_default_models_init()
312 model->coeff_runv[cg][node] = vp56_rac_gets_nn(c, 7); in vp6_parse_coeff_models()
330 if (vp6_build_huff_tree(s, model->coeff_runv[pt], in vp6_parse_coeff_models()
527 model3 = model->coeff_runv[coeff_idx >= 6]; in vp6_parse_coeff()
Dvp56.h121 uint8_t coeff_runv[2][14]; /* run value (vp6 only) */ member