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;
69 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()
165 vpx_free(cm->frame_contexts); in vp9_remove_common()166 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
130 cm, cm->frame_contexts, in vp9_decoder_create()131 (FRAME_CONTEXT *)vpx_calloc(FRAME_CONTEXTS, sizeof(*cm->frame_contexts))); in vp9_decoder_create()
2519 *cm->fc = cm->frame_contexts[cm->frame_context_idx]; in vp9_decode_frame()2584 cm->frame_contexts[cm->frame_context_idx] = *cm->fc; in vp9_decode_frame()
143 &cm->frame_contexts[cm->frame_context_idx]; in compute_context_model_diff()814 *cm->fc = cm->frame_contexts[cm->frame_context_idx]; in setup_frame()2137 cm, cm->frame_contexts, in vp9_create_compressor()2138 (FRAME_CONTEXT *)vpx_calloc(FRAME_CONTEXTS, sizeof(*cm->frame_contexts))); in vp9_create_compressor()6771 cm->frame_contexts[cm->frame_context_idx] = *cm->fc;