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.c366 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx]; in vp9_adapt_mode_probs()
475 cm->frame_contexts[i] = cm->fc; in vp9_setup_past_independence()
478 cm->frame_contexts[cm->frame_context_idx] = cm->fc; in vp9_setup_past_independence()
Dvp9_onyxc_int.h41 typedef struct frame_contexts { struct
196 FRAME_CONTEXT frame_contexts[NUM_FRAME_CONTEXTS]; member
Dvp9_entropy.c381 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx]; in adapt_coef_probs()
Dvp9_entropymv.c207 const nmv_context *pre_fc = &cm->frame_contexts[cm->frame_context_idx].nmvc; in vp9_adapt_mv_probs()
/external/libvpx/libvpx/vp8/common/
Donyxc_int.h37 typedef struct frame_contexts struct
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c133 cm->fc = cm->frame_contexts[cm->frame_context_idx]; in vp9_setup_inter_frame()
Dvp9_onyx_if.c3991 cm->frame_contexts[cm->frame_context_idx] = cm->fc;
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodframe.c1339 cm->fc = cm->frame_contexts[cm->frame_context_idx]; in vp9_decode_frame()
1381 cm->frame_contexts[cm->frame_context_idx] = cm->fc; in vp9_decode_frame()