Home
last modified time | relevance | path

Searched refs:FIX_1_961570560 (Results 1 – 3 of 3) sorted by relevance

/external/libjpeg-turbo/
Djfdctint.c104 #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) */
Djidctint.c126 #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) */
/external/libjpeg-turbo/simd/arm/
Djsimd_neon.S91 #define FIX_1_961570560 (16069) macro
96 #define FIX_1_175875602_MINUS_1_961570560 (FIX_1_175875602 - FIX_1_961570560)