Searched refs:FIX_3_072711026 (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jfdctint.c | 107 #define FIX_3_072711026 ((JLONG)25172) /* FIX(3.072711026) */ macro 120 #define FIX_3_072711026 FIX(3.072711026) 198 tmp6 = MULTIPLY(tmp6, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */ in jpeg_fdct_islow() 265 tmp6 = MULTIPLY(tmp6, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */ in jpeg_fdct_islow()
|
H A D | jidctint.c | 129 #define FIX_3_072711026 ((JLONG)25172) /* FIX(3.072711026) */ macro 142 #define FIX_3_072711026 FIX(3.072711026) 267 tmp2 = MULTIPLY(tmp2, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */ in jpeg_idct_islow() 369 tmp2 = MULTIPLY(tmp2, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */ in jpeg_idct_islow()
|
/third_party/ffmpeg/libavcodec/ |
H A D | jrevdct.c | 209 #define FIX_3_072711026 25172 macro 337 tmp2 = MULTIPLY(d3, FIX_3_072711026); in ff_j_rev_dct() 359 tmp2 = MULTIPLY(d3, FIX_3_072711026); in ff_j_rev_dct() 423 tmp2 = MULTIPLY(d3, FIX_3_072711026); in ff_j_rev_dct() 488 tmp2 = MULTIPLY(d3, FIX_3_072711026); in ff_j_rev_dct() 682 tmp2 = MULTIPLY(d3, FIX_3_072711026); in ff_j_rev_dct() 704 tmp2 = MULTIPLY(d3, FIX_3_072711026); in ff_j_rev_dct() 769 tmp2 = MULTIPLY(d3, FIX_3_072711026); in ff_j_rev_dct() 834 tmp2 = MULTIPLY(d3, FIX_3_072711026); in ff_j_rev_dct()
|
H A D | jfdctint_template.c | 151 #define FIX_3_072711026 ((int32_t) 25172) /* FIX(3.072711026) */ macro 164 #define FIX_3_072711026 FIX(3.072711026) macro 236 tmp6 = MULTIPLY(tmp6, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */ in row_fdct() 317 tmp6 = MULTIPLY(tmp6, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */ in ff_jpeg_fdct_islow()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | jrevdct_arm.S | 36 #define FIX_3_072711026 25172 define 376 .word FIX_3_072711026
|
Completed in 7 milliseconds