Searched refs:reference_to_current_with_sign (Results 1 – 5 of 5) sorted by relevance
/external/libgav1/libgav1/src/dsp/ |
D | motion_field_projection.cc | 41 int reference_to_current_with_sign, in MotionFieldProjectionKernel_C() argument 76 GetMvProjection(mv[x8], reference_to_current_with_sign, in MotionFieldProjectionKernel_C()
|
D | dsp.h | 794 const ReferenceInfo& reference_info, int reference_to_current_with_sign,
|
/external/libgav1/libgav1/src/dsp/x86/ |
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()
|
/external/libgav1/libgav1/src/dsp/arm/ |
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()
|
/external/libgav1/libgav1/src/ |
D | motion_vector.cc | 769 ReferenceFrameType source, int reference_to_current_with_sign, int dst_sign, in MotionFieldProjection() argument 782 assert(reference_to_current_with_sign >= -kMaxFrameDistance); in MotionFieldProjection() 783 if (reference_to_current_with_sign > kMaxFrameDistance) return true; in MotionFieldProjection() 787 reference_info, reference_to_current_with_sign, dst_sign, y8_start, in MotionFieldProjection()
|