Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dtreewriter.h74 static int vp8_treed_cost(vp8_tree t, const vp8_prob *const p, int v, in vp8_treed_cost() function
89 return vp8_treed_cost(t, p, x->value, x->Len); in vp8_cost_token()
Dencodemv.c93 vp8_treed_cost(vp8_small_mvtree, p + MVPshort, x, 3); in cost_mvcomponent()