Searched refs:CMUL2_I (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | on2avc.c | 386 #define CMUL2_I(s, t, is, it) \ macro 410 *dst++ = CMUL2_I(s0, t0, is, it) \ 411 + CMUL2_I(s1, t1, is, it) \ 412 + CMUL2_I(s2, t2, is, it) \ 413 + CMUL2_I(s3, t3, is, it);
|