Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Drv34.c675 int chroma_mx, chroma_my; in rv34_mc() local
681 chroma_my = s->current_picture_ptr->motion_val[dir][mv_pos][1] / 2; in rv34_mc()
683 umy = (chroma_my + (3 << 24)) / 3 - (1 << 24); in rv34_mc()
685 uvmy = chroma_coeffs[(chroma_my + (3 << 24)) % 3]; in rv34_mc()

Completed in 3 milliseconds