Searched defs:dst_sign (Results 1 – 7 of 7) sorted by relevance
| /external/libgav1/src/dsp/ |
| D | motion_field_projection.cc | 40 int dst_sign, int y8_start, int y8_end, in MotionFieldProjectionKernel_C()
|
| D | motion_field_projection_test.cc | 158 const int dst_sign = ((rnd.Rand16() & 1) != 0) ? 0 : -1; in TestRandomValues() local
|
| /external/libgav1/src/dsp/x86/ |
| D | motion_field_projection_sse4.cc | 74 inline __m128i Project_SSE4_1(const __m128i delta, const __m128i dst_sign) { in Project_SSE4_1() 161 const int reference_to_current_with_sign, const int dst_sign, in MotionFieldProjectionKernel_SSE4_1()
|
| /external/libgav1/src/dsp/arm/ |
| D | motion_field_projection_neon.cc | 74 inline int8x8_t Project_NEON(const int16x8_t delta, const int16x8_t dst_sign) { in Project_NEON() 156 const int dst_sign, const int y8_start, in MotionFieldProjectionKernel_NEON()
|
| /external/libgav1/src/utils/ |
| D | common_test.cc | 559 int SpecProject(int value, int delta, int dst_sign) { in SpecProject() 574 for (int dst_sign = -1; dst_sign <= 0; ++dst_sign) { in TEST() local
|
| D | common.h | 452 constexpr int Project(int value, int delta, int dst_sign) { in Project()
|
| /external/libgav1/src/ |
| D | motion_vector.cc | 768 ReferenceFrameType source, int reference_to_current_with_sign, int dst_sign, in MotionFieldProjection()
|