Searched refs:FIX_1_306562965 (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jfdctfst.c | 85 #define FIX_1_306562965 ((JLONG)334) /* FIX(1.306562965) */ macro 90 #define FIX_1_306562965 FIX(1.306562965) 162 z4 = MULTIPLY(tmp12, FIX_1_306562965) + z5; /* c2+c6 */ in jpeg_fdct_ifast() 212 z4 = MULTIPLY(tmp12, FIX_1_306562965) + z5; /* c2+c6 */ in jpeg_fdct_ifast()
|
/third_party/ffmpeg/libavcodec/ |
H A D | jfdctfst.c | 118 #define FIX_1_306562965 ((int32_t) 334) /* FIX(1.306562965) */ macro 123 #define FIX_1_306562965 FIX(1.306562965) 187 z4 = MULTIPLY(tmp12, FIX_1_306562965) + z5; /* c2+c6 */ in row_fdct() 253 z4 = MULTIPLY(tmp12, FIX_1_306562965) + z5; /* c2+c6 */ in ff_fdct_ifast() 331 #undef FIX_1_306562965 macro
|
H A D | jrevdct.c | 199 #define FIX_1_306562965 10703 macro 289 tmp2 = MULTIPLY(-d6, FIX_1_306562965); in ff_j_rev_dct() 304 tmp3 = MULTIPLY(d2, FIX_1_306562965); in ff_j_rev_dct() 635 tmp2 = MULTIPLY(-d6, FIX_1_306562965); in ff_j_rev_dct() 650 tmp3 = MULTIPLY(d2, FIX_1_306562965); in ff_j_rev_dct() 1020 tmp2 = MULTIPLY(-d6, FIX_1_306562965); in ff_j_rev_dct4() 1035 tmp3 = MULTIPLY(d2, FIX_1_306562965); in ff_j_rev_dct4() 1098 tmp2 = MULTIPLY(-d6, FIX_1_306562965); in ff_j_rev_dct4() 1113 tmp3 = MULTIPLY(d2, FIX_1_306562965); in ff_j_rev_dct4()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_fspp.h | 47 static const int16_t FIX_1_306562965 = FIX(1.306562965, 14); variable
|
H A D | vf_fspp.c | 319 z4 = MULTIPLY16H(tmp12 << 2, FIX_1_306562965) + z5; in column_fidct_c() 478 z4 = MULTIPLY16H(tmp12, FIX_1_306562965) + z5; in row_fdct_c()
|
Completed in 5 milliseconds