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