Searched refs:vector_dct (Results 1 – 3 of 3) sorted by relevance
95 if (vp56_rac_get_prob_branchy(c, model->vector_dct[comp])) { in vp5_parse_vector_adjustment()119 model->vector_dct[comp] = vp56_rac_gets_nn(c, 7); in vp5_parse_vector_models()272 model->vector_dct[i] = 0x80; in vp5_default_models_init()
215 model->vector_dct[0] = 0xA2; in vp6_default_models_init()216 model->vector_dct[1] = 0xA4; in vp6_default_models_init()237 model->vector_dct[comp] = vp56_rac_gets_nn(c, 7); in vp6_parse_vector_models()364 if (vp56_rac_get_prob_branchy(c, model->vector_dct[comp])) { in vp6_parse_vector_adjustment()
113 uint8_t vector_dct[2]; /* delta coding types */ member