Home
last modified time | relevance | path

Searched refs:CMUL2_I (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Don2avc.c387 #define CMUL2_I(s, t, is, it) \ macro
411 *dst++ = CMUL2_I(s0, t0, is, it) \
412 + CMUL2_I(s1, t1, is, it) \
413 + CMUL2_I(s2, t2, is, it) \
414 + CMUL2_I(s3, t3, is, it);

Completed in 3 milliseconds