Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.c354 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx]; in vp9_adapt_mode_probs()
461 cm->frame_contexts[i] = cm->fc; in vp9_setup_past_independence()
464 cm->frame_contexts[cm->frame_context_idx] = cm->fc; in vp9_setup_past_independence()
Dvp9_entropymode.h40 typedef struct frame_contexts { struct
Dvp9_entropy.c747 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.h174 FRAME_CONTEXT frame_contexts[FRAME_CONTEXTS]; member
/external/libvpx/libvpx/vp8/common/
Donyxc_int.h41 typedef struct frame_contexts struct
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1422 cm->fc = cm->frame_contexts[cm->frame_context_idx]; in vp9_decode_frame()
1460 cm->frame_contexts[cm->frame_context_idx] = cm->fc; in vp9_decode_frame()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c135 cm->fc = cm->frame_contexts[cm->frame_context_idx]; in setup_frame()
2713 cm->frame_contexts[cm->frame_context_idx] = cm->fc; in vp9_get_compressed_data()