MCPcopy Create free account

hub / github.com/Erkaman/vulkan_minimal_compute / functions

Functions231 in github.com/Erkaman/vulkan_minimal_compute

↓ 2 callersFunctionpreProcessScanlines
out must be buffer big enough to contain uncompressed IDAT chunk data, and in must contain the full image. return value is error**/
src/lodepng.cpp:5513
↓ 2 callersFunctionremovePaddingBits
src/lodepng.cpp:4135
↓ 2 callersFunctionsearchCodeIndex
search the index in the array, that has the largest value smaller than or equal to the given value, given array must be sorted (if no value is smaller
src/lodepng.cpp:1328
↓ 2 callersFunctionstring_resize
returns 1 if success, 0 if failure ==> nothing done*/
src/lodepng.cpp:279
↓ 2 callersFunctionucvector_reserve
returns 1 if success, 0 if failure ==> nothing done*/
src/lodepng.cpp:213
↓ 2 callersFunctionupdateHashChain
wpos = pos & (windowsize - 1)*/
src/lodepng.cpp:1454
↓ 2 callersFunctionwriteLZ77data
write the lz77-encoded data, which has lit, len and dist codes, to compressed stream using huffman trees. tree_ll: the tree for lit and len codes. tre
src/lodepng.cpp:1695
↓ 1 callersFunctionAdam7_deinterlace
in: Adam7 interlaced image, with no padding bits between scanlines, but between reduced images so that each reduced image starts at a byte. out: the
src/lodepng.cpp:4085
↓ 1 callersFunctionAdam7_interlace
in: non-interlaced image with size w*h out: the same pixels, but re-ordered according to PNG's Adam7 interlacing, with no padding bits between scanli
src/lodepng.cpp:5462
↓ 1 callersFunctionHuffmanTree_make2DTree
the tree representation used by the decoder. return value is error*/
src/lodepng.cpp:546
↓ 1 callersFunctionLodePNGIText_copy
src/lodepng.cpp:2864
↓ 1 callersFunctionLodePNGIText_init
src/lodepng.cpp:2839
↓ 1 callersFunctionLodePNGText_copy
src/lodepng.cpp:2795
↓ 1 callersFunctionLodePNGText_init
src/lodepng.cpp:2776
↓ 1 callersFunctionLodePNGUnknownChunks_copy
src/lodepng.cpp:2753
↓ 1 callersFunctionaddBitsToStreamReversed
src/lodepng.cpp:436
↓ 1 callersFunctionaddChunk_IDAT
src/lodepng.cpp:4971
↓ 1 callersFunctionaddChunk_IEND
src/lodepng.cpp:4986
↓ 1 callersFunctionaddChunk_IHDR
src/lodepng.cpp:4888
↓ 1 callersFunctionaddChunk_bKGD
src/lodepng.cpp:5079
↓ 1 callersFunctionaddChunk_iTXt
src/lodepng.cpp:5038
↓ 1 callersFunctionaddChunk_pHYs
src/lodepng.cpp:5126
↓ 1 callersFunctionaddChunk_tIME
src/lodepng.cpp:5109
↓ 1 callersFunctionaddChunk_zTXt
src/lodepng.cpp:5011
↓ 1 callersFunctionaddLengthDistance
src/lodepng.cpp:1343
↓ 1 callersFunctionboundaryPM
Boundary Package Merge step, numpresent is the amount of leaves, and c is the current chain.*/
src/lodepng.cpp:758
↓ 1 callersFunctionbpmnode_sort
sort the leaves with stable mergesort*/
src/lodepng.cpp:731
↓ 1 callersFunctioncolor_tree_has
src/lodepng.cpp:3040
↓ 1 callersFunctiondecodeGeneric
read a PNG, the result will be in the same color type as the PNG (hence "generic")*/
src/lodepng.cpp:4522
↓ 1 callersFunctiondeflate
src/lodepng.cpp:2071
↓ 1 callersFunctiondeflateDynamic
Deflate for a block of type "dynamic", that is, with freely, optimally, created huffman trees*/
src/lodepng.cpp:1724
↓ 1 callersFunctiondeflateFixed
src/lodepng.cpp:1969
↓ 1 callersFunctiondeflateNoCompression
src/lodepng.cpp:1653
↓ 1 callersFunctionencode
src/lodepng.cpp:6163
↓ 1 callersFunctionflog2
log2 approximation. A slight bit faster than std::log. */
src/lodepng.cpp:5201
↓ 1 callersFunctiongetPaletteTranslucency
palette must have 4 * palettesize bytes allocated, and given in format RGBARGBARGBARGBA... returns 0 if the palette is opaque, returns 1 if the palett
src/lodepng.cpp:5606
↓ 1 callersFunctiongetTreeInflateDynamic
get the tree of a deflated block with dynamic tree, the tree itself is also Huffman compressed with a known tree*/
src/lodepng.cpp:983
↓ 1 callersFunctiongetTreeInflateFixed
get the tree of a deflated block with fixed tree, as specified in the deflate specification*/
src/lodepng.cpp:975
↓ 1 callersFunctiongetValueRequiredBits
Returns how many bits needed to represent given value (max 8 bit)*/
src/lodepng.cpp:3557
↓ 1 callersFunctionhash_cleanup
src/lodepng.cpp:1408
↓ 1 callersFunctionhash_init
src/lodepng.cpp:1381
↓ 1 callersFunctioninflate
src/lodepng.cpp:1296
↓ 1 callersFunctioninflateHuffmanBlock
inflate a block with dynamic of fixed Huffman tree*/
src/lodepng.cpp:1131
↓ 1 callersFunctioninflateNoCompression
src/lodepng.cpp:1225
↓ 1 callersFunctionload_file
src/lodepng.cpp:6017
↓ 1 callersFunctionlodepng_auto_choose_color
Automatically chooses color type that gives smallest amount of bits in the output image, e.g. grey if there are only greyscale pixels, palette if ther
src/lodepng.cpp:3763
↓ 1 callersFunctionlodepng_can_have_alpha
src/lodepng.cpp:2701
↓ 1 callersFunctionlodepng_chunk_ancillary
src/lodepng.cpp:2439
↓ 1 callersFunctionlodepng_chunk_check_crc
src/lodepng.cpp:2464
↓ 1 callersFunctionlodepng_chunk_create
src/lodepng.cpp:2512
↓ 1 callersFunctionlodepng_chunk_data_const
src/lodepng.cpp:2459
↓ 1 callersFunctionlodepng_chunk_generate_crc
src/lodepng.cpp:2474
↓ 1 callersFunctionlodepng_chunk_next
src/lodepng.cpp:2481
↓ 1 callersFunctionlodepng_chunk_next_const
src/lodepng.cpp:2487
↓ 1 callersFunctionlodepng_color_profile_init
src/lodepng.cpp:3533
↓ 1 callersFunctionlodepng_compress_settings_init
src/lodepng.cpp:2273
↓ 1 callersFunctionlodepng_decoder_settings_init
src/lodepng.cpp:4815
↓ 1 callersFunctionlodepng_decompress_settings_init
src/lodepng.cpp:2295
↓ 1 callersFunctionlodepng_deflate
src/lodepng.cpp:2058
↓ 1 callersFunctionlodepng_deflatev
src/lodepng.cpp:2017
↓ 1 callersFunctionlodepng_encoder_settings_init
src/lodepng.cpp:5882
↓ 1 callersFunctionlodepng_error_text
This returns the description of a numerical error code in English. This is also the documentation of all the error codes. */
src/lodepng.cpp:5904
↓ 1 callersFunctionlodepng_get_color_profile
profile must already have been inited with mode. It's ok to set some parameters of profile to done already.*/
src/lodepng.cpp:3567
↓ 1 callersFunctionlodepng_has_palette_alpha
src/lodepng.cpp:2691
↓ 1 callersFunctionlodepng_huffman_code_lengths
src/lodepng.cpp:789
↓ 1 callersFunctionlodepng_inflate
src/lodepng.cpp:1283
↓ 1 callersFunctionlodepng_inflatev
src/lodepng.cpp:1253
↓ 1 callersFunctionlodepng_inspect
read the information from the header and store it in the LodePNGInfo. return value is error*/
src/lodepng.cpp:3903
↓ 1 callersFunctionlodepng_is_alpha_type
src/lodepng.cpp:2681
↓ 1 callersFunctionlodepng_is_greyscale_type
src/lodepng.cpp:2676
↓ 1 callersFunctionlodepng_load_file
src/lodepng.cpp:387
↓ 1 callersFunctionlodepng_palette_add
src/lodepng.cpp:2644
↓ 1 callersFunctionlodepng_zlib_compress
src/lodepng.cpp:2188
↓ 1 callersFunctionlodepng_zlib_decompress
src/lodepng.cpp:2126
↓ 1 callersFunctionpostProcessScanlines
out must be buffer big enough to contain full image, and in must contain the full decompressed data from the IDAT chunks (with filter index bytes and
src/lodepng.cpp:4165
↓ 1 callersFunctionreadChunk_PLTE
src/lodepng.cpp:4215
↓ 1 callersFunctionreadChunk_bKGD
background color chunk (bKGD)*/
src/lodepng.cpp:4275
↓ 1 callersFunctionreadChunk_iTXt
international text chunk (iTXt)*/
src/lodepng.cpp:4400
↓ 1 callersFunctionreadChunk_pHYs
src/lodepng.cpp:4508
↓ 1 callersFunctionreadChunk_tEXt
text chunk (tEXt)*/
src/lodepng.cpp:4308
↓ 1 callersFunctionreadChunk_tIME
src/lodepng.cpp:4493
↓ 1 callersFunctionreadChunk_tRNS
src/lodepng.cpp:4239
↓ 1 callersFunctionreadChunk_zTXt
compressed text chunk (zTXt)*/
src/lodepng.cpp:4351
↓ 1 callersFunctionrgba16ToPixel
put a pixel, given its RGBA16 color, into image of any color 16-bitdepth type*/
src/lodepng.cpp:3140
↓ 1 callersFunctionrgba8ToPixel
put a pixel, given its RGBA color, into image of any color type*/
src/lodepng.cpp:3066
↓ 1 callersMethodrun
src/main.cpp:124
↓ 1 callersFunctionsave_file
write given buffer to the file, overwriting the file, it doesn't append to it.*/
src/lodepng.cpp:6026
↓ 1 callersFunctionsetBitOfReversedStream0
src/lodepng.cpp:2397
↓ 1 callersFunctionuivector_reserve
returns 1 if success, 0 if failure ==> nothing done*/
src/lodepng.cpp:152
↓ 1 callersFunctionunfilterScanline
src/lodepng.cpp:3969
↓ 1 callersFunctionupdate_adler32
src/lodepng.cpp:2091
↓ 1 callersFunctionwriteSignature
src/lodepng.cpp:4875
MethodState
src/lodepng.cpp:6081
Methodcleanup
src/main.cpp:753
Functioncompress
src/lodepng.cpp:6056
MethodcreateBuffer
src/main.cpp:442
MethodcreateCommandBuffer
src/main.cpp:665
MethodcreateComputePipeline
src/main.cpp:608
MethodcreateDescriptorSet
src/main.cpp:521
MethodcreateDescriptorSetLayout
src/main.cpp:491
← previousnext →101–200 of 231, ranked by callers