Searched refs:slope_ (Results 1 – 2 of 2) sorted by relevance
73 slope_ = 1.0f / kCompressionRatio - 1.0f; in Initialize()85 const float cv = rect * slope_; in Compress()114 const float cv = rect * slope_; in Compress()
104 float slope_; variable