Searched refs:CHECK_SAD_HALF_MV (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | motion_est.c | 387 #define CHECK_SAD_HALF_MV(suffix, x, y) \ macro 440 CHECK_SAD_HALF_MV(y2 , 0, -1) in sad_hpel_motion_search() 442 CHECK_SAD_HALF_MV(xy2, -1, -1) in sad_hpel_motion_search() 444 CHECK_SAD_HALF_MV(xy2, +1, -1) in sad_hpel_motion_search() 448 CHECK_SAD_HALF_MV(xy2, -1, +1) in sad_hpel_motion_search() 450 CHECK_SAD_HALF_MV(x2 , -1, 0) in sad_hpel_motion_search() 452 CHECK_SAD_HALF_MV(xy2, +1, -1) in sad_hpel_motion_search() 454 CHECK_SAD_HALF_MV(xy2, -1, -1) in sad_hpel_motion_search() 458 CHECK_SAD_HALF_MV(xy2, +1, +1) in sad_hpel_motion_search() 460 CHECK_SAD_HALF_MV(x2 , +1, 0) in sad_hpel_motion_search() [all …]
|