Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_segmentation.c72 const int c0123 = c01 + c23; in cost_segmap() local
76 int cost = c0123 * vp9_cost_zero(probs[0]) + c4567 * vp9_cost_one(probs[0]); in cost_segmap()
79 if (c0123 > 0) { in cost_segmap()