Lines Matching full:we

957     /*in the end we are only interested in the chain of the last list, so no  in boundaryPM()
958 need to recurse if we're at the last one (this gives measurable speedup)*/ in boundaryPM()
1026 … /*each boundaryPM call adds one chain to the last list, and we need 2 * numpresent - 2 chains.*/ in lodepng_huffman_code_lengths()
1172 /*now we can use this tree to read the lengths for the tree that this function will return*/ in getTreeInflateDynamic()
1179 …/*i is the current symbol we're reading in the part that contains the code lengths of lit/len and … in getTreeInflateDynamic()
1245 /*now we've finally got HLIT and HDIST, so generate the code trees, and the function is done*/ in getTreeInflateDynamic()
1428 …/*the custom inflate is allowed to have its own error codes, however, we translate it to code 110*/ in inflatev()
1835 …If we could call "bitlen_cl" the the code length code lengths ("clcl"), that is the bit lengths of… in deflateDynamic()
2129 …/*the custom deflate is allowed to have its own error codes, however, we translate it to code 111*/ in deflate()
2231 … /*the custom zlib is allowed to have its own error codes, however, we translate it to code 110*/ in zlib_decompress()
2296 /*the custom zlib is allowed to have its own error codes, however, we translate it to code 111*/ in zlib_compress()
3551 Note that we never create a new palette ourselves.*/ in lodepng_convert()
3721 and mark things as done already if we know they are the most expensive case already*/ in lodepng_compute_color_stats()
4326 /*we can immediately filter into the out buffer, no other steps needed*/ in postProcessScanlines()
5739 /*we can immediately filter into the out buffer, no other steps needed*/ in preProcessScanlines()
5799 are "RGB ". We do not perform any full parsing of the ICC profile here, other in isGrayICCProfile()
6028 …/* Could use strcmp, but we're not calling or reimplementing this C library function for this use … in lodepng_encode()