Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmotion_est.h101 static inline int ff_h263_round_chroma(int x) in ff_h263_round_chroma() function
H A Dmpegvideo_motion.c606 mx = ff_h263_round_chroma(mx); in chroma_4mv_motion()
607 my = ff_h263_round_chroma(my); in chroma_4mv_motion()
H A 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()
H A 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()

Completed in 8 milliseconds