Searched refs:reference_to_current_with_sign (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/libgav1/src/dsp/ |
H A D | motion_field_projection_test.cc | 158 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 D | motion_field_projection.cc | 39 int reference_to_current_with_sign, in MotionFieldProjectionKernel_C() argument 74 GetMvProjection(mv[x8], reference_to_current_with_sign, in MotionFieldProjectionKernel_C()
|
H A D | dsp.h | 833 const ReferenceInfo& reference_info, int reference_to_current_with_sign,
|
/aosp_15_r20/external/libgav1/src/dsp/arm/ |
H A D | motion_field_projection_neon.cc | 155 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 D | motion_field_projection_sse4.cc | 161 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 D | motion_vector.cc | 768 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()
|