Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymode.c354 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx]; in vp9_adapt_mode_probs()
464 cm->frame_contexts[cm->frame_context_idx] = cm->fc; in vp9_setup_past_independence()
475 cm->frame_context_idx = 0; in vp9_setup_past_independence()
Dvp9_entropy.c739 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx]; in adapt_coef_probs()
Dvp9_entropymv.c200 const nmv_context *pre_fc = &cm->frame_contexts[cm->frame_context_idx].nmvc; in vp9_adapt_mv_probs()
Dvp9_onyxc_int.h178 unsigned int frame_context_idx; /* Context to use/update */ member
/hardware/intel/common/libva/va/
Dva_dec_vp9.h104 uint32_t frame_context_idx : 2; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c1133 cm->frame_context_idx = vp9_rb_read_literal(rb, FRAME_CONTEXTS_LOG2); in read_uncompressed_header()
1302 cm->fc = cm->frame_contexts[cm->frame_context_idx]; in vp9_decode_frame()
1340 cm->frame_contexts[cm->frame_context_idx] = cm->fc; in vp9_decode_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_if.c146 assert(cm->frame_context_idx < FRAME_CONTEXTS); in setup_inter_frame()
147 cm->fc = cm->frame_contexts[cm->frame_context_idx]; in setup_inter_frame()
2254 cm->frame_context_idx = cpi->refresh_alt_ref_frame;
2312 cpi->common.frame_context_idx = cpi->refresh_alt_ref_frame;
3220 cm->frame_contexts[cm->frame_context_idx] = cm->fc;
Dvp9_bitstream.c1103 vp9_wb_write_literal(wb, cm->frame_context_idx, FRAME_CONTEXTS_LOG2);