Home
last modified time | relevance | path

Searched refs:chroma_mx (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
680 chroma_mx = s->current_picture_ptr->motion_val[dir][mv_pos][0] / 2; in rv34_mc()
682 umx = (chroma_mx + (3 << 24)) / 3 - (1 << 24); in rv34_mc()
684 uvmx = chroma_coeffs[(chroma_mx + (3 << 24)) % 3]; in rv34_mc()

Completed in 3 milliseconds