Searched defs:dst_mv (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/vp9/encoder/ |
D | vp9_mbgraph.c | 26 MV *dst_mv, int mb_row, in do_16x16_motion_iteration() 78 int_mv *dst_mv, int mb_row, int mb_col) { in do_16x16_motion_search() 114 static int do_16x16_zerozero_search(VP9_COMP *cpi, int_mv *dst_mv) { in do_16x16_zerozero_search()
|
D | vp9_mcomp.c | 1849 MV *dst_mv, int lambda, in full_pixel_exhaustive_new() 2492 const MV *ref_mv, MV *dst_mv) { in full_pixel_diamond() 2613 const MV *ref_mv, MV *dst_mv) { in full_pixel_exhaustive()
|
/external/libgav1/src/dsp/x86/ |
D | motion_field_projection_sse4.cc | 138 MotionVector* dst_mv) { in Store() 152 int8_t* dst_reference_offset, MotionVector* dst_mv) { in CheckStore() 183 MotionVector* dst_mv = motion_field->mv[y8_start]; in MotionFieldProjectionKernel_SSE4_1() local
|
/external/libgav1/src/dsp/arm/ |
D | motion_field_projection_neon.cc | 137 MotionVector* dst_mv) { in Store() 147 int8_t* dst_reference_offset, MotionVector* dst_mv) { in CheckStore() 179 MotionVector* dst_mv = motion_field->mv[y8_start]; in MotionFieldProjectionKernel_NEON() local
|
/external/libgav1/src/dsp/ |
D | motion_field_projection.cc | 60 MotionVector* dst_mv = motion_field->mv[y8_start]; in MotionFieldProjectionKernel_C() local
|