Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/dsp/
Dmotion_field_projection.cc43 int x8_start, int x8_end, in MotionFieldProjectionKernel_C() argument
50 std::max(x8_start - kProjectionMvMaxHorizontalOffset, 0); in MotionFieldProjectionKernel_C()
87 std::max(x8_start, x8_base - kProjectionMvMaxHorizontalOffset); in MotionFieldProjectionKernel_C()
Ddsp.h795 int dst_sign, int y8_start, int y8_end, int x8_start, int x8_end,
/external/libgav1/libgav1/src/dsp/x86/
Dmotion_field_projection_sse4.cc86 const int numerator, const int x8_start, const int x8_end, const int x8, in GetPosition() argument
119 x8_start - x8, delta - kProjectionMvMaxHorizontalOffset); // [-8, 8] in GetPosition()
162 const int y8_start, const int y8_end, const int x8_start, const int x8_end, in MotionFieldProjectionKernel_SSE4_1() argument
169 std::max(x8_start - kProjectionMvMaxHorizontalOffset, 0); in MotionFieldProjectionKernel_SSE4_1()
222 GetPosition(division_table, mv, reference_to_current_with_sign, x8_start, in MotionFieldProjectionKernel_SSE4_1()
282 x8_start, x8_end, x8, r_offsets, source_reference_type8, in MotionFieldProjectionKernel_SSE4_1()
344 std::max(x8_start, x8_base - kProjectionMvMaxHorizontalOffset); in MotionFieldProjectionKernel_SSE4_1()
/external/libgav1/libgav1/src/dsp/arm/
Dmotion_field_projection_neon.cc89 const int numerator, const int x8_start, const int x8_end, const int x8, in GetPosition() argument
119 x8_start - x8, delta - kProjectionMvMaxHorizontalOffset); // [-8, 8] in GetPosition()
157 const int y8_end, const int x8_start, in MotionFieldProjectionKernel_NEON() argument
165 std::max(x8_start - kProjectionMvMaxHorizontalOffset, 0); in MotionFieldProjectionKernel_NEON()
221 GetPosition(division_table, mv, reference_to_current_with_sign, x8_start, in MotionFieldProjectionKernel_NEON()
281 x8_start, x8_end, x8, r_offsets, source_reference_type8, in MotionFieldProjectionKernel_NEON()
340 std::max(x8_start, x8_base - kProjectionMvMaxHorizontalOffset); in MotionFieldProjectionKernel_NEON()
/external/libgav1/libgav1/src/
Dmotion_vector.cc770 int y8_start, int y8_end, int x8_start, int x8_end, in MotionFieldProjection() argument
788 y8_end, x8_start, x8_end, motion_field); in MotionFieldProjection()
938 const int x8_start = DivideBy2(column4x4_start); in SetupMotionField() local
956 y8_start, y8_end, x8_start, x8_end, motion_field); in SetupMotionField()
966 0, y8_start, y8_end, x8_start, x8_end, in SetupMotionField()
976 x8_start, x8_end, motion_field)) { in SetupMotionField()
986 x8_start, x8_end, motion_field)) { in SetupMotionField()
996 y8_start, y8_end, x8_start, x8_end, motion_field); in SetupMotionField()