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

  /external/libjpeg-turbo/
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/pdfium/third_party/libjpeg/
fpdfapi_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/opencv3/3rdparty/libjpeg/
jfdctfst.c 82 #define FIX_0_707106781 ((INT32) 181) /* FIX(0.707106781) */
87 #define FIX_0_707106781 FIX(0.707106781)
152 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
166 z3 = MULTIPLY(tmp11, FIX_0_707106781); /* c4 */
202 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
216 z3 = MULTIPLY(tmp11, FIX_0_707106781); /* c4 */

Completed in 385 milliseconds