Searched refs:FIX_0_382683433 (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jfdctfst.c | 82 #define FIX_0_382683433 ((JLONG)98) /* FIX(0.382683433) */ macro 87 #define FIX_0_382683433 FIX(0.382683433) 160 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */ 210 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */
|
/third_party/libjpeg-turbo/ |
D | jfdctfst.c | 82 #define FIX_0_382683433 ((JLONG)98) /* FIX(0.382683433) */ macro 87 #define FIX_0_382683433 FIX(0.382683433) 160 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */ 210 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | jfdctfst.c | 82 #define FIX_0_382683433 ((JLONG)98) /* FIX(0.382683433) */ macro 87 #define FIX_0_382683433 FIX(0.382683433) 160 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */ 210 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */
|
/third_party/ffmpeg/libavcodec/ |
D | jfdctfst.c | 116 #define FIX_0_382683433 ((int32_t) 98) /* FIX(0.382683433) */ macro 121 #define FIX_0_382683433 FIX(0.382683433) 186 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */ 252 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */ in ff_fdct_ifast()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_fspp.h | 43 static const int16_t FIX_0_382683433 = FIX(0.382683433, 14); variable
|
D | vf_fspp.c | 318 z5 = MULTIPLY16H((tmp10 - tmp12) << 2, FIX_0_382683433); in column_fidct_c() 477 z5 = MULTIPLY16H(tmp10 - tmp12, FIX_0_382683433); in row_fdct_c()
|