Searched refs:FIX_1_961570560 (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | jrevdct.c | 203 #define FIX_1_961570560 16069 macro 339 z3 = MULTIPLY(-z3, FIX_1_961570560); 360 z3 = MULTIPLY(-z3, FIX_1_961570560); 383 z3 = MULTIPLY(-d7, FIX_1_961570560); 397 z3 = MULTIPLY(-d7, FIX_1_961570560); 425 z3 = MULTIPLY(-z3, FIX_1_961570560); 458 z3 = MULTIPLY(-d7, FIX_1_961570560); 490 z3 = MULTIPLY(-d3, FIX_1_961570560); 509 z3 = MULTIPLY(-d3, FIX_1_961570560); 684 z3 = MULTIPLY(-z3, FIX_1_961570560); [all …]
|
D | jfdctint_template.c | 148 #define FIX_1_961570560 ((int32_t) 16069) /* FIX(1.961570560) */ macro 161 #define FIX_1_961570560 FIX(1.961570560) macro 240 z3 = MULTIPLY(z3, - FIX_1_961570560); /* sqrt(2) * (-c3-c5) */ in FUNC() 321 z3 = MULTIPLY(z3, - FIX_1_961570560); /* sqrt(2) * (-c3-c5) */ in FUNC()
|
/third_party/libjpeg-turbo/ |
D | jfdctint.c | 104 #define FIX_1_961570560 ((JLONG)16069) /* FIX(1.961570560) */ macro 117 #define FIX_1_961570560 FIX(1.961570560) 202 z3 = MULTIPLY(z3, -FIX_1_961570560); /* sqrt(2) * (-c3-c5) */ 269 z3 = MULTIPLY(z3, -FIX_1_961570560); /* sqrt(2) * (-c3-c5) */
|
D | jidctint.c | 126 #define FIX_1_961570560 ((JLONG)16069) /* FIX(1.961570560) */ macro 139 #define FIX_1_961570560 FIX(1.961570560) 271 z3 = MULTIPLY(z3, -FIX_1_961570560); /* sqrt(2) * (-c3-c5) */ 373 z3 = MULTIPLY(z3, -FIX_1_961570560); /* sqrt(2) * (-c3-c5) */
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | jfdctint.c | 104 #define FIX_1_961570560 ((JLONG)16069) /* FIX(1.961570560) */ macro 117 #define FIX_1_961570560 FIX(1.961570560) 202 z3 = MULTIPLY(z3, -FIX_1_961570560); /* sqrt(2) * (-c3-c5) */ 269 z3 = MULTIPLY(z3, -FIX_1_961570560); /* sqrt(2) * (-c3-c5) */
|
D | jidctint.c | 126 #define FIX_1_961570560 ((JLONG)16069) /* FIX(1.961570560) */ macro 139 #define FIX_1_961570560 FIX(1.961570560) 271 z3 = MULTIPLY(z3, -FIX_1_961570560); /* sqrt(2) * (-c3-c5) */ 373 z3 = MULTIPLY(z3, -FIX_1_961570560); /* sqrt(2) * (-c3-c5) */
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jfdctint.c | 104 #define FIX_1_961570560 ((JLONG)16069) /* FIX(1.961570560) */ macro 117 #define FIX_1_961570560 FIX(1.961570560) 202 z3 = MULTIPLY(z3, -FIX_1_961570560); /* sqrt(2) * (-c3-c5) */ 269 z3 = MULTIPLY(z3, -FIX_1_961570560); /* sqrt(2) * (-c3-c5) */
|
D | jidctint.c | 126 #define FIX_1_961570560 ((JLONG)16069) /* FIX(1.961570560) */ macro 139 #define FIX_1_961570560 FIX(1.961570560) 271 z3 = MULTIPLY(z3, -FIX_1_961570560); /* sqrt(2) * (-c3-c5) */ 373 z3 = MULTIPLY(z3, -FIX_1_961570560); /* sqrt(2) * (-c3-c5) */
|
/third_party/libjpeg-turbo/simd/arm/ |
D | jsimd_neon.S | 91 #define FIX_1_961570560 (16069) macro 96 #define FIX_1_175875602_MINUS_1_961570560 (FIX_1_175875602 - FIX_1_961570560)
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
D | jsimd_neon.S | 91 #define FIX_1_961570560 (16069) macro 96 #define FIX_1_175875602_MINUS_1_961570560 (FIX_1_175875602 - FIX_1_961570560)
|