Searched defs:mot_xy (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ | ||
H A D | mpegvideo_motion.c | 673 const int mot_xy = mb_x * 2 + mb_y * 2 * mot_stride; in apply_obmc() local [all...] |
H A D | motion_est.c | 508 int mot_xy= s->block_index[0]; in set_p_mv_tables() local 594 const int mot_xy = s->block_index[block]; h263_mv4_search() local 926 const int mot_xy = s->block_index[0]; ff_estimate_p_frame_motion() local 1124 const int mot_xy = mb_y*mot_stride + mb_x; estimate_motion_b() local 1395 const int mot_xy = mb_y*mot_stride + mb_x; direct_search() local [all...] |
Completed in 4 milliseconds