Searched refs:nmv_context (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemv.h | 26 const nmv_context *mvctx, int usehp, 30 const nmv_context *mvctx, int usehp);
|
D | vp9_encodemv.c | 175 nmv_context *const mvc = &cm->fc->nmvc; in vp9_write_nmv_probs() 211 const nmv_context *mvctx, int usehp, in vp9_encode_mv() 233 const nmv_context *ctx, int usehp) { in vp9_build_nmv_cost_table()
|
D | vp9_bitstream.c | 239 const nmv_context *nmvc = &cm->fc->nmvc; in pack_inter_mode_mvs()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_entropymv.c | 32 static const nmv_context default_nmv_context = { 159 nmv_context *fc = &cm->fc->nmvc; in vp9_adapt_mv_probs() 160 const nmv_context *pre_fc = &cm->frame_contexts[cm->frame_context_idx].nmvc; in vp9_adapt_mv_probs()
|
D | vp9_entropymode.h | 58 nmv_context nmvc;
|
D | vp9_entropymv.h | 102 } nmv_context; typedef
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 268 const nmv_context *ctx, nmv_context_counts *counts, in read_mv()
|
D | vp9_decodeframe.c | 155 static void read_mv_probs(nmv_context *ctx, int allow_hp, vpx_reader *r) { in read_mv_probs() 1978 nmv_context *const nmvc = &fc->nmvc; in read_compressed_header()
|