HomeSort by relevance Sort by last modified time
    Searched refs:FIX_1_175875602 (Results 1 - 3 of 3) sorted by null

  /external/libjpeg-turbo/
jfdctint.c 101 #define FIX_1_175875602 ((JLONG)9633) /* FIX(1.175875602) */
114 #define FIX_1_175875602 FIX(1.175875602)
194 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */
261 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */
jidctint.c 123 #define FIX_1_175875602 ((JLONG)9633) /* FIX(1.175875602) */
136 #define FIX_1_175875602 FIX(1.175875602)
263 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */
365 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */
    [all...]
  /external/libjpeg-turbo/simd/arm/
jsimd_neon.S 88 #define FIX_1_175875602 (9633)
96 #define FIX_1_175875602_MINUS_1_961570560 (FIX_1_175875602 - FIX_1_961570560)
97 #define FIX_1_175875602_MINUS_0_390180644 (FIX_1_175875602 - FIX_0_390180644)
127 MULTIPLY(q4, FIX_1_175875602); \
128 q7 = MULTIPLY(q5, FIX_1_175875602) + \
197 .short FIX_1_175875602 /* d1[3] */
    [all...]

Completed in 2462 milliseconds