Searched refs:framectxid (Results 1 – 7 of 7) sorted by relevance
109 uint8_t framectxid; member
49 ProbContext *p = &s->prob_ctx[s->s.h.framectxid].p; in ff_vp9_adapt_probs()58 uint8_t *pp = s->prob_ctx[s->s.h.framectxid].coef[i][j][k][l][m]; in ff_vp9_adapt_probs()
65 .frame_context_idx = h->h.framectxid, in vaapi_vp9_start_frame()
66 .frameContextIdx = h->h.framectxid, in nvdec_vp9_start_frame()
66 info->frameContextIdx = h->h.framectxid; in vdpau_vp9_start_frame()
66 (h->h.framectxid << 9) | in fill_picture_parameters()
639 s->s.h.framectxid = c = get_bits(&s->gb, 2); in decode_frame_header()641 s->s.h.framectxid = 0; // BUG: libvpx ignores this field in keyframes in decode_frame_header()1673 memcpy(s->prob_ctx[s->s.h.framectxid].coef[i][j][k][l][m], in vp9_decode_frame()1678 s->prob_ctx[s->s.h.framectxid].p = s->prob.p; in vp9_decode_frame()