Home
last modified time | relevance | path

Searched refs:motion_field_projection_kernel (Results 1 – 5 of 5) sorted by relevance

/external/libgav1/libgav1/src/dsp/
Dmotion_field_projection.cc113 dsp->motion_field_projection_kernel = MotionFieldProjectionKernel_C; in Init8bpp()
123 dsp->motion_field_projection_kernel = MotionFieldProjectionKernel_C; in Init10bpp()
Ddsp.h847 MotionFieldProjectionKernelFunc motion_field_projection_kernel; member
/external/libgav1/libgav1/src/dsp/x86/
Dmotion_field_projection_sse4.cc366 dsp->motion_field_projection_kernel = MotionFieldProjectionKernel_SSE4_1; in Init8bpp()
373 dsp->motion_field_projection_kernel = MotionFieldProjectionKernel_SSE4_1; in Init10bpp()
/external/libgav1/libgav1/src/dsp/arm/
Dmotion_field_projection_neon.cc362 dsp->motion_field_projection_kernel = MotionFieldProjectionKernel_NEON; in Init8bpp()
369 dsp->motion_field_projection_kernel = MotionFieldProjectionKernel_NEON; in Init10bpp()
/external/libgav1/libgav1/src/
Dmotion_vector.cc786 dsp.motion_field_projection_kernel( in MotionFieldProjection()