Searched refs:safe_width (Results 1 – 2 of 2) sorted by relevance
298 const int safe_width = width & ~mask; in ColorSpaceInverseTransform_C() local299 const int remaining_width = width - safe_width; in ColorSpaceInverseTransform_C()308 const uint32_t* const src_safe_end = src + safe_width; in ColorSpaceInverseTransform_C()
178 const int safe_width = width & ~7; in BlendNoiseWithImageLuma_SSE4_1() local183 for (; x < safe_width; x += 8) { in BlendNoiseWithImageLuma_SSE4_1()