D | jsimd_neon.S | 956 .macro idct_helper x4, x6, x8, x10, x12, x14, x16, shift, y26, y27, y28, y29 macro 1051 idct_helper d4, d6, d8, d10, d12, d14, d16, 12, d4, d6, d8, d10 define 1053 idct_helper d5, d7, d9, d11, d13, d15, d17, 12, d5, d7, d9, d11 define 1057 idct_helper d4, d6, d8, d10, d7, d9, d11, 19, d26, d27, d28, d29 define 1140 .macro idct_helper x4, x6, x10, x12, x16, shift, y26, y27 macro 1239 idct_helper d4, d6, d10, d7, d11, 20, d26, d27 define
|