Home
last modified time | relevance | path

Searched refs:y8_start (Results 1 – 5 of 5) sorted by relevance

/external/libgav1/libgav1/src/dsp/
Dmotion_field_projection.cc42 int dst_sign, int y8_start, int y8_end, in MotionFieldProjectionKernel_C() argument
59 &reference_info.motion_field_reference_frame[y8_start][0]; in MotionFieldProjectionKernel_C()
60 const MotionVector* mv = &reference_info.motion_field_mv[y8_start][0]; in MotionFieldProjectionKernel_C()
61 int8_t* dst_reference_offset = motion_field->reference_offset[y8_start]; in MotionFieldProjectionKernel_C()
62 MotionVector* dst_mv = motion_field->mv[y8_start]; in MotionFieldProjectionKernel_C()
64 assert((y8_start & 7) == 0); in MotionFieldProjectionKernel_C()
66 int y8 = y8_start; in MotionFieldProjectionKernel_C()
Ddsp.h795 int dst_sign, int y8_start, int y8_end, int x8_start, int x8_end,
/external/libgav1/libgav1/src/dsp/x86/
Dmotion_field_projection_sse4.cc162 const int y8_start, const int y8_end, const int x8_start, const int x8_end, in MotionFieldProjectionKernel_SSE4_1() argument
180 &reference_info.motion_field_reference_frame[y8_start][0]; in MotionFieldProjectionKernel_SSE4_1()
181 const MotionVector* mv = &reference_info.motion_field_mv[y8_start][0]; in MotionFieldProjectionKernel_SSE4_1()
182 int8_t* dst_reference_offset = motion_field->reference_offset[y8_start]; in MotionFieldProjectionKernel_SSE4_1()
183 MotionVector* dst_mv = motion_field->mv[y8_start]; in MotionFieldProjectionKernel_SSE4_1()
191 assert((y8_start & 7) == 0); in MotionFieldProjectionKernel_SSE4_1()
203 int y8 = y8_start; in MotionFieldProjectionKernel_SSE4_1()
/external/libgav1/libgav1/src/dsp/arm/
Dmotion_field_projection_neon.cc156 const int dst_sign, const int y8_start, in MotionFieldProjectionKernel_NEON() argument
176 &reference_info.motion_field_reference_frame[y8_start][0]; in MotionFieldProjectionKernel_NEON()
177 const MotionVector* mv = &reference_info.motion_field_mv[y8_start][0]; in MotionFieldProjectionKernel_NEON()
178 int8_t* dst_reference_offset = motion_field->reference_offset[y8_start]; in MotionFieldProjectionKernel_NEON()
179 MotionVector* dst_mv = motion_field->mv[y8_start]; in MotionFieldProjectionKernel_NEON()
187 assert((y8_start & 7) == 0); in MotionFieldProjectionKernel_NEON()
203 int y8 = y8_start; in MotionFieldProjectionKernel_NEON()
/external/libgav1/libgav1/src/
Dmotion_vector.cc770 int y8_start, int y8_end, int x8_start, int x8_end, in MotionFieldProjection() argument
787 reference_info, reference_to_current_with_sign, dst_sign, y8_start, in MotionFieldProjection()
936 const int y8_start = DivideBy2(row4x4_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()
975 reference_offset_alternate2, 0, y8_start, y8_end, in SetupMotionField()
985 reference_offset_alternate, 0, y8_start, y8_end, in SetupMotionField()
996 y8_start, y8_end, x8_start, x8_end, motion_field); in SetupMotionField()