Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymv.h124 } nmv_context_counts; typedef
126 void vp9_inc_mv(const MV *mv, nmv_context_counts *mvctx);
Dvp9_entropymv.c171 void vp9_inc_mv(const MV *mv, nmv_context_counts *counts) { in vp9_inc_mv()
201 const nmv_context_counts *counts = &cm->counts.mv; in vp9_adapt_mv_probs()
Dvp9_entropymode.h73 nmv_context_counts mv;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodemv.c167 nmv_context_counts *const counts = &cm->counts.mv; in vp9_write_nmv_probs()
233 nmv_context_counts *counts) { in inc_mvs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c239 nmv_context_counts *counts, int allow_hp) { in read_mv()
374 nmv_context_counts *const mv_counts = cm->frame_parallel_decoding_mode ? in assign_mv()