Searched refs:CMUL0 (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | on2avc.c | 390 #define CMUL0(dst, id, s0, s1, s2, s3, t0, t1, t2, t3, is, it) \ macro 435 CMUL0(dst, 0, s0, s1, s2, s3, t0, t1, t2, t3, 0, 0); in combine_fft() 449 CMUL0(dst, len4, s0, s1, s2, s3, t0, t1, t2, t3, 1, hoff); in combine_fft() 450 CMUL0(dst, len4 + len2, s0, s1, s2, s3, h0, h1, h2, h3, 1, hoff); in combine_fft() 462 CMUL0(dst, len2 + 4, s0, s1, s2, s3, t0, t1, t2, t3, 0, k); in combine_fft()
|
Completed in 2 milliseconds