Searched refs:FIX_1_414213562 (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jidctfst.c | 96 #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 D | vf_fspp.h | 51 static const int16_t FIX_1_414213562 = FIX(M_SQRT2 , 13); variable
|
H A D | vf_fspp.c | 344 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 D | 4xm.c | 160 #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