Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds