Searched refs:floored_y (Results 1 – 1 of 1) sorted by relevance
133 const int floored_y = static_cast<int>(y); in GetPixelInterp() local141 const float d = y - floored_y; in GetPixelInterp()148 const T* const pix_ptr = (*this)[floored_y] + floored_x; in GetPixelInterp()