Home
last modified time | relevance | path

Searched refs:CHECK_HALF_MV (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmotion_est_template.c41 #define CHECK_HALF_MV(dx, dy, x, y)\ macro
108 CHECK_HALF_MV(0, 1, mx ,my-1) in hpel_motion_search()
110 CHECK_HALF_MV(1, 1, mx-1, my-1) in hpel_motion_search()
112 CHECK_HALF_MV(1, 1, mx , my-1) in hpel_motion_search()
114 CHECK_HALF_MV(1, 1, mx-1, my ) in hpel_motion_search()
116 CHECK_HALF_MV(1, 0, mx-1, my ) in hpel_motion_search()
118 CHECK_HALF_MV(1, 1, mx , my-1) in hpel_motion_search()
120 CHECK_HALF_MV(1, 1, mx-1, my-1) in hpel_motion_search()
122 CHECK_HALF_MV(1, 1, mx , my ) in hpel_motion_search()
124 CHECK_HALF_MV( in hpel_motion_search()
[all...]

Completed in 2 milliseconds