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

  /external/jpeg/
jfdctfst.c 81 #define FIX_0_707106781 ((INT32) 181) /* FIX(0.707106781) */
86 #define FIX_0_707106781 FIX(0.707106781)
146 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
160 z3 = MULTIPLY(tmp11, FIX_0_707106781); /* c4 */
196 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
210 z3 = MULTIPLY(tmp11, FIX_0_707106781); /* c4 */
  /external/qemu/distrib/jpeg-6b/
jfdctfst.c 81 #define FIX_0_707106781 ((INT32) 181) /* FIX(0.707106781) */
86 #define FIX_0_707106781 FIX(0.707106781)
146 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
160 z3 = MULTIPLY(tmp11, FIX_0_707106781); /* c4 */
196 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
210 z3 = MULTIPLY(tmp11, FIX_0_707106781); /* c4 */

Completed in 158 milliseconds