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