Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_hqx.c96 #define DROP4(z) ((z) > 4 ? (z)-1 : (z)) macro
99 #define SHF(x, rot, n) (((x) >> ((rot) ? 7-DROP4(n) : DROP4(n)) & 1) << DROP4(p##n))