Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Drv34.c641 static const int chroma_coeffs[3] = { 0, 3, 5 }; variable
682 uvmx = chroma_coeffs[(chroma_mx + (3 << 24)) % 3]; in rv34_mc()
683 uvmy = chroma_coeffs[(chroma_my + (3 << 24)) % 3]; in rv34_mc()