Home
last modified time | relevance | path

Searched defs:MCFUNC (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_mc_template.c27 # define MCFUNC(n) FUNC(n ## _420) macro
29 # define MCFUNC(n) FUNC(n ## _422) macro
31 # define MCFUNC(n) FUNC(n ## _444) macro
64 static void MCFUNC(hl_motion)(const H264Context *h, H264SliceContext *sl, in MCFUNC() function