HomeSort by relevance Sort by last modified time
    Searched refs:vp8_treed_cost (Results 1 - 3 of 3) sorted by null

  /external/libvpx/vp8/encoder/
treewriter.h 86 static __inline int vp8_treed_cost( function
113 return vp8_treed_cost(t, p, x->value, x->Len);
encodemv.c 109 + vp8_treed_cost(vp8_small_mvtree, p + MVPshort, x, 3);
tokenize.c 81 cost += vp8_treed_cost(p->tree, p->prob, extra >> 1, Length);

Completed in 42 milliseconds