Searched refs:CMUL1_I (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | on2avc.c | 383 #define CMUL1_I(s, t, is, it) \ macro 401 *dst++ = CMUL1_I(s0, t0, is, it) \ 402 + CMUL1_I(s1, t1, is, it) \ 403 + CMUL1_I(s2, t2, is, it) \ 404 + CMUL1_I(s3, t3, is, it);
|
Completed in 2 milliseconds