Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Erkaman/vulkan_minimal_compute
/ functions
Functions
231 in github.com/Erkaman/vulkan_minimal_compute
⨍
Functions
231
◇
Types & classes
22
↓ 2 callers
Function
preProcessScanlines
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 callers
Function
removePaddingBits
src/lodepng.cpp:4135
↓ 2 callers
Function
searchCodeIndex
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 callers
Function
string_resize
returns 1 if success, 0 if failure ==> nothing done*/
src/lodepng.cpp:279
↓ 2 callers
Function
ucvector_reserve
returns 1 if success, 0 if failure ==> nothing done*/
src/lodepng.cpp:213
↓ 2 callers
Function
updateHashChain
wpos = pos & (windowsize - 1)*/
src/lodepng.cpp:1454
↓ 2 callers
Function
writeLZ77data
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 callers
Function
Adam7_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 callers
Function
Adam7_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 callers
Function
HuffmanTree_make2DTree
the tree representation used by the decoder. return value is error*/
src/lodepng.cpp:546
↓ 1 callers
Function
LodePNGIText_copy
src/lodepng.cpp:2864
↓ 1 callers
Function
LodePNGIText_init
src/lodepng.cpp:2839
↓ 1 callers
Function
LodePNGText_copy
src/lodepng.cpp:2795
↓ 1 callers
Function
LodePNGText_init
src/lodepng.cpp:2776
↓ 1 callers
Function
LodePNGUnknownChunks_copy
src/lodepng.cpp:2753
↓ 1 callers
Function
addBitsToStreamReversed
src/lodepng.cpp:436
↓ 1 callers
Function
addChunk_IDAT
src/lodepng.cpp:4971
↓ 1 callers
Function
addChunk_IEND
src/lodepng.cpp:4986
↓ 1 callers
Function
addChunk_IHDR
src/lodepng.cpp:4888
↓ 1 callers
Function
addChunk_bKGD
src/lodepng.cpp:5079
↓ 1 callers
Function
addChunk_iTXt
src/lodepng.cpp:5038
↓ 1 callers
Function
addChunk_pHYs
src/lodepng.cpp:5126
↓ 1 callers
Function
addChunk_tIME
src/lodepng.cpp:5109
↓ 1 callers
Function
addChunk_zTXt
src/lodepng.cpp:5011
↓ 1 callers
Function
addLengthDistance
src/lodepng.cpp:1343
↓ 1 callers
Function
boundaryPM
Boundary Package Merge step, numpresent is the amount of leaves, and c is the current chain.*/
src/lodepng.cpp:758
↓ 1 callers
Function
bpmnode_sort
sort the leaves with stable mergesort*/
src/lodepng.cpp:731
↓ 1 callers
Function
color_tree_has
src/lodepng.cpp:3040
↓ 1 callers
Function
decodeGeneric
read a PNG, the result will be in the same color type as the PNG (hence "generic")*/
src/lodepng.cpp:4522
↓ 1 callers
Function
deflate
src/lodepng.cpp:2071
↓ 1 callers
Function
deflateDynamic
Deflate for a block of type "dynamic", that is, with freely, optimally, created huffman trees*/
src/lodepng.cpp:1724
↓ 1 callers
Function
deflateFixed
src/lodepng.cpp:1969
↓ 1 callers
Function
deflateNoCompression
src/lodepng.cpp:1653
↓ 1 callers
Function
encode
src/lodepng.cpp:6163
↓ 1 callers
Function
flog2
log2 approximation. A slight bit faster than std::log. */
src/lodepng.cpp:5201
↓ 1 callers
Function
getPaletteTranslucency
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 callers
Function
getTreeInflateDynamic
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 callers
Function
getTreeInflateFixed
get the tree of a deflated block with fixed tree, as specified in the deflate specification*/
src/lodepng.cpp:975
↓ 1 callers
Function
getValueRequiredBits
Returns how many bits needed to represent given value (max 8 bit)*/
src/lodepng.cpp:3557
↓ 1 callers
Function
hash_cleanup
src/lodepng.cpp:1408
↓ 1 callers
Function
hash_init
src/lodepng.cpp:1381
↓ 1 callers
Function
inflate
src/lodepng.cpp:1296
↓ 1 callers
Function
inflateHuffmanBlock
inflate a block with dynamic of fixed Huffman tree*/
src/lodepng.cpp:1131
↓ 1 callers
Function
inflateNoCompression
src/lodepng.cpp:1225
↓ 1 callers
Function
load_file
src/lodepng.cpp:6017
↓ 1 callers
Function
lodepng_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 callers
Function
lodepng_can_have_alpha
src/lodepng.cpp:2701
↓ 1 callers
Function
lodepng_chunk_ancillary
src/lodepng.cpp:2439
↓ 1 callers
Function
lodepng_chunk_check_crc
src/lodepng.cpp:2464
↓ 1 callers
Function
lodepng_chunk_create
src/lodepng.cpp:2512
↓ 1 callers
Function
lodepng_chunk_data_const
src/lodepng.cpp:2459
↓ 1 callers
Function
lodepng_chunk_generate_crc
src/lodepng.cpp:2474
↓ 1 callers
Function
lodepng_chunk_next
src/lodepng.cpp:2481
↓ 1 callers
Function
lodepng_chunk_next_const
src/lodepng.cpp:2487
↓ 1 callers
Function
lodepng_color_profile_init
src/lodepng.cpp:3533
↓ 1 callers
Function
lodepng_compress_settings_init
src/lodepng.cpp:2273
↓ 1 callers
Function
lodepng_decoder_settings_init
src/lodepng.cpp:4815
↓ 1 callers
Function
lodepng_decompress_settings_init
src/lodepng.cpp:2295
↓ 1 callers
Function
lodepng_deflate
src/lodepng.cpp:2058
↓ 1 callers
Function
lodepng_deflatev
src/lodepng.cpp:2017
↓ 1 callers
Function
lodepng_encoder_settings_init
src/lodepng.cpp:5882
↓ 1 callers
Function
lodepng_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 callers
Function
lodepng_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 callers
Function
lodepng_has_palette_alpha
src/lodepng.cpp:2691
↓ 1 callers
Function
lodepng_huffman_code_lengths
src/lodepng.cpp:789
↓ 1 callers
Function
lodepng_inflate
src/lodepng.cpp:1283
↓ 1 callers
Function
lodepng_inflatev
src/lodepng.cpp:1253
↓ 1 callers
Function
lodepng_inspect
read the information from the header and store it in the LodePNGInfo. return value is error*/
src/lodepng.cpp:3903
↓ 1 callers
Function
lodepng_is_alpha_type
src/lodepng.cpp:2681
↓ 1 callers
Function
lodepng_is_greyscale_type
src/lodepng.cpp:2676
↓ 1 callers
Function
lodepng_load_file
src/lodepng.cpp:387
↓ 1 callers
Function
lodepng_palette_add
src/lodepng.cpp:2644
↓ 1 callers
Function
lodepng_zlib_compress
src/lodepng.cpp:2188
↓ 1 callers
Function
lodepng_zlib_decompress
src/lodepng.cpp:2126
↓ 1 callers
Function
postProcessScanlines
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 callers
Function
readChunk_PLTE
src/lodepng.cpp:4215
↓ 1 callers
Function
readChunk_bKGD
background color chunk (bKGD)*/
src/lodepng.cpp:4275
↓ 1 callers
Function
readChunk_iTXt
international text chunk (iTXt)*/
src/lodepng.cpp:4400
↓ 1 callers
Function
readChunk_pHYs
src/lodepng.cpp:4508
↓ 1 callers
Function
readChunk_tEXt
text chunk (tEXt)*/
src/lodepng.cpp:4308
↓ 1 callers
Function
readChunk_tIME
src/lodepng.cpp:4493
↓ 1 callers
Function
readChunk_tRNS
src/lodepng.cpp:4239
↓ 1 callers
Function
readChunk_zTXt
compressed text chunk (zTXt)*/
src/lodepng.cpp:4351
↓ 1 callers
Function
rgba16ToPixel
put a pixel, given its RGBA16 color, into image of any color 16-bitdepth type*/
src/lodepng.cpp:3140
↓ 1 callers
Function
rgba8ToPixel
put a pixel, given its RGBA color, into image of any color type*/
src/lodepng.cpp:3066
↓ 1 callers
Method
run
src/main.cpp:124
↓ 1 callers
Function
save_file
write given buffer to the file, overwriting the file, it doesn't append to it.*/
src/lodepng.cpp:6026
↓ 1 callers
Function
setBitOfReversedStream0
src/lodepng.cpp:2397
↓ 1 callers
Function
uivector_reserve
returns 1 if success, 0 if failure ==> nothing done*/
src/lodepng.cpp:152
↓ 1 callers
Function
unfilterScanline
src/lodepng.cpp:3969
↓ 1 callers
Function
update_adler32
src/lodepng.cpp:2091
↓ 1 callers
Function
writeSignature
src/lodepng.cpp:4875
Method
State
src/lodepng.cpp:6081
Method
cleanup
src/main.cpp:753
Function
compress
src/lodepng.cpp:6056
Method
createBuffer
src/main.cpp:442
Method
createCommandBuffer
src/main.cpp:665
Method
createComputePipeline
src/main.cpp:608
Method
createDescriptorSet
src/main.cpp:521
Method
createDescriptorSetLayout
src/main.cpp:491
← previous
next →
101–200 of 231, ranked by callers