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

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_av1.c852 int feature_value = 0; local in function:segmentation_params
861 feature_value = av1_su(vlc, 1 + bitsToRead);
862 clippedValue = CLAMP(feature_value, -limit, limit);
865 feature_value = av1_f(vlc, bitsToRead);
866 clippedValue = CLAMP(feature_value, 0, limit);

Completed in 5 milliseconds