Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FLIF-hub/FLIF
/ functions
Functions
1,242 in github.com/FLIF-hub/FLIF
⨍
Functions
1,242
◇
Types & classes
122
↓ 2 callers
Function
predict_and_calcProps_scanlines
src/common.cpp:69
↓ 2 callers
Method
prepare_row
src/flif-dec.cpp:579
↓ 2 callers
Method
read_bit
src/maniac/rac.hpp:121
↓ 2 callers
Method
read_int
src/maniac/compound.hpp:107
↓ 2 callers
Method
read_int
src/maniac/compound_enc.hpp:137
↓ 2 callers
Method
removeColor
src/transform/colorbuckets.hpp:81
↓ 2 callers
Function
removePaddingBits
extern/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
extern/lodepng.cpp:1328
↓ 2 callers
Function
smal_decode_segment
Kudos to Rich Taylor for figuring out SMaL's compression algorithm. */
raw-tools/sony_arw/dcraw.c:2916
↓ 2 callers
Function
stbi__bit_reverse
extern/stb_image.h:3484
↓ 2 callers
Function
stbi__build_huffman
extern/stb_image.h:1521
↓ 2 callers
Function
stbi__check_png_header
extern/stb_image.h:3931
↓ 2 callers
Function
stbi__copyval
extern/stb_image.h:5304
↓ 2 callers
Function
stbi__create_png_image_raw
create the png data from post-deflated data
extern/stb_image.h:3981
↓ 2 callers
Function
stbi__fill_bits
extern/stb_image.h:3565
↓ 2 callers
Function
stbi__fill_gif_background
extern/stb_image.h:5674
↓ 2 callers
Function
stbi__gif_header
extern/stb_image.h:5520
↓ 2 callers
Function
stbi__gif_parse_colortable
extern/stb_image.h:5509
↓ 2 callers
Function
stbi__hdr_load
extern/stb_image.h:5903
↓ 2 callers
Function
stbi__jpeg_decode_block
decode one 64-entry block--
extern/stb_image.h:1719
↓ 2 callers
Function
stbi__jpeg_decode_block_prog_dc
extern/stb_image.h:1771
↓ 2 callers
Function
stbi__jpeg_get_bits
get some unsigned bits
extern/stb_image.h:1680
↓ 2 callers
Function
stbi__parse_png_file
extern/stb_image.h:4320
↓ 2 callers
Function
stbi__pnm_info
extern/stb_image.h:6246
↓ 2 callers
Function
stbi__process_marker
extern/stb_image.h:2601
↓ 2 callers
Function
stbi__refill_buffer
extern/stb_image.h:1213
↓ 2 callers
Function
stbi__setup_jpeg
set up the kernels
extern/stb_image.h:3257
↓ 2 callers
Function
stbi_write_bmp_core
extern/stb_image_write.h:341
↓ 2 callers
Function
stbi_write_hdr_core
extern/stb_image_write.h:587
↓ 2 callers
Function
stbi_write_png_to_mem
extern/stb_image_write.h:850
↓ 2 callers
Function
stbi_write_tga_core
extern/stb_image_write.h:370
↓ 2 callers
Function
stbiw__linear_to_rgbe
extern/stb_image_write.h:465
↓ 2 callers
Function
stbiw__outfile
extern/stb_image_write.h:327
↓ 2 callers
Function
stbiw__writefv
extern/stb_image_write.h:226
↓ 2 callers
Function
stbiw__zhash
extern/stb_image_write.h:688
↓ 2 callers
Function
stbiw__zlib_countm
extern/stb_image_write.h:680
↓ 2 callers
Method
store
src/image/image.hpp:69
↓ 2 callers
Function
string_resize
returns 1 if success, 0 if failure ==> nothing done*/
extern/lodepng.cpp:279
↓ 2 callers
Function
swap16
swap endianess
src/image/crc32k.hpp:53
↓ 2 callers
Function
tiff_head
raw-tools/sony_arw/dcraw.c:9643
↓ 2 callers
Function
ucvector_reserve
returns 1 if success, 0 if failure ==> nothing done*/
extern/lodepng.cpp:213
↓ 2 callers
Function
undo_palette
src/flif-dec.cpp:258
↓ 2 callers
Function
updateHashChain
wpos = pos & (windowsize - 1)*/
extern/lodepng.cpp:1454
↓ 2 callers
Function
updateTextures
returns true on success
src/viewflif.c:142
↓ 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
extern/lodepng.cpp:1695
↓ 2 callers
Method
write_int
src/maniac/compound_enc.hpp:114
↓ 2 callers
Method
write_row_GRAY16
src/library/flif-interface_common.cpp:102
↓ 2 callers
Method
write_row_GRAY8
src/library/flif-interface_common.cpp:77
↓ 2 callers
Method
write_row_PALETTE8
src/library/flif-interface_common.cpp:127
↓ 2 callers
Method
write_row_RGBA8
src/library/flif-interface_common.cpp:36
↓ 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
extern/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
extern/lodepng.cpp:5462
↓ 1 callers
Function
HexStringToBytes
Converts the NULL terminated 'hexstring' which contains 2-byte character representations of hex values to raw data. 'hexstring' may contain values con
src/image/image-png-metadata.hpp:14
↓ 1 callers
Function
HuffmanTree_make2DTree
the tree representation used by the decoder. return value is error*/
extern/lodepng.cpp:546
↓ 1 callers
Function
LodePNGIText_copy
extern/lodepng.cpp:2864
↓ 1 callers
Function
LodePNGIText_init
extern/lodepng.cpp:2839
↓ 1 callers
Function
LodePNGText_copy
extern/lodepng.cpp:2795
↓ 1 callers
Function
LodePNGText_init
extern/lodepng.cpp:2776
↓ 1 callers
Function
LodePNGUnknownChunks_copy
extern/lodepng.cpp:2753
↓ 1 callers
Function
ProcessRawProfile
src/image/image-png-metadata.hpp:42
↓ 1 callers
Method
abort
src/library/flif-interface_dec.cpp:86
↓ 1 callers
Function
abort_decode
src/viewflif.c:314
↓ 1 callers
Method
abort_decoding
src/image/image.hpp:1003
↓ 1 callers
Function
addBitsToStreamReversed
extern/lodepng.cpp:436
↓ 1 callers
Function
addChunk_IDAT
extern/lodepng.cpp:4971
↓ 1 callers
Function
addChunk_IEND
extern/lodepng.cpp:4986
↓ 1 callers
Function
addChunk_IHDR
extern/lodepng.cpp:4888
↓ 1 callers
Function
addChunk_bKGD
extern/lodepng.cpp:5079
↓ 1 callers
Function
addChunk_iTXt
extern/lodepng.cpp:5038
↓ 1 callers
Function
addChunk_pHYs
extern/lodepng.cpp:5126
↓ 1 callers
Function
addChunk_tIME
extern/lodepng.cpp:5109
↓ 1 callers
Function
addChunk_zTXt
extern/lodepng.cpp:5011
↓ 1 callers
Function
addLengthDistance
extern/lodepng.cpp:1343
↓ 1 callers
Method
add_image
src/library/flif-interface_enc.cpp:30
↓ 1 callers
Method
add_image_move
src/library/flif-interface_enc.cpp:36
↓ 1 callers
Function
boundaryPM
Boundary Package Merge step, numpresent is the amount of leaves, and c is the current chain.*/
extern/lodepng.cpp:758
↓ 1 callers
Function
bpmnode_sort
sort the leaves with stable mergesort*/
extern/lodepng.cpp:731
↓ 1 callers
Function
build_table
src/maniac/chance.cpp:23
↓ 1 callers
Method
bytes_per_pixel
src/image/image.hpp:334
↓ 1 callers
Function
canon_600_auto_wb
raw-tools/sony_arw/dcraw.c:474
↓ 1 callers
Function
canon_600_coeff
raw-tools/sony_arw/dcraw.c:516
↓ 1 callers
Function
canon_600_color
Return values: 0 = white 1 = near white 2 = not white */
raw-tools/sony_arw/dcraw.c:445
↓ 1 callers
Function
canon_600_correct
raw-tools/sony_arw/dcraw.c:563
↓ 1 callers
Function
canon_600_fixed_wb
raw-tools/sony_arw/dcraw.c:424
↓ 1 callers
Function
canon_has_lowbits
Return 0 if the image starts with compressed data, 1 if it starts with uncompressed low-order bits. In Canon compressed data, 0xff is always fo
raw-tools/sony_arw/dcraw.c:739
↓ 1 callers
Function
canon_s2is
raw-tools/sony_arw/dcraw.c:582
↓ 1 callers
Function
check_metadata_extension
src/flif.cpp:188
↓ 1 callers
Function
ciff_block_1030
CIFF block 0x1030 contains an 8x8 white sample. Load this into white[][] for use in scale_colors(). */
raw-tools/sony_arw/dcraw.c:6497
↓ 1 callers
Function
color_tree_has
extern/lodepng.cpp:3040
↓ 1 callers
Method
compute_crc32
src/image/image.hpp:339
↓ 1 callers
Function
crc32_16bytes_prefetch
compute CRC32 (Slicing-by-16 algorithm, prefetch upcoming data blocks)
src/image/crc32k.cpp:316
↓ 1 callers
Function
crw_init_tables
raw-tools/sony_arw/dcraw.c:671
↓ 1 callers
Function
dcraw_main
raw-tools/sony_arw/dcraw.c:9789
↓ 1 callers
Function
decodeGeneric
read a PNG, the result will be in the same color type as the PNG (hence "generic")*/
extern/lodepng.cpp:4522
↓ 1 callers
Function
decodeThread
When decoding progressively, this is a separate thread (so a partially loaded animation keeps playing while decoding more detail)
src/viewflif.c:279
↓ 1 callers
Method
decode_file
src/library/flif-interface_dec.cpp:35
↓ 1 callers
Method
decode_filepointer
src/library/flif-interface_dec.cpp:43
↓ 1 callers
Method
decode_memory
src/library/flif-interface_dec.cpp:65
↓ 1 callers
Function
deflate
extern/lodepng.cpp:2071
↓ 1 callers
Function
deflateDynamic
Deflate for a block of type "dynamic", that is, with freely, optimally, created huffman trees*/
extern/lodepng.cpp:1724
← previous
next →
401–500 of 1,242, ranked by callers