Home
last modified time | relevance | path

Searched refs:framectxid (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvp9shared.h109 uint8_t framectxid; member
Dvp9prob.c49 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()
Dvaapi_vp9.c65 .frame_context_idx = h->h.framectxid, in vaapi_vp9_start_frame()
Dnvdec_vp9.c66 .frameContextIdx = h->h.framectxid, in nvdec_vp9_start_frame()
Dvdpau_vp9.c66 info->frameContextIdx = h->h.framectxid; in vdpau_vp9_start_frame()
Ddxva2_vp9.c66 (h->h.framectxid << 9) | in fill_picture_parameters()
Dvp9.c639 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()