Searched refs:CMUL1_I (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | on2avc.c | 382 #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);
|