Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dencodemv.c85 static unsigned int cost_mvcomponent(const int v, in cost_mvcomponent() function
129 mvcost[0][0] = cost_mvcomponent(0, &mvc[0]); in vp8_build_component_cost_table()
132 cost0 = cost_mvcomponent(i, &mvc[0]); in vp8_build_component_cost_table()
142 mvcost[1][0] = cost_mvcomponent(0, &mvc[1]); in vp8_build_component_cost_table()
145 cost1 = cost_mvcomponent(i, &mvc[1]); in vp8_build_component_cost_table()