Searched refs:FIX_1_847759065 (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jfdctint.c | 100 #define FIX_1_847759065 ((INT32) 15137) /* FIX(1.847759065) */ macro 113 #define FIX_1_847759065 FIX(1.847759065) 179 dataptr[6] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065), 244 dataptr[DCTSIZE*6] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065),
|
D | fpdfapi_jidctfst.c | 94 #define FIX_1_847759065 ((INT32) 473) /* FIX(1.847759065) */ macro 99 #define FIX_1_847759065 FIX(1.847759065) 255 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */ 337 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */
|
D | fpdfapi_jidctred.c | 68 #define FIX_1_847759065 ((INT32) 15137) /* FIX(1.847759065) */ macro 83 #define FIX_1_847759065 FIX(1.847759065) 164 tmp2 = MULTIPLY(z2, FIX_1_847759065) + MULTIPLY(z3, - FIX_0_765366865); 222 tmp2 = MULTIPLY((INT32) wsptr[2], FIX_1_847759065)
|
D | fpdfapi_jidctint.c | 100 #define FIX_1_847759065 ((INT32) 15137) /* FIX(1.847759065) */ macro 113 #define FIX_1_847759065 FIX(1.847759065) 210 tmp2 = z1 + MULTIPLY(z3, - FIX_1_847759065); 315 tmp2 = z1 + MULTIPLY(z3, - FIX_1_847759065);
|
/external/libjpeg-turbo/ |
D | jfdctint.c | 103 #define FIX_1_847759065 ((JLONG) 15137) /* FIX(1.847759065) */ macro 116 #define FIX_1_847759065 FIX(1.847759065) 182 dataptr[6] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065), 247 dataptr[DCTSIZE*6] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065),
|
D | jidctfst.c | 97 #define FIX_1_847759065 ((JLONG) 473) /* FIX(1.847759065) */ macro 102 #define FIX_1_847759065 FIX(1.847759065) 258 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */ 340 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */
|
D | jidctred.c | 71 #define FIX_1_847759065 ((JLONG) 15137) /* FIX(1.847759065) */ macro 86 #define FIX_1_847759065 FIX(1.847759065) 168 tmp2 = MULTIPLY(z2, FIX_1_847759065) + MULTIPLY(z3, - FIX_0_765366865); 226 tmp2 = MULTIPLY((JLONG) wsptr[2], FIX_1_847759065)
|
D | jidctint.c | 125 #define FIX_1_847759065 ((JLONG) 15137) /* FIX(1.847759065) */ macro 138 #define FIX_1_847759065 FIX(1.847759065) 236 tmp2 = z1 + MULTIPLY(z3, - FIX_1_847759065); 341 tmp2 = z1 + MULTIPLY(z3, - FIX_1_847759065); 1542 tmp14 = z3 - MULTIPLY(z2, FIX_1_847759065); /* c3+c9 */ in jpeg_idct_12x12() 1623 tmp14 = z3 - MULTIPLY(z2, FIX_1_847759065); /* c3+c9 */ in jpeg_idct_12x12()
|
/external/libjpeg-turbo/simd/ |
D | jsimd_arm_neon.S | 89 #define FIX_1_847759065 (15137) macro 97 #define FIX_0_541196100_MINUS_1_847759065 (FIX_0_541196100 - FIX_1_847759065) 936 #define FIX_1_847759065 (15137) /* FIX(1.847759065) */ macro 943 .short FIX_1_847759065 /* d0[0] */
|
D | jsimd_arm64_neon.S | 1037 #define FIX_1_847759065 (15137) /* FIX(1.847759065) */ macro 1044 .short FIX_1_847759065 /* v0.h[0] */
|