Searched refs:CMUL0 (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | on2avc.c | 389 #define CMUL0(dst, id, s0, s1, s2, s3, t0, t1, t2, t3, is, it) \ macro 434 CMUL0(dst, 0, s0, s1, s2, s3, t0, t1, t2, t3, 0, 0); in combine_fft() 448 CMUL0(dst, len4, s0, s1, s2, s3, t0, t1, t2, t3, 1, hoff); in combine_fft() 449 CMUL0(dst, len4 + len2, s0, s1, s2, s3, h0, h1, h2, h3, 1, hoff); in combine_fft() 461 CMUL0(dst, len2 + 4, s0, s1, s2, s3, t0, t1, t2, t3, 0, k); in combine_fft()
|