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.h125 } nmv_context_counts; typedef
127 void vp9_inc_mv(const MV *mv, nmv_context_counts *mvctx);
Dvp9_entropymv.c164 void vp9_inc_mv(const MV *mv, nmv_context_counts *counts) { in vp9_inc_mv()
184 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.h24 nmv_context_counts *const counts);
Dvp9_encodemv.c166 nmv_context_counts *const counts) { in vp9_write_nmv_probs()
235 nmv_context_counts *counts) { in inc_mvs()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c289 nmv_context_counts *counts, int allow_hp) { in read_mv()
432 nmv_context_counts *const mv_counts = counts ? &counts->mv : NULL; in assign_mv()