Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvp9shared.h109 uint8_t framectxid; member
H A 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()
H A Dnvdec_vp9.c66 .frameContextIdx = h->h.framectxid, in nvdec_vp9_start_frame()
H A Dvaapi_vp9.c65 .frame_context_idx = h->h.framectxid, in vaapi_vp9_start_frame()
H A Dvdpau_vp9.c65 info->frameContextIdx = h->h.framectxid; in vdpau_vp9_start_frame()
H A Ddxva2_vp9.c68 (h->h.framectxid << 9) | in fill_picture_parameters()
H A Dvp9.c636 s->s.h.framectxid = c = get_bits(&s->gb, 2); in decode_frame_header()
638 s->s.h.framectxid = 0; // BUG: libvpx ignores this field in keyframes in decode_frame_header()
1667 memcpy(s->prob_ctx[s->s.h.framectxid].coef[i][j][k][l][m], in vp9_decode_frame()
1672 s->prob_ctx[s->s.h.framectxid].p = s->prob.p; in vp9_decode_frame()

Completed in 7 milliseconds