Searched refs:pixel_pos (Results 1 – 1 of 1) sorted by relevance
158 int pixel_pos = static_cast<int>(floor(static_cast<float>(src_pos))); in Calc() local159 pixel_weights.m_SrcStart = std::max(pixel_pos, src_min); in Calc()160 pixel_weights.m_SrcEnd = std::min(pixel_pos, src_max - 1); in Calc()