Home
last modified time | relevance | path

Searched refs:adjusted_x8_start (Results 1 – 3 of 3) sorted by relevance

/external/libgav1/libgav1/src/dsp/
Dmotion_field_projection.cc49 const int adjusted_x8_start = in MotionFieldProjectionKernel_C() local
70 int x8 = adjusted_x8_start; in MotionFieldProjectionKernel_C()
/external/libgav1/libgav1/src/dsp/x86/
Dmotion_field_projection_sse4.cc168 const int adjusted_x8_start = in MotionFieldProjectionKernel_SSE4_1() local
192 assert((adjusted_x8_start & 7) == 0); in MotionFieldProjectionKernel_SSE4_1()
211 for (x8 = adjusted_x8_start; x8 < adjusted_x8_end8; x8 += 8) { in MotionFieldProjectionKernel_SSE4_1()
266 if (leftover >= 4 && adjusted_x8_start < adjusted_x8_end8) { in MotionFieldProjectionKernel_SSE4_1()
/external/libgav1/libgav1/src/dsp/arm/
Dmotion_field_projection_neon.cc164 const int adjusted_x8_start = in MotionFieldProjectionKernel_NEON() local
188 assert((adjusted_x8_start & 7) == 0); in MotionFieldProjectionKernel_NEON()
211 for (x8 = adjusted_x8_start; x8 < adjusted_x8_end8; x8 += 8) { in MotionFieldProjectionKernel_NEON()
264 if (leftover >= 4 && adjusted_x8_start < adjusted_x8_end8) { in MotionFieldProjectionKernel_NEON()