Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_segmentation.c73 const int c4567 = c45 + c67; in cost_segmap() local
76 int cost = c0123 * vp9_cost_zero(probs[0]) + c4567 * vp9_cost_one(probs[0]); in cost_segmap()
90 if (c4567 > 0) { in cost_segmap()