Searched refs:FIX_0_298631336 (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jfdctint.c | 96 #define FIX_0_298631336 ((JLONG)2446) /* FIX(0.298631336) */ macro 109 #define FIX_0_298631336 FIX(0.298631336) 196 tmp4 = MULTIPLY(tmp4, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */ in jpeg_fdct_islow() 263 tmp4 = MULTIPLY(tmp4, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */ in jpeg_fdct_islow()
|
H A D | jidctint.c | 118 #define FIX_0_298631336 ((JLONG)2446) /* FIX(0.298631336) */ macro 131 #define FIX_0_298631336 FIX(0.298631336) 265 tmp0 = MULTIPLY(tmp0, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */ in jpeg_idct_islow() 367 tmp0 = MULTIPLY(tmp0, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */ in jpeg_idct_islow()
|
/third_party/ffmpeg/libavcodec/ |
H A D | jrevdct.c | 188 #define FIX_0_298631336 2446 macro 335 tmp0 = MULTIPLY(d7, FIX_0_298631336); in ff_j_rev_dct() 357 tmp0 = MULTIPLY(d7, FIX_0_298631336); in ff_j_rev_dct() 380 tmp0 = MULTIPLY(d7, FIX_0_298631336); in ff_j_rev_dct() 422 tmp0 = MULTIPLY(d7, FIX_0_298631336); in ff_j_rev_dct() 680 tmp0 = MULTIPLY(d7, FIX_0_298631336); in ff_j_rev_dct() 702 tmp0 = MULTIPLY(d7, FIX_0_298631336); in ff_j_rev_dct() 726 tmp0 = MULTIPLY(d7, FIX_0_298631336); in ff_j_rev_dct() 768 tmp0 = MULTIPLY(d7, FIX_0_298631336); in ff_j_rev_dct()
|
H A D | jfdctint_template.c | 140 #define FIX_0_298631336 ((int32_t) 2446) /* FIX(0.298631336) */ macro 153 #define FIX_0_298631336 FIX(0.298631336) macro 234 tmp4 = MULTIPLY(tmp4, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */ in row_fdct() 315 tmp4 = MULTIPLY(tmp4, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */ in ff_jpeg_fdct_islow()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | jrevdct_arm.S | 30 #define FIX_0_298631336 2446 define 370 .word FIX_0_298631336
|
Completed in 7 milliseconds