Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_av1.c858 int clippedValue = 0; in segmentation_params() local
864 clippedValue = CLAMP(feature_value, -limit, limit); in segmentation_params()
868 clippedValue = CLAMP(feature_value, 0, limit); in segmentation_params()
872 sp->FeatureData[i][j] = clippedValue; in segmentation_params()