Home
last modified time | relevance | path

Searched refs:FIX_0_382683433 (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djfdctfst.c82 #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 */ in jpeg_fdct_ifast()
210 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */ in jpeg_fdct_ifast()
/third_party/ffmpeg/libavcodec/
H A Djfdctfst.c115 #define FIX_0_382683433 ((int32_t) 98) /* FIX(0.382683433) */ macro
120 #define FIX_0_382683433 FIX(0.382683433)
185 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */ in row_fdct()
251 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */ in ff_fdct_ifast()
/third_party/ffmpeg/libavfilter/
H A Dvf_fspp.h44 static const int16_t FIX_0_382683433 = FIX(0.382683433, 14); variable
H A Dvf_fspp.c317 z5 = MULTIPLY16H((tmp10 - tmp12) << 2, FIX_0_382683433); in column_fidct_c()
476 z5 = MULTIPLY16H(tmp10 - tmp12, FIX_0_382683433); in row_fdct_c()

Completed in 3 milliseconds