Home
last modified time | relevance | path

Searched refs:CMUL2_R (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Don2avc.c384 #define CMUL2_R(s, t, is, it) \ macro
406 *dst++ = CMUL2_R(s0, t0, is, it) \
407 + CMUL2_R(s1, t1, is, it) \
408 + CMUL2_R(s2, t2, is, it) \
409 + CMUL2_R(s3, t3, is, it); \