Home
last modified time | relevance | path

Searched refs:nmv_context_counts (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymv.h128 } nmv_context_counts; typedef
130 void vp9_inc_mv(const MV *mv, nmv_context_counts *mvctx);
Dvp9_entropymv.c141 void vp9_inc_mv(const MV *mv, nmv_context_counts *counts) { in vp9_inc_mv()
161 const nmv_context_counts *counts = &cm->counts.mv; in vp9_adapt_mv_probs()
Dvp9_entropymode.h78 nmv_context_counts mv;
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.h23 nmv_context_counts *const counts);
Dvp9_encodemv.c173 nmv_context_counts *const counts) { in vp9_write_nmv_probs()
240 const int_mv mvs[2], nmv_context_counts *counts) { in inc_mvs()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c268 const nmv_context *ctx, nmv_context_counts *counts, in read_mv()
412 nmv_context_counts *const mv_counts = counts ? &counts->mv : NULL; in assign_mv()