Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dentropy.h73 struct frame_contexts;
74 void av1_reset_cdf_symbol_counters(struct frame_contexts *fc);
77 struct frame_contexts;
Dentropymode.h69 typedef struct frame_contexts { struct
/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.c343 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx]; in vp9_adapt_mode_probs()
456 for (i = 0; i < FRAME_CONTEXTS; ++i) cm->frame_contexts[i] = *cm->fc; in vp9_setup_past_independence()
459 cm->frame_contexts[cm->frame_context_idx] = *cm->fc; in vp9_setup_past_independence()
Dvp9_alloccommon.c165 vpx_free(cm->frame_contexts); in vp9_remove_common()
166 cm->frame_contexts = NULL; in vp9_remove_common()
Dvp9_entropymode.h44 typedef struct frame_contexts { struct
Dvp9_entropy.c1058 const FRAME_CONTEXT *pre_fc = &cm->frame_contexts[cm->frame_context_idx]; in adapt_coef_probs()
Dvp9_entropymv.c158 const nmv_context *pre_fc = &cm->frame_contexts[cm->frame_context_idx].nmvc; in vp9_adapt_mv_probs()
Dvp9_onyxc_int.h225 FRAME_CONTEXT *frame_contexts; // FRAME_CONTEXTS member
/external/libvpx/libvpx/vp8/common/
Donyxc_int.h40 typedef struct frame_contexts { struct
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.c130 cm, cm->frame_contexts, in vp9_decoder_create()
131 (FRAME_CONTEXT *)vpx_calloc(FRAME_CONTEXTS, sizeof(*cm->frame_contexts))); in vp9_decoder_create()
Dvp9_decodeframe.c2519 *cm->fc = cm->frame_contexts[cm->frame_context_idx]; in vp9_decode_frame()
2584 cm->frame_contexts[cm->frame_context_idx] = *cm->fc; in vp9_decode_frame()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c143 &cm->frame_contexts[cm->frame_context_idx]; in compute_context_model_diff()
814 *cm->fc = cm->frame_contexts[cm->frame_context_idx]; in setup_frame()
2137 cm, cm->frame_contexts, in vp9_create_compressor()
2138 (FRAME_CONTEXT *)vpx_calloc(FRAME_CONTEXTS, sizeof(*cm->frame_contexts))); in vp9_create_compressor()
6771 cm->frame_contexts[cm->frame_context_idx] = *cm->fc;