Home
last modified time | relevance | path

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

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