Home
last modified time | relevance | path

Searched refs:reference_to_current_with_sign (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libgav1/src/dsp/
H A Dmotion_field_projection_test.cc158 const int reference_to_current_with_sign = in TestRandomValues() local
160 assert(std::abs(reference_to_current_with_sign) <= kMaxFrameDistance); in TestRandomValues()
170 reference_info_, reference_to_current_with_sign, dst_sign, y8, in TestRandomValues()
H A Dmotion_field_projection.cc39 int reference_to_current_with_sign, in MotionFieldProjectionKernel_C() argument
74 GetMvProjection(mv[x8], reference_to_current_with_sign, in MotionFieldProjectionKernel_C()
H A Ddsp.h833 const ReferenceInfo& reference_info, int reference_to_current_with_sign,
/aosp_15_r20/external/libgav1/src/dsp/arm/
H A Dmotion_field_projection_neon.cc155 const int reference_to_current_with_sign, in MotionFieldProjectionKernel_NEON() argument
221 GetPosition(division_table, mv, reference_to_current_with_sign, x8_start, in MotionFieldProjectionKernel_NEON()
280 GetPosition(division_table, mv, reference_to_current_with_sign, in MotionFieldProjectionKernel_NEON()
329 GetMvProjection(mv[x8], reference_to_current_with_sign, in MotionFieldProjectionKernel_NEON()
/aosp_15_r20/external/libgav1/src/dsp/x86/
H A Dmotion_field_projection_sse4.cc161 const int reference_to_current_with_sign, const int dst_sign, in MotionFieldProjectionKernel_SSE4_1() argument
222 GetPosition(division_table, mv, reference_to_current_with_sign, x8_start, in MotionFieldProjectionKernel_SSE4_1()
281 GetPosition(division_table, mv, reference_to_current_with_sign, in MotionFieldProjectionKernel_SSE4_1()
333 GetMvProjection(mv[x8], reference_to_current_with_sign, in MotionFieldProjectionKernel_SSE4_1()
/aosp_15_r20/external/libgav1/src/
H A Dmotion_vector.cc768 ReferenceFrameType source, int reference_to_current_with_sign, int dst_sign, in MotionFieldProjection() argument
781 assert(reference_to_current_with_sign >= -kMaxFrameDistance); in MotionFieldProjection()
782 if (reference_to_current_with_sign > kMaxFrameDistance) return true; in MotionFieldProjection()
786 reference_info, reference_to_current_with_sign, dst_sign, y8_start, in MotionFieldProjection()