Searched refs:CMUL2_R (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | on2avc.c | 385 #define CMUL2_R(s, t, is, it) \ macro 407 *dst++ = CMUL2_R(s0, t0, is, it) \ 408 + CMUL2_R(s1, t1, is, it) \ 409 + CMUL2_R(s2, t2, is, it) \ 410 + CMUL2_R(s3, t3, is, it); \
|
Completed in 3 milliseconds