Lines Matching refs:prob_ctx
859 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()
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()
1872 memcpy(&s->prob_ctx, &ssrc->prob_ctx, sizeof(s->prob_ctx)); in vp9_decode_update_thread_context()