Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dencodemv.c100 static unsigned int cost_mvcomponent(const int v, const struct mv_context *mvc) in cost_mvcomponent() function
150 mvcost [0] [0] = cost_mvcomponent(0, &mvc[0]); in vp8_build_component_cost_table()
154 cost0 = cost_mvcomponent(i, &mvc[0]); in vp8_build_component_cost_table()
166 mvcost [1] [0] = cost_mvcomponent(0, &mvc[1]); in vp8_build_component_cost_table()
170 cost1 = cost_mvcomponent(i, &mvc[1]); in vp8_build_component_cost_table()