Searched refs:vp9_default_probs (Results 1 – 3 of 3) sorted by relevance
453 static const prob_context vp9_default_probs = { variable
1075 s->prob_ctx[3].p = vp9_default_probs; in decode_parser_header()1085 s->prob_ctx[c].p = vp9_default_probs; in decode_parser_header()
52 static const prob_context vp9_default_probs = { variable1259 memcpy(&pic_param->prob.tx32p, &vp9_default_probs.tx32p, sizeof(vp9_default_probs.tx32p)); in hal_vp9d_prob_default()1260 memcpy(&pic_param->prob.tx16p, &vp9_default_probs.tx16p, sizeof(vp9_default_probs.tx16p)); in hal_vp9d_prob_default()1261 memcpy(&pic_param->prob.tx8p, &vp9_default_probs.tx8p, sizeof(vp9_default_probs.tx8p)); in hal_vp9d_prob_default()1262 memcpy(&pic_param->prob.skip, &vp9_default_probs.skip, sizeof(vp9_default_probs.skip)); in hal_vp9d_prob_default()