Home | History | Annotate | Download | only in db_vlvm

Lines Matching refs:saturation

1503     unsigned long bwbh,area,saturation;
1536 saturation=(area*area_factor)/10000;
1540 if(((unsigned long)nr)>saturation) loc_thresh=db_LeanQuickSelect(s_temp,nr,nr-saturation,select_temp);
1543 stop=nr_points+saturation;