Home
last modified time | relevance | path

Searched refs:FIX_1_847759065 (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djfdctint.c103 #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), in jpeg_fdct_islow()
249 (DCTELEM)DESCALE(z1 + MULTIPLY(tmp12, -FIX_1_847759065), in jpeg_fdct_islow()
H A Djidctfst.c97 #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 */ in jpeg_idct_ifast()
340 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */ in jpeg_idct_ifast()
H A Djidctred.c71 #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); in jpeg_idct_4x4()
230 tmp2 = MULTIPLY((JLONG)wsptr[2], FIX_1_847759065) + in jpeg_idct_4x4()
H A Djidctint.c125 #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); in jpeg_idct_islow()
341 tmp2 = z1 + MULTIPLY(z3, -FIX_1_847759065); in jpeg_idct_islow()
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()
/third_party/ffmpeg/libavcodec/
H A Djfdctint_template.c147 #define FIX_1_847759065 ((int32_t) 15137) /* FIX(1.847759065) */ macro
160 #define FIX_1_847759065 FIX(1.847759065) macro
220 dataptr[6] = (int16_t) DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065), in row_fdct()
301 dataptr[DCTSIZE*6] = DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065), in ff_jpeg_fdct_islow()
379 dataptr[DCTSIZE*6] = DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065), in ff_fdct248_islow()
393 dataptr[DCTSIZE*7] = DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065), in ff_fdct248_islow()
H A Djrevdct.c204 #define FIX_1_847759065 15137 macro
277 tmp2 = z1 + MULTIPLY(-d6, FIX_1_847759065); in ff_j_rev_dct()
623 tmp2 = z1 + MULTIPLY(-d6, FIX_1_847759065); in ff_j_rev_dct()
1008 tmp2 = z1 + MULTIPLY(-d6, FIX_1_847759065); in ff_j_rev_dct4()
1086 tmp2 = z1 + MULTIPLY(-d6, FIX_1_847759065); in ff_j_rev_dct4()
H A D4xm.c161 #define FIX_1_847759065 121095 macro
194 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); in idct()
232 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); in idct()
/third_party/ffmpeg/libavfilter/
H A Dvf_fspp.h49 static const int16_t FIX_1_847759065 = FIX(1.847759065, 13); variable
H A Dvf_fspp.c345 z5 = MULTIPLY16H(z10 + z12, FIX_1_847759065); in column_fidct_c()
410 z5 = MULTIPLY16H(z10 + z12, FIX_1_847759065); in row_idct_c()

Completed in 20 milliseconds