Searched refs:frame_contexts (Results 1 – 12 of 12) sorted by relevance
73 struct frame_contexts;74 void av1_reset_cdf_symbol_counters(struct frame_contexts *fc);77 struct frame_contexts;
68 typedef struct frame_contexts { struct
343 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx]; in vp9_adapt_mode_probs()456 for (i = 0; i < FRAME_CONTEXTS; ++i) cm->frame_contexts[i] = *cm->fc; in vp9_setup_past_independence()459 cm->frame_contexts[cm->frame_context_idx] = *cm->fc; in vp9_setup_past_independence()
174 vpx_free(cm->frame_contexts); in vp9_remove_common()175 cm->frame_contexts = NULL; in vp9_remove_common()
44 typedef struct frame_contexts { struct
1058 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx]; in adapt_coef_probs()
158 const nmv_context *pre_fc = &cm->frame_contexts[cm->frame_context_idx].nmvc; in vp9_adapt_mv_probs()
225 FRAME_CONTEXT *frame_contexts; // FRAME_CONTEXTS member
40 typedef struct frame_contexts { struct
181 cm, cm->frame_contexts, in vp9_decoder_create()182 (FRAME_CONTEXT *)vpx_calloc(FRAME_CONTEXTS, sizeof(*cm->frame_contexts))); in vp9_decoder_create()
2986 *cm->fc = cm->frame_contexts[cm->frame_context_idx]; in vp9_decode_frame()3057 cm->frame_contexts[cm->frame_context_idx] = *cm->fc; in vp9_decode_frame()
163 &cm->frame_contexts[cm->frame_context_idx]; in compute_context_model_diff()855 *cm->fc = cm->frame_contexts[cm->frame_context_idx]; in setup_frame()2290 cm, cm->frame_contexts, in vp9_create_compressor()2291 (FRAME_CONTEXT *)vpx_calloc(FRAME_CONTEXTS, sizeof(*cm->frame_contexts))); in vp9_create_compressor()7434 cm->frame_contexts[cm->frame_context_idx] = *cm->fc;