Searched refs:FIX_1_501321110 (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jfdctint.c | 102 #define FIX_1_501321110 ((JLONG)12299) /* FIX(1.501321110) */ macro 115 #define FIX_1_501321110 FIX(1.501321110) 199 tmp7 = MULTIPLY(tmp7, FIX_1_501321110); /* sqrt(2) * ( c1+c3-c5-c7) */ in jpeg_fdct_islow() 266 tmp7 = MULTIPLY(tmp7, FIX_1_501321110); /* sqrt(2) * ( c1+c3-c5-c7) */ in jpeg_fdct_islow()
|
H A D | jidctint.c | 124 #define FIX_1_501321110 ((JLONG)12299) /* FIX(1.501321110) */ macro 137 #define FIX_1_501321110 FIX(1.501321110) 268 tmp3 = MULTIPLY(tmp3, FIX_1_501321110); /* sqrt(2) * ( c1+c3-c5-c7) */ in jpeg_idct_islow() 370 tmp3 = MULTIPLY(tmp3, FIX_1_501321110); /* sqrt(2) * ( c1+c3-c5-c7) */ in jpeg_idct_islow()
|
/third_party/ffmpeg/libavcodec/ |
H A D | jrevdct.c | 202 #define FIX_1_501321110 12299 macro 338 tmp3 = MULTIPLY(d1, FIX_1_501321110); in ff_j_rev_dct() 382 tmp3 = MULTIPLY(d1, FIX_1_501321110); in ff_j_rev_dct() 424 tmp3 = MULTIPLY(d1, FIX_1_501321110); in ff_j_rev_dct() 489 tmp3 = MULTIPLY(d1, FIX_1_501321110); in ff_j_rev_dct() 683 tmp3 = MULTIPLY(d1, FIX_1_501321110); in ff_j_rev_dct() 728 tmp3 = MULTIPLY(d1, FIX_1_501321110); in ff_j_rev_dct() 770 tmp3 = MULTIPLY(d1, FIX_1_501321110); in ff_j_rev_dct() 835 tmp3 = MULTIPLY(d1, FIX_1_501321110); in ff_j_rev_dct()
|
H A D | jfdctint_template.c | 146 #define FIX_1_501321110 ((int32_t) 12299) /* FIX(1.501321110) */ macro 159 #define FIX_1_501321110 FIX(1.501321110) macro 237 tmp7 = MULTIPLY(tmp7, FIX_1_501321110); /* sqrt(2) * ( c1+c3-c5-c7) */ in row_fdct() 318 tmp7 = MULTIPLY(tmp7, FIX_1_501321110); /* sqrt(2) * ( c1+c3-c5-c7) */ in ff_jpeg_fdct_islow()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | jrevdct_arm.S | 34 #define FIX_1_501321110 12299 define 374 .word FIX_1_501321110
|
Completed in 8 milliseconds