Searched refs:ff_h263_round_chroma (Results 1 – 4 of 4) sorted by relevance
101 static inline int ff_h263_round_chroma(int x) in ff_h263_round_chroma() function
606 mx = ff_h263_round_chroma(mx); in chroma_4mv_motion()607 my = ff_h263_round_chroma(my); in chroma_4mv_motion()
1127 mx = ff_h263_round_chroma(mx); in chroma_4mv_motion_lowres()1128 my = ff_h263_round_chroma(my); in chroma_4mv_motion_lowres()
696 mx= ff_h263_round_chroma(mx4_sum); in h263_mv4_search()697 my= ff_h263_round_chroma(my4_sum); in h263_mv4_search()