Searched refs:adjusted_x8_end (Results 1 – 3 of 3) sorted by relevance
51 const int adjusted_x8_end = std::min( in MotionFieldProjectionKernel_C() local95 } while (++x8 < adjusted_x8_end); in MotionFieldProjectionKernel_C()
170 const int adjusted_x8_end = std::min( in MotionFieldProjectionKernel_SSE4_1() local172 const int adjusted_x8_end8 = adjusted_x8_end & ~7; in MotionFieldProjectionKernel_SSE4_1()173 const int leftover = adjusted_x8_end - adjusted_x8_end8; in MotionFieldProjectionKernel_SSE4_1()270 x8 = adjusted_x8_end - 8; in MotionFieldProjectionKernel_SSE4_1()328 for (; x8 < adjusted_x8_end; ++x8) { in MotionFieldProjectionKernel_SSE4_1()
166 const int adjusted_x8_end = std::min( in MotionFieldProjectionKernel_NEON() local168 const int adjusted_x8_end8 = adjusted_x8_end & ~7; in MotionFieldProjectionKernel_NEON()169 const int leftover = adjusted_x8_end - adjusted_x8_end8; in MotionFieldProjectionKernel_NEON()268 x8 = adjusted_x8_end - 8; in MotionFieldProjectionKernel_NEON()324 for (; x8 < adjusted_x8_end; ++x8) { in MotionFieldProjectionKernel_NEON()