Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djidctfst.c96 #define FIX_1_414213562 ((JLONG)362) /* FIX(1.414213562) */ macro
101 #define FIX_1_414213562 FIX(1.414213562)
236 tmp12 = MULTIPLY(tmp1 - tmp3, FIX_1_414213562) - tmp13; /* 2*c4 */ in jpeg_idct_ifast()
256 tmp11 = MULTIPLY(z11 - z13, FIX_1_414213562); /* 2*c4 */ in jpeg_idct_ifast()
323 MULTIPLY((DCTELEM)wsptr[2] - (DCTELEM)wsptr[6], FIX_1_414213562) - tmp13; in jpeg_idct_ifast()
338 tmp11 = MULTIPLY(z11 - z13, FIX_1_414213562); /* 2*c4 */ in jpeg_idct_ifast()
/third_party/ffmpeg/libavfilter/
H A Dvf_fspp.h51 static const int16_t FIX_1_414213562 = FIX(M_SQRT2 , 13); variable
H A Dvf_fspp.c344 tmp11 = MULTIPLY16H((z11 - z13) << 1, FIX_1_414213562); in column_fidct_c()
408 tmp11 = MULTIPLY16H(z11 - z13, FIX_1_414213562); in row_idct_c()
/third_party/ffmpeg/libavcodec/
H A D4xm.c160 #define FIX_1_414213562 92682 macro
179 tmp12 = MULTIPLY(block[8 * 2 + i] - block[8 * 6 + i], FIX_1_414213562) - tmp13; in idct()
192 tmp11 = MULTIPLY(z11 - z13, FIX_1_414213562); in idct()
217 tmp12 = MULTIPLY(temp[2 + i] - temp[6 + i], FIX_1_414213562) - tmp13; in idct()
230 tmp11 = MULTIPLY(z11 - z13, FIX_1_414213562); in idct()

Completed in 5 milliseconds