Home
last modified time | relevance | path

Searched refs:prob_ctx (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvp9.c859 s->prob_ctx[0].p = s->prob_ctx[1].p = s->prob_ctx[2].p = in decode_frame_header()
860 s->prob_ctx[3].p = ff_vp9_default_probs; in decode_frame_header()
861 memcpy(s->prob_ctx[0].coef, ff_vp9_default_coef_probs, in decode_frame_header()
863 memcpy(s->prob_ctx[1].coef, ff_vp9_default_coef_probs, in decode_frame_header()
865 memcpy(s->prob_ctx[2].coef, ff_vp9_default_coef_probs, in decode_frame_header()
867 memcpy(s->prob_ctx[3].coef, ff_vp9_default_coef_probs, in decode_frame_header()
870 s->prob_ctx[c].p = ff_vp9_default_probs; in decode_frame_header()
871 memcpy(s->prob_ctx[c].coef, ff_vp9_default_coef_probs, in decode_frame_header()
906 s->prob.p = s->prob_ctx[c].p; in decode_frame_header()
935 uint8_t (*ref)[2][6][6][3] = s->prob_ctx[c].coef[i]; in decode_frame_header()
[all …]
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()
Dvp9dec.h129 } prob_ctx[4]; member