Searched refs:FIX_2_053119869 (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jfdctint.c | 105 #define FIX_2_053119869 ((JLONG)16819) /* FIX(2.053119869) */ macro 118 #define FIX_2_053119869 FIX(2.053119869) 197 tmp5 = MULTIPLY(tmp5, FIX_2_053119869); /* sqrt(2) * ( c1+c3-c5+c7) */ in jpeg_fdct_islow() 264 tmp5 = MULTIPLY(tmp5, FIX_2_053119869); /* sqrt(2) * ( c1+c3-c5+c7) */ in jpeg_fdct_islow()
|
H A D | jidctint.c | 127 #define FIX_2_053119869 ((JLONG)16819) /* FIX(2.053119869) */ macro 140 #define FIX_2_053119869 FIX(2.053119869) 266 tmp1 = MULTIPLY(tmp1, FIX_2_053119869); /* sqrt(2) * ( c1+c3-c5+c7) */ in jpeg_idct_islow() 368 tmp1 = MULTIPLY(tmp1, FIX_2_053119869); /* sqrt(2) * ( c1+c3-c5+c7) */ in jpeg_idct_islow()
|
/third_party/ffmpeg/libavcodec/ |
H A D | jrevdct.c | 206 #define FIX_2_053119869 16819 macro 336 tmp1 = MULTIPLY(d5, FIX_2_053119869); in ff_j_rev_dct() 358 tmp1 = MULTIPLY(d5, FIX_2_053119869); in ff_j_rev_dct() 381 tmp1 = MULTIPLY(d5, FIX_2_053119869); in ff_j_rev_dct() 487 tmp1 = MULTIPLY(d5, FIX_2_053119869); in ff_j_rev_dct() 681 tmp1 = MULTIPLY(d5, FIX_2_053119869); in ff_j_rev_dct() 703 tmp1 = MULTIPLY(d5, FIX_2_053119869); in ff_j_rev_dct() 727 tmp1 = MULTIPLY(d5, FIX_2_053119869); in ff_j_rev_dct() 833 tmp1 = MULTIPLY(d5, FIX_2_053119869); in ff_j_rev_dct()
|
H A D | jfdctint_template.c | 149 #define FIX_2_053119869 ((int32_t) 16819) /* FIX(2.053119869) */ macro 162 #define FIX_2_053119869 FIX(2.053119869) macro 235 tmp5 = MULTIPLY(tmp5, FIX_2_053119869); /* sqrt(2) * ( c1+c3-c5+c7) */ in row_fdct() 316 tmp5 = MULTIPLY(tmp5, FIX_2_053119869); /* sqrt(2) * ( c1+c3-c5+c7) */ in ff_jpeg_fdct_islow()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | jrevdct_arm.S | 35 #define FIX_2_053119869 16819 define 375 .word FIX_2_053119869
|
Completed in 7 milliseconds