/reactos/drivers/filesystems/btrfs/zstd/ |
H A D | zstd_compress_internal.h | 799 U32 const correction = current - newCurrent; in ZSTD_window_correctOverflow() local 803 assert(correction > 1<<28); in ZSTD_window_correctOverflow() 805 window->base += correction; in ZSTD_window_correctOverflow() 806 window->dictBase += correction; in ZSTD_window_correctOverflow() 807 if (window->lowLimit <= correction) window->lowLimit = 1; in ZSTD_window_correctOverflow() 808 else window->lowLimit -= correction; in ZSTD_window_correctOverflow() 809 if (window->dictLimit <= correction) window->dictLimit = 1; in ZSTD_window_correctOverflow() 810 else window->dictLimit -= correction; in ZSTD_window_correctOverflow() 819 DEBUGLOG(4, "Correction of 0x%x bytes to lowLimit=0x%x", correction, in ZSTD_window_correctOverflow() 821 return correction; in ZSTD_window_correctOverflow()
|
H A D | zstd_ldm.c | 464 U32 const correction = ZSTD_window_correctOverflow( in ZSTD_ldm_generateSequences() local 466 ZSTD_ldm_reduceTable(ldmState->hashTable, ldmHSize, correction); in ZSTD_ldm_generateSequences()
|
H A D | zstd_compress.c | 2560 U32 const correction = ZSTD_window_correctOverflow(&ms->window, cycleLog, maxDist, ip); in ZSTD_overflowCorrectIfNeeded() local 2565 ZSTD_reduceIndex(ms, params, correction); in ZSTD_overflowCorrectIfNeeded() 2567 if (ms->nextToUpdate < correction) ms->nextToUpdate = 0; in ZSTD_overflowCorrectIfNeeded() 2568 else ms->nextToUpdate -= correction; in ZSTD_overflowCorrectIfNeeded()
|
/reactos/sdk/lib/crt/math/libm_sse2/ |
H A D | logf.asm | 226 mulss xmm4, xmm1 ; xmm4 <-- correction = r*u 231 ; r2 = (u^3 * (ca_1 + u^2 * ca_2) - correction) 377 ; correction = r * u 378 vmulss xmm4,xmm0,xmm1 ; correction = u*r 384 ; r2 = (u * v * (ca_1 + v * ca_2) - correction) 388 vfmsub213ss xmm2,xmm3,xmm4 ; r2 = (ca1 + ca2 * v) * u^3 - correction
|
H A D | libm_inlines.h | 1593 double r, z1, z2, correction, f, f1, f2, q, u, v, poly; in log_kernel_amd64() local 1794 correction = r * u; in log_kernel_amd64() 1798 z2 = (u * v * (ca_1 + v * (ca_2 + v * (ca_3 + v * ca_4))) - correction); in log_kernel_amd64()
|
H A D | log10.asm | 284 mulsd xmm6, xmm1 ; correction 473 vmulsd xmm6,xmm0,xmm1 ; correction
|
H A D | log.asm | 310 mulsd xmm6, xmm1 ; correction 481 vmulsd xmm3,xmm0,xmm1 ; correction
|
H A D | pow.asm | 1684 ; addsd xmm1, xmm7 ; xmm1 <-- poly + correction
|
/reactos/modules/rosapps/applications/screensavers/ssstars/lang/ |
H A D | en-US.rc | 30 CONTROL "Enable accurate perspective correction",
|
/reactos/sdk/include/reactos/mc/ |
H A D | ntiologc.mc | 313 Data was recovered using error correction code on device %1.
|
/reactos/dll/3rdparty/libpng/docs/ |
H A D | libpng-manual.txt | 216 will change the internal libpng math implementation for gamma correction and 782 correction required to take account of any differences in the color 816 more precise correction internally in the future. 853 color correction on the color values; most, maybe all, color 854 correction software has no handling for the alpha channel and, 866 that if you do, your color correction software knows all about alpha (it 961 You can do color correction on the result (libpng does not currently 962 support color correction internally). When you handle the alpha channel 972 With this mode you can't do color correction, but you can do arithmetic, 985 required overall gamma correction and, where necessary, alpha [all …]
|
H A D | CHANGES | 112 Fixed gamma and background correction for paletted images, so 2947 Errors in the 16-bit gamma correction (overflows) have been corrected. 3407 silently; the libpng code just doesn't do any gamma correction. Moving 3563 The rgb_to_gray code had errors when combined with gamma correction. 3727 Multiple transform bug fixes plus a work-round for double gamma correction. 3730 correction. Since the simplified APIs can need rgb to gray combined with 3765 reveals significant bugs inside libpng (double gamma correction and the 4106 Avoid the double gamma correction warning in the simplified API. 4311 gain; implementing full ICC color correction may be desirable but is left 5357 pngvalid contains the correction to the use of SAVE/STORE_ [all …]
|
/reactos/sdk/lib/3rdparty/stlport/etc/ |
H A D | ChangeLog-5.1 | 7079 * facets_byname.cpp: correction of the typeid use thanks to Ulrich Eckhardt. 7087 * _new.h: check of the _STLP_USE_EXCEPTIONS before correction of the new 7093 * _algo.h: correction of the __less_2 helper struct to remove 7206 * _string.c: judicious correction for string::find_first_not_of to 7261 * _codecvt.h: correction of the default codecvt class definition and 7262 correction of the out method 7270 * _string.h: correction of a bug on string auto referencing throught 7273 * _valarray.h: correction of the missing slice_array copy constructor 7284 * _istreambuf_iterator.h, _ostreambuf_iterator.h: correction 7289 * _string.h: correction of the replace implementation badling form [all …]
|
/reactos/media/fonts/doc/PalatinoLinotype/ |
H A D | LATEX-LICENSE.txt | 214 the cost of all necessary servicing, repair, or correction.
|
/reactos/media/fonts/doc/FreeFont/ |
H A D | ChangeLog.txt | 556 * FreeMono.sfd: correction-something went wrong 2208 * FreeSerifBold.sfd: correction to 'ccmp' table 5003 FreeSerif.sfd: roman: correction to one math 5454 * tools/ranges/OpenType.py: correction to Tamil 6092 FreeSansBoldOblique.sfd: Same correction as 7138 FreeSerifBold.sfd: Additions and correction in 13753 * FreeMono.sfd: Minor correction on U+230F. 13921 * ChangeLog: A minor correction.
|
/reactos/sdk/lib/3rdparty/freetype/ |
H A D | ChangeLog | 1043 offset parameter in `cf2_doStems' instead of doing correction for 1165 cf2_cmdVSTEM>: Add correction for left sidebearing in Type 1 mode. 1181 <cf2_cmdHSBW, cf2_escSBW>: Fix data access and add correction for
|
/reactos/drivers/network/tcpip/lwip/doc/doxygen/ |
H A D | lwip.Doxyfile | 1206 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
|
H A D | lwip.Doxyfile.cmake.in | 1206 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
|
/reactos/ |
H A D | Doxyfile | 1188 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
|