Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymv.c113 static void inc_mv_component(int v, nmv_component_counts *comp_counts, int incr, in inc_mv_component() function
147 inc_mv_component(mv->row, &counts->comps[0], 1, 1); in vp9_inc_mv()
151 inc_mv_component(mv->col, &counts->comps[1], 1, 1); in vp9_inc_mv()