Home
last modified time | relevance | path

Searched refs:FIX_0_382683433 (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
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 */
210 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */
/third_party/libjpeg-turbo/
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 */
210 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
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 */
210 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */
/third_party/ffmpeg/libavcodec/
Djfdctfst.c116 #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/
Dvf_fspp.h43 static const int16_t FIX_0_382683433 = FIX(0.382683433, 14); variable
Dvf_fspp.c318 z5 = MULTIPLY16H((tmp10 - tmp12) << 2, FIX_0_382683433); in column_fidct_c()
477 z5 = MULTIPLY16H(tmp10 - tmp12, FIX_0_382683433); in row_fdct_c()