Home
last modified time | relevance | path

Searched refs:ff_h263_round_chroma (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmotion_est.h101 static inline int ff_h263_round_chroma(int x) in ff_h263_round_chroma() function
Dmpegvideo_motion.c606 mx = ff_h263_round_chroma(mx); in chroma_4mv_motion()
607 my = ff_h263_round_chroma(my); in chroma_4mv_motion()
Dmpegvideo.c1127 mx = ff_h263_round_chroma(mx); in chroma_4mv_motion_lowres()
1128 my = ff_h263_round_chroma(my); in chroma_4mv_motion_lowres()
Dmotion_est.c696 mx= ff_h263_round_chroma(mx4_sum); in h263_mv4_search()
697 my= ff_h263_round_chroma(my4_sum); in h263_mv4_search()