Searched refs:clippedValue (Results 1 – 1 of 1) sorted by relevance
858 int clippedValue = 0; in segmentation_params() local864 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()