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

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_av1.c856 int clippedValue = 0; local in function:segmentation_params
862 clippedValue = CLAMP(feature_value, -limit, limit);
866 clippedValue = CLAMP(feature_value, 0, limit);
870 sp->FeatureData[i][j] = clippedValue;

Completed in 4 milliseconds