MCPcopy Create free account

hub / github.com/JayXon/Leanify / functions

Functions1,291 in github.com/JayXon/Leanify

↓ 3 callersFunctioncheckColorValidity
return type is a LodePNG error code*/
lib/zopflipng/lodepng/lodepng.cpp:2489
↓ 3 callersFunctioncleanup_coins
lib/zopflipng/lodepng/lodepng.cpp:686
↓ 3 callersFunctioncolor_tree_add
color is not allowed to already exist. Index should be >= 0 (it's signed to be compatible with using -1 for "doesn't exist")*/
lib/zopflipng/lodepng/lodepng.cpp:2964
↓ 3 callersFunctioncolor_tree_init
lib/zopflipng/lodepng/lodepng.cpp:2922
↓ 3 callersFunctiondecode
lib/zopflipng/lodepng/lodepng.cpp:6128
↓ 3 callersFunctionemit_buffered_bits
lib/mozjpeg/jcphuff.c:306
↓ 3 callersFunctioninit_coins
lib/zopflipng/lodepng/lodepng.cpp:680
↓ 3 callersFunctionjcopy_sample_rows
lib/mozjpeg/jutils.c:92
↓ 3 callersFunctionjpeg_alloc_quant_table
lib/mozjpeg/jcomapi.c:87
↓ 3 callersFunctionjpeg_destroy
lib/mozjpeg/jcomapi.c:70
↓ 3 callersFunctionjpeg_gen_optimal_table
lib/mozjpeg/jchuff.c:846
↓ 3 callersFunctionjpeg_make_c_derived_tbl
lib/mozjpeg/jchuff.c:214
↓ 3 callersFunctionlodepng_add_text
lib/zopflipng/lodepng/lodepng.cpp:2729
↓ 3 callersFunctionlodepng_color_mode_cleanup
lib/zopflipng/lodepng/lodepng.cpp:2534
↓ 3 callersFunctionlodepng_color_mode_equal
lib/zopflipng/lodepng/lodepng.cpp:2553
↓ 3 callersFunctionlodepng_crc32
Return the CRC of the bytes buf[0..len-1].*/
lib/zopflipng/lodepng/lodepng.cpp:2303
↓ 3 callersFunctionlodepng_set32bitInt
buffer must have at least 4 allocated bytes available*/
lib/zopflipng/lodepng/lodepng.cpp:326
↓ 3 callersFunctionmz_deflateEnd
lib/miniz/miniz.c:1117
↓ 3 callersFunctionmz_zip_reader_file_stat
lib/miniz/miniz.c:3403
↓ 3 callersFunctionmz_zip_reader_init_internal
lib/miniz/miniz.c:3087
↓ 3 callersFunctionmz_zip_reader_read_central_dir
lib/miniz/miniz.c:3172
↓ 3 callersFunctionmz_zip_writer_compute_padding_needed_for_file_alignment
lib/miniz/miniz.c:4242
↓ 3 callersFunctionmz_zip_writer_validate_archive_name
lib/miniz/miniz.c:4228
↓ 3 callersFunctionmz_zip_writer_write_zeros
lib/miniz/miniz.c:4251
↓ 3 callersFunctionnext_marker
lib/mozjpeg/jdmarker.c:889
↓ 3 callersFunctionper_scan_setup
lib/mozjpeg/jcmaster.c:365
↓ 3 callersFunctionround_up_pow2
lib/mozjpeg/jmemmgr.c:42
↓ 3 callersFunctionselect_scan_parameters
lib/mozjpeg/jcmaster.c:291
↓ 3 callersFunctionstart_iMCU_row
lib/mozjpeg/jdcoefct.c:81
↓ 3 callersFunctiontdefl_create_comp_flags_from_zip_params
level may actually range from [0,10] (10 is a "hidden" max level, where we want a bit more compression and it's fine if throughput to fall off a cliff
lib/miniz/miniz.c:2783
↓ 3 callersFunctiontdefl_record_match
lib/miniz/miniz.c:2479
↓ 3 callersFunctionucvector_init_buffer
you can both convert from vector to buffer&size and vica versa. If you use init_buffer to take over a buffer and size, it is not needed to use cleanup
lib/zopflipng/lodepng/lodepng.cpp:255
↓ 3 callersFunctionunfilter
lib/zopflipng/lodepng/lodepng.cpp:4082
↓ 2 callersMethodAttribute
lib/tinyxml2/tinyxml2.cpp:1313
↓ 2 callersFunctionBackward
lib/LZMA/LzmaEnc.c:946
↓ 2 callersFunctionColorIndex
Returns 32-bit integer value for RGBA color.
lib/zopflipng/zopflipng_lib.cc:88
↓ 2 callersFunctionCountColors
Counts amount of colors in the image, up to 257. If transparent_counts_as_one is enabled, any color with alpha channel 0 is treated as a single color
lib/zopflipng/zopflipng_lib.cc:95
↓ 2 callersFunctionDeflateBlock
lib/zopfli/deflate.c:700
↓ 2 callersFunctionDeflateSplittingFirst
Does squeeze strategy where first block splitting is done, then each block is squeezed. Parameters: see description of the ZopfliDeflate function. */
lib/zopfli/deflate.c:721
↓ 2 callersFunctionEvent_Create
lib/LZMA/Threads.c:52
↓ 2 callersFunctionEvent_Reset
lib/LZMA/Threads.c:59
↓ 2 callersFunctionFillAlignPrices
lib/LZMA/LzmaEnc.c:1689
↓ 2 callersFunctionFillDistancesPrices
lib/LZMA/LzmaEnc.c:1697
↓ 2 callersFunctionFirstAttribute
Return the first attribute in the list.
lib/tinyxml2/tinyxml2.h:1385
↓ 2 callersFunctionFirstChildElement
lib/tinyxml2/tinyxml2.h:753
↓ 2 callersFunctionFlush
lib/LZMA/LzmaEnc.c:1678
↓ 2 callersFunctionGetDynamicLengths
Calculates the bit lengths for the symbols for dynamic blocks. Chooses bit lengths that give the smallest size of tree encoding + encoding of all the
lib/zopfli/deflate.c:473
↓ 2 callersFunctionGetFixedTree
lib/zopfli/deflate.c:336
↓ 2 callersFunctionGetLengthScore
Gets a score of the length given the distance. Typically, the score of the length is the length itself, but if the distance is very long, decrease the
lib/zopfli/lz77.c:87
↓ 2 callersFunctionGetPosSlot1
lib/LZMA/LzmaEnc.c:113
↓ 2 callersFunctionGetRepLen1Price
lib/LZMA/LzmaEnc.c:911
↓ 2 callersFunctionGetStatistics
Appends the symbol statistics from the store. */
lib/zopfli/squeeze.c:399
↓ 2 callersFunctionHc_GetMatchesSpec
lib/LZMA/LzFind.c:357
↓ 2 callersFunctionHuffmanTree_makeFromLengths2
Second step for the ...makeFromLengths and ...makeFromFrequencies functions. numcodes, lengths and maxbitlen must already be filled in correctly. retu
lib/zopflipng/lodepng/lodepng.cpp:587
↓ 2 callersMethodIsValid
formats/tar.h:24
↓ 2 callersFunctionLZ77OptimalRun
Does a single run for ZopfliLZ77Optimal. For good compression, repeated runs with updated statistics should be performed. s: the block state in: the
lib/zopfli/squeeze.c:431
↓ 2 callersFunctionLenEnc_Init
lib/LZMA/LzmaEnc.c:771
↓ 2 callersFunctionLenPriceEnc_UpdateTable
lib/LZMA/LzmaEnc.c:829
↓ 2 callersFunctionLenPriceEnc_UpdateTables
lib/LZMA/LzmaEnc.c:835
↓ 2 callersFunctionLitEnc_Encode
lib/LZMA/LzmaEnc.c:625
↓ 2 callersFunctionLitEnc_GetPrice
lib/LZMA/LzmaEnc.c:686
↓ 2 callersFunctionLodePNGIText_cleanup
lib/zopflipng/lodepng/lodepng.cpp:2764
↓ 2 callersFunctionLodePNGText_cleanup
lib/zopflipng/lodepng/lodepng.cpp:2699
↓ 2 callersFunctionLodePNGUnknownChunks_cleanup
lib/zopflipng/lodepng/lodepng.cpp:2663
↓ 2 callersFunctionLodePNGUnknownChunks_init
lib/zopflipng/lodepng/lodepng.cpp:2656
↓ 2 callersFunctionLzInWindow_Free
lib/LZMA/LzFind.c:19
↓ 2 callersFunctionLzmaDec_AllocateProbs2
lib/LZMA/LzmaDec.c:1022
↓ 2 callersFunctionLzmaDec_DecodeReal2
lib/LZMA/LzmaDec.c:543
↓ 2 callersFunctionLzmaDec_DecodeToDic
lib/LZMA/LzmaDec.c:803
↓ 2 callersFunctionLzmaDec_FreeDict
lib/LZMA/LzmaDec.c:984
↓ 2 callersFunctionLzmaDec_TryDummy
lib/LZMA/LzmaDec.c:578
↓ 2 callersFunctionLzmaDec_WriteRem
lib/LZMA/LzmaDec.c:515
↓ 2 callersFunctionLzmaEncProps_Init
lib/LZMA/LzmaEnc.c:50
↓ 2 callersFunctionLzmaEncProps_Normalize
lib/LZMA/LzmaEnc.c:59
↓ 2 callersFunctionLzmaEnc_CodeOneBlock
lib/LZMA/LzmaEnc.c:1790
↓ 2 callersFunctionLzmaEnc_Encode2
lib/LZMA/LzmaEnc.c:2216
↓ 2 callersFunctionLzmaEnc_Init
lib/LZMA/LzmaEnc.c:2004
↓ 2 callersFunctionLzmaEnc_InitPrices
lib/LZMA/LzmaEnc.c:2063
↓ 2 callersFunctionLzmaEnc_SetProps
lib/LZMA/LzmaEnc.c:438
↓ 2 callersFunctionLzmaProps_Decode
lib/LZMA/LzmaDec.c:996
↓ 2 callersFunctionMatchFinder_Create
lib/LZMA/LzFind.c:177
↓ 2 callersFunctionMatchFinder_FreeThisClassMemory
lib/LZMA/LzFind.c:157
↓ 2 callersFunctionMatchFinder_Init_2
lib/LZMA/LzFind.c:295
↓ 2 callersFunctionMatchFinder_MoveBlock
lib/LZMA/LzFind.c:98
↓ 2 callersFunctionMatchFinder_NeedMove
lib/LZMA/LzFind.c:106
↓ 2 callersFunctionMatchFinder_ReduceOffsets
lib/LZMA/LzFind.c:51
↓ 2 callersFunctionMatchFinder_SetLimits
lib/LZMA/LzFind.c:266
↓ 2 callersFunctionMtSync_Construct
lib/LZMA/LzFindMt.c:10
↓ 2 callersFunctionMtSync_Create
lib/LZMA/LzFindMt.c:124
↓ 2 callersFunctionMtSync_GetNextBlock
lib/LZMA/LzFindMt.c:23
↓ 2 callersMethodNewText
lib/tinyxml2/tinyxml2.cpp:1751
↓ 2 callersFunctionOptimizeHuffmanForRle
Change the population counts in a way that the consequent Hufmann tree compression, especially its rle-part will be more likely to compress this data
lib/zopfli/deflate.c:381
↓ 2 callersMethodParseName
lib/tinyxml2/tinyxml2.cpp:138
↓ 2 callersFunctionPauseIfNotTerminal
main.cpp:83
↓ 2 callersMethodPop
lib/tinyxml2/tinyxml2.h:249
↓ 2 callersFunctionQueryBoolAttribute
See QueryIntAttribute()
lib/tinyxml2/tinyxml2.h:1286
↓ 2 callersFunctionQueryDoubleAttribute
See QueryIntAttribute()
lib/tinyxml2/tinyxml2.h:1294
↓ 2 callersFunctionQueryFloatAttribute
See QueryIntAttribute()
lib/tinyxml2/tinyxml2.h:1302
↓ 2 callersFunctionQueryIntAttribute
Given an attribute name, QueryIntAttribute() returns XML_NO_ERROR, XML_WRONG_ATTRIBUTE_TYPE if the conversion can't be performed, or XML_NO_
lib/tinyxml2/tinyxml2.h:1270
↓ 2 callersFunctionQueryUnsignedAttribute
See QueryIntAttribute()
lib/tinyxml2/tinyxml2.h:1278
← previousnext →201–300 of 1,291, ranked by callers