Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Don2avc.c380 #define CMUL1_R(s, t, is, it) \ macro
396 *dst++ = CMUL1_R(s0, t0, is, it) \
397 + CMUL1_R(s1, t1, is, it) \
398 + CMUL1_R(s2, t2, is, it) \
399 + CMUL1_R(s3, t3, is, it); \