Home
last modified time | relevance | path

Searched refs:FIX_0_899976223 (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/third_party/libjpeg/
Dfpdfapi_jfdctint.c97 #define FIX_0_899976223 ((INT32) 7373) /* FIX(0.899976223) */ macro
110 #define FIX_0_899976223 FIX(0.899976223)
197 z1 = MULTIPLY(z1, - FIX_0_899976223); /* sqrt(2) * (c7-c3) */
262 z1 = MULTIPLY(z1, - FIX_0_899976223); /* sqrt(2) * (c7-c3) */
Dfpdfapi_jidctred.c64 #define FIX_0_899976223 ((INT32) 7373) /* FIX(0.899976223) */ macro
79 #define FIX_0_899976223 FIX(0.899976223)
183 + MULTIPLY(z3, FIX_0_899976223) /* sqrt(2) * (c3-c7) */
242 + MULTIPLY(z3, FIX_0_899976223) /* sqrt(2) * (c3-c7) */
Dfpdfapi_jidctint.c97 #define FIX_0_899976223 ((INT32) 7373) /* FIX(0.899976223) */ macro
110 #define FIX_0_899976223 FIX(0.899976223)
243 z1 = MULTIPLY(z1, - FIX_0_899976223); /* sqrt(2) * (c7-c3) */
345 z1 = MULTIPLY(z1, - FIX_0_899976223); /* sqrt(2) * (c7-c3) */
/external/libjpeg-turbo/
Djfdctint.c100 #define FIX_0_899976223 ((JLONG) 7373) /* FIX(0.899976223) */ macro
113 #define FIX_0_899976223 FIX(0.899976223)
200 z1 = MULTIPLY(z1, - FIX_0_899976223); /* sqrt(2) * (c7-c3) */
265 z1 = MULTIPLY(z1, - FIX_0_899976223); /* sqrt(2) * (c7-c3) */
Djidctred.c67 #define FIX_0_899976223 ((JLONG) 7373) /* FIX(0.899976223) */ macro
82 #define FIX_0_899976223 FIX(0.899976223)
187 + MULTIPLY(z3, FIX_0_899976223) /* sqrt(2) * (c3-c7) */
246 + MULTIPLY(z3, FIX_0_899976223) /* sqrt(2) * (c3-c7) */
Djidctint.c122 #define FIX_0_899976223 ((JLONG) 7373) /* FIX(0.899976223) */ macro
135 #define FIX_0_899976223 FIX(0.899976223)
269 z1 = MULTIPLY(z1, - FIX_0_899976223); /* sqrt(2) * (c7-c3) */
371 z1 = MULTIPLY(z1, - FIX_0_899976223); /* sqrt(2) * (c7-c3) */
2419 tmp1 = z4 + MULTIPLY(z1, FIX_0_899976223); /* (c6-c14)[16] = (c3-c7)[8] */ in jpeg_idct_16x16()
2519 tmp1 = z4 + MULTIPLY(z1, FIX_0_899976223); /* (c6-c14)[16] = (c3-c7)[8] */ in jpeg_idct_16x16()
/external/libjpeg-turbo/simd/
Djsimd_arm_neon.S86 #define FIX_0_899976223 (7373) macro
99 #define FIX_0_298631336_MINUS_0_899976223 (FIX_0_298631336 - FIX_0_899976223)
100 #define FIX_1_501321110_MINUS_0_899976223 (FIX_1_501321110 - FIX_0_899976223)
139 MULTIPLY(row1, -FIX_0_899976223); \
142 q7 += MULTIPLY(row7, -FIX_0_899976223) + \
190 .short FIX_0_899976223 /* d0[0] */
932 #define FIX_0_899976223 (7373) /* FIX(0.899976223) */ macro
951 .short FIX_0_899976223 /* d2[0] */
Djsimd_arm64_neon.S1033 #define FIX_0_899976223 (7373) /* FIX(0.899976223) */ macro
1052 .short FIX_0_899976223 /* v2.h[0] */