Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Don2avc.c382 #define CMUL1_I(s, t, is, it) \ macro
400 *dst++ = CMUL1_I(s0, t0, is, it) \
401 + CMUL1_I(s1, t1, is, it) \
402 + CMUL1_I(s2, t2, is, it) \
403 + CMUL1_I(s3, t3, is, it);