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()
250 unsigned int frame_context_idx; /* Context to use/update */ member
1990 cm->frame_context_idx = vpx_rb_read_literal(rb, FRAME_CONTEXTS_LOG2); in read_uncompressed_header()2201 *cm->fc = cm->frame_contexts[cm->frame_context_idx]; in vp9_decode_frame()2225 cm->frame_contexts[cm->frame_context_idx] = *cm->fc; in vp9_decode_frame()2273 cm->frame_contexts[cm->frame_context_idx] = *cm->fc; in vp9_decode_frame()
241 cm->frame_context_idx = cpi->refresh_alt_ref_frame; in setup_frame()250 *cm->fc = cm->frame_contexts[cm->frame_context_idx]; in setup_frame()3765 cm->frame_context_idx = 0;3767 cm->frame_context_idx = FRAME_CONTEXTS - 1;3769 cm->frame_context_idx =4405 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()