/external/libgav1/libgav1/src/dsp/ |
D | motion_field_projection.cc | 43 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()
|
D | dsp.h | 795 int dst_sign, int y8_start, int y8_end, int x8_start, int x8_end,
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | motion_field_projection_sse4.cc | 86 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/ |
D | motion_field_projection_neon.cc | 89 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/ |
D | motion_vector.cc | 770 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()
|