Searched refs:trunc_start (Results 1 – 1 of 1) sorted by relevance
188 const T* trunc_start = (*this)[trunc_y] + trunc_x; in GetPixelInterpFixed1616() local190 const T a = trunc_start[0]; in GetPixelInterpFixed1616()191 const T b = trunc_start[1]; in GetPixelInterpFixed1616()192 const T c = trunc_start[stride_]; in GetPixelInterpFixed1616()193 const T d = trunc_start[stride_ + 1]; in GetPixelInterpFixed1616()