Searched refs:FIX_0_899976223 (Results 1 – 5 of 5) sorted by relevance
/external/libjpeg-turbo/ |
D | jfdctint.c | 100 #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) */ 267 z1 = MULTIPLY(z1, -FIX_0_899976223); /* sqrt(2) * ( c7-c3) */
|
D | jidctred.c | 67 #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) */ 250 MULTIPLY(z3, FIX_0_899976223) + /* sqrt(2) * (c3-c7) */
|
D | jidctint.c | 122 #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/arm/ |
D | jsimd_neon.S | 87 #define FIX_0_899976223 (7373) macro 100 #define FIX_0_298631336_MINUS_0_899976223 (FIX_0_298631336 - FIX_0_899976223) 101 #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] */
|
/external/libjpeg-turbo/simd/arm64/ |
D | jsimd_neon.S | 107 #define FIX_0_899976223 (7373) /* FIX(0.899976223) */ macro 126 .short FIX_0_899976223 /* v2.h[0] */
|