Searched refs:CMUL1 (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | on2avc.c | 395 #define CMUL1(dst, s0, s1, s2, s3, t0, t1, t2, t3, is, it) \ macro 443 CMUL1(d1, s0, s1, s2, s3, t0, t1, t2, t3, j, k); in combine_fft() 444 CMUL1(d2, s0, s1, s2, s3, h0, h1, h2, h3, j, k); in combine_fft()
|