Searched refs:frame_context_idx (Results 1 – 7 of 7) sorted by relevance
340 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx]; in vp9_adapt_mode_probs()458 cm->frame_contexts[cm->frame_context_idx] = *cm->fc; in vp9_setup_past_independence()468 cm->frame_context_idx = 0; in vp9_setup_past_independence()
183 const nmv_context *pre_fc = &cm->frame_contexts[cm->frame_context_idx].nmvc; in vp9_adapt_mv_probs()
773 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx]; in adapt_coef_probs()
249 unsigned int frame_context_idx; /* Context to use/update */ member
1962 cm->frame_context_idx = vpx_rb_read_literal(rb, FRAME_CONTEXTS_LOG2); in read_uncompressed_header()2173 *cm->fc = cm->frame_contexts[cm->frame_context_idx]; in vp9_decode_frame()2197 cm->frame_contexts[cm->frame_context_idx] = *cm->fc; in vp9_decode_frame()2245 cm->frame_contexts[cm->frame_context_idx] = *cm->fc; in vp9_decode_frame()
240 cm->frame_context_idx = cpi->refresh_alt_ref_frame; in setup_frame()249 *cm->fc = cm->frame_contexts[cm->frame_context_idx]; in setup_frame()3708 cm->frame_context_idx = 0;3710 cm->frame_context_idx = FRAME_CONTEXTS - 1;3712 cm->frame_context_idx =4355 cm->frame_contexts[cm->frame_context_idx] = *cm->fc;
1144 vpx_wb_write_literal(wb, cm->frame_context_idx, FRAME_CONTEXTS_LOG2); in write_uncompressed_header()