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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_entropymv.c142 static void inc_mv_component(int v, nmv_component_counts *comp_counts, function
177 inc_mv_component(mv->row, &counts->comps[0], 1, 1);
181 inc_mv_component(mv->col, &counts->comps[1], 1, 1);
/external/libvpx/libvpx/vp9/common/
H A Dvp9_entropymv.c142 static void inc_mv_component(int v, nmv_component_counts *comp_counts, function
177 inc_mv_component(mv->row, &counts->comps[0], 1, 1);
181 inc_mv_component(mv->col, &counts->comps[1], 1, 1);

Completed in 147 milliseconds