Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_cost.h34 static INLINE int treed_cost(vp9_tree tree, const vp9_prob *probs, in treed_cost() function
Dvp9_tokenize.c149 cost += treed_cost(p->tree, p->prob, extra >> 1, length); in vp9_tokenize_initialize()