Home
last modified time | relevance | path

Searched refs:get_limits (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmotion_est.c524 static inline void get_limits(MpegEncContext *s, int x, int y) in get_limits() function
909 get_limits(s, 16*mb_x, 16*mb_y); in ff_estimate_p_frame_motion()
1076 get_limits(s, 16*mb_x, 16*mb_y); in ff_pre_estimate_p_frame_motion()
1131 get_limits(s, 16*mb_x, 16*mb_y); in estimate_motion_b()
1480 get_limits(s, 16*mb_x, 16*mb_y); //restore c->?min/max, maybe not needed in direct_search()
1501 get_limits(s, 16*mb_x, 16*mb_y); in ff_estimate_b_frame_motion()
/third_party/pixman/test/
Dutils.c2190 get_limits (const pixel_checker_t *checker, double sign, in get_limits() function
2222 get_limits (checker, 1, color, am, rm, gm, bm); in pixel_checker_get_max()
2231 get_limits (checker, - 1, color, am, rm, gm, bm); in pixel_checker_get_min()