Home
last modified time | relevance | path

Searched refs:frame_context_idx (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.c340 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()
Dvp9_entropymv.c183 const nmv_context *pre_fc = &cm->frame_contexts[cm->frame_context_idx].nmvc; in vp9_adapt_mv_probs()
Dvp9_entropy.c773 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx]; in adapt_coef_probs()
Dvp9_onyxc_int.h250 unsigned int frame_context_idx; /* Context to use/update */ member
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1990 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()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c241 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;
Dvp9_bitstream.c1144 vpx_wb_write_literal(wb, cm->frame_context_idx, FRAME_CONTEXTS_LOG2); in write_uncompressed_header()