Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_segmentation.c74 const int c0123 = c01 + c23; in cost_segmap() local
78 int cost = c0123 * vp9_cost_zero(probs[0]) + in cost_segmap()
82 if (c0123 > 0) { in cost_segmap()