Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_segmentation.c88 const int c0123 = c01 + c23; in cost_segmap() local
92 int cost = c0123 * vp9_cost_zero(probs[0]) + in cost_segmap()
96 if (c0123 > 0) { in cost_segmap()