MCPcopy Create free account

hub / github.com/7thSamurai/steganography / functions

Functions516 in github.com/7thSamurai/steganography

↓ 3 callersFunctionstbi__free_jpeg_components
ext/stb/stb_image.h:3207
↓ 3 callersFunctionstbi__hdr_convert
ext/stb/stb_image.h:7053
↓ 3 callersFunctionstbi__info_main
ext/stb/stb_image.h:7541
↓ 3 callersFunctionstbi__is_16_main
ext/stb/stb_image.h:7583
↓ 3 callersFunctionstbi__load_and_postprocess_16bit
ext/stb/stb_image.h:1266
↓ 3 callersFunctionstbi__loadf_main
ext/stb/stb_image.h:1440
↓ 3 callersFunctionstbi__mad4sizes_valid
ext/stb/stb_image.h:1036
↓ 3 callersFunctionstbi__malloc_mad4
ext/stb/stb_image.h:1059
↓ 3 callersFunctionstbi__pic_is4
ext/stb/stb_image.h:6258
↓ 3 callersFunctionstbi__pnm_getinteger
ext/stb/stb_image.h:7482
↓ 3 callersFunctionstbi__pnm_info
ext/stb/stb_image.h:7494
↓ 3 callersFunctionstbi__pnm_skip_whitespace
ext/stb/stb_image.h:7463
↓ 3 callersFunctionstbi__zeof
ext/stb/stb_image.h:4134
↓ 3 callersFunctionstbi__zexpand
ext/stb/stb_image.h:4204
↓ 3 callersFunctionstbi__zhuffman_decode
ext/stb/stb_image.h:4185
↓ 3 callersFunctionstbiw__encode_png_line
@OPTIMIZE: provide an option that always forces left-predict or paeth predict
ext/stb/stb_image_write.h:1038
↓ 3 callersFunctionstbiw__jpg_processDU
ext/stb/stb_image_write.h:1274
↓ 3 callersFunctionstbiw__paeth
ext/stb/stb_image_write.h:1029
↓ 3 callersFunctionstbiw__wpcrc
ext/stb/stb_image_write.h:1023
↓ 3 callersFunctionstbiw__write3
ext/stb/stb_image_write.h:388
↓ 3 callersFunctionstbiw__write_pixel
ext/stb/stb_image_write.h:395
↓ 3 callersMethodupdate
src/sha256.cpp:34
↓ 3 callersMethodupdate
src/crc32.cpp:73
↓ 3 callersMethodw
src/image.hpp:26
↓ 2 callersFunctionH
src/sha256.cpp:127
↓ 2 callersFunction_tr_flush_bits
=========================================================================== * Flush the bits in the bit buffer to pending output (leaves at most 7 bi
ext/zlib/trees.c:886
↓ 2 callersMethodaction
ext/argparse/argparse.hpp:421
↓ 2 callersMethodadd_subparser
ext/argparse/argparse.hpp:1404
↓ 2 callersFunctionadler32_combine_
========================================================================= */
ext/zlib/adler32.c:143
↓ 2 callersFunctionbi_flush
=========================================================================== * Flush the bit buffer, keeping at most 7 bits in it. */
ext/zlib/trees.c:1173
↓ 2 callersFunctionbi_reverse
=========================================================================== * Reverse the first len bits of a code, using straightforward code (a fas
ext/zlib/trees.c:1158
↓ 2 callersFunctionbi_windup
=========================================================================== * Flush the bit buffer and align the output on a byte boundary */
ext/zlib/trees.c:1190
↓ 2 callersMethodcbc_decrypt
src/aes.cpp:108
↓ 2 callersMethodcbc_encrypt
src/aes.cpp:90
↓ 2 callersFunctioncompress2
=========================================================================== Compresses the source buffer into the destination buffer. The level
ext/zlib/compress.c:22
↓ 2 callersFunctioncompress_block
=========================================================================== * Send the block data compressed using the given Huffman trees */
ext/zlib/trees.c:1064
↓ 2 callersFunctioncrc32_combine_
========================================================================= */
ext/zlib/crc32.c:372
↓ 2 callersFunctiondeflateReset
========================================================================= */
ext/zlib/deflate.c:505
↓ 2 callersFunctionfixedtables
Return state with length and distance decoding tables and index sizes set to fixed code decoding. Normally this returns fixed tables from inffixed
ext/zlib/inflate.c:278
↓ 2 callersFunctiongen_codes
=========================================================================== * Generate the codes for a given tree and bit counts (which need not be
ext/zlib/trees.c:572
↓ 2 callersMethodget_hash
src/sha256.cpp:78
↓ 2 callersFunctiongz_avail
Load up input buffer and set eof flag if last data loaded -- return -1 on error, 0 otherwise. Note that the eof flag is set when the end of the in
ext/zlib/gzread.c:56
↓ 2 callersFunctiongz_decomp
Decompress from input to the provided next_out and avail_out in the state. On return, state->x.have and state->x.next point to the just decompresse
ext/zlib/gzread.c:175
↓ 2 callersFunctiongz_look
Look for gzip header, set up for inflate or copy. state->x.have must be 0. If this is the first time in, allocate required memory. state->how wil
ext/zlib/gzread.c:91
↓ 2 callersFunctiongz_reset
Reset gzip file state */
ext/zlib/gzlib.c:75
↓ 2 callersFunctiongzclose_r
-- see zlib.h -- */
ext/zlib/gzread.c:627
↓ 2 callersFunctionhmac_sha256
src/sha256.cpp:135
↓ 2 callersFunctioninflate_fast
Decode literal, length, and distance codes and write out the resulting literal and match bytes until either not enough input or output is availa
ext/zlib/inffast.c:50
↓ 2 callersFunctioninit_block
=========================================================================== * Initialize a new block. */
ext/zlib/trees.c:407
↓ 2 callersMethodis_subcommand_used
Getter that returns true for user-supplied options. Returns false if not * user-supplied, even with a default value. */
ext/argparse/argparse.hpp:1259
↓ 2 callersFunctionjoin
ext/argparse/argparse.hpp:334
↓ 2 callersMethodload
src/image.cpp:10
↓ 2 callersFunctionlongest_match
For 80x86 and 680x0, an optimized version will be provided in match.asm or * match.S. The code will be functionally equivalent. */
ext/zlib/deflate.c:1236
↓ 2 callersFunctionmake_crc_table
MAKECRCH */ Generate tables for a byte-wise 32-bit CRC calculation on the polynomial: x^32+x^26+x^23+x^22+x^16+x^12+x^11+x^10+x^8+x^7+x^5+x^4+x^2+x+
ext/zlib/crc32.c:88
↓ 2 callersMethodparse_args
Call parse_args_internal - which does all the work * Then, validate the parsed arguments * This variant is used mainly for testing * @throws
ext/argparse/argparse.hpp:1183
↓ 2 callersFunctionpbkdf2_hmac_sha256
src/sha256.cpp:160
↓ 2 callersFunctionpointer_range
ext/argparse/argparse.hpp:170
↓ 2 callersFunctionpqdownheap
=========================================================================== * Restore the heap property by moving down the tree starting at node k,
ext/zlib/trees.c:451
↓ 2 callersFunctionscan_tree
=========================================================================== * Scan a literal or distance tree to determine the frequencies of the cod
ext/zlib/trees.c:703
↓ 2 callersFunctionsend_tree
=========================================================================== * Send a literal or distance tree in compressed form, using the codes in
ext/zlib/trees.c:748
↓ 2 callersFunctionslide_hash
=========================================================================== * Slide the hash table when sliding the window down (could be avoided wit
ext/zlib/deflate.c:201
↓ 2 callersFunctionstbi__bit_reverse
ext/stb/stb_image.h:4059
↓ 2 callersFunctionstbi__bmp_parse_header
ext/stb/stb_image.h:5384
↓ 2 callersFunctionstbi__bmp_set_mask_defaults
ext/stb/stb_image.h:5358
↓ 2 callersFunctionstbi__build_huffman
ext/stb/stb_image.h:1983
↓ 2 callersFunctionstbi__check_png_header
ext/stb/stb_image.h:4543
↓ 2 callersFunctionstbi__convert_format16
ext/stb/stb_image.h:1792
↓ 2 callersFunctionstbi__copyval
ext/stb/stb_image.h:6303
↓ 2 callersFunctionstbi__create_png_image_raw
create the png data from post-deflated data
ext/stb/stb_image.h:4594
↓ 2 callersFunctionstbi__fill_bits
ext/stb/stb_image.h:4144
↓ 2 callersFunctionstbi__gif_header
ext/stb/stb_image.h:6530
↓ 2 callersFunctionstbi__gif_load_next
this function is designed to support animated gifs, although stb_image doesn't support it two back is the image from two frames ago, used for a very s
ext/stb/stb_image.h:6700
↓ 2 callersFunctionstbi__gif_parse_colortable
ext/stb/stb_image.h:6519
↓ 2 callersFunctionstbi__gif_test
ext/stb/stb_image.h:6512
↓ 2 callersFunctionstbi__hdr_load
ext/stb/stb_image.h:7080
↓ 2 callersFunctionstbi__hdr_test_core
ext/stb/stb_image.h:7009
↓ 2 callersFunctionstbi__jpeg_decode_block
decode one 64-entry block--
ext/stb/stb_image.h:2182
↓ 2 callersFunctionstbi__jpeg_decode_block_prog_dc
ext/stb/stb_image.h:2234
↓ 2 callersFunctionstbi__jpeg_get_bits
get some unsigned bits
ext/stb/stb_image.h:2143
↓ 2 callersFunctionstbi__load_main
ext/stb/stb_image.h:1117
↓ 2 callersFunctionstbi__parse_png_file
ext/stb/stb_image.h:5023
↓ 2 callersFunctionstbi__png_info_raw
ext/stb/stb_image.h:5246
↓ 2 callersFunctionstbi__process_marker
ext/stb/stb_image.h:3065
↓ 2 callersFunctionstbi__refill_buffer
ext/stb/stb_image.h:1577
↓ 2 callersFunctionstbi__setup_jpeg
set up the kernels
ext/stb/stb_image.h:3767
↓ 2 callersFunctionstbi__tga_read_rgb16
read 16bit value and convert to 24bit RGB
ext/stb/stb_image.h:5774
↓ 2 callersFunctionstbi_write_bmp_core
ext/stb/stb_image_write.h:468
↓ 2 callersFunctionstbi_write_hdr_core
ext/stb/stb_image_write.h:723
↓ 2 callersFunctionstbi_write_jpg_core
ext/stb/stb_image_write.h:1339
↓ 2 callersFunctionstbi_write_png_to_mem
ext/stb/stb_image_write.h:1074
↓ 2 callersFunctionstbi_write_tga_core
ext/stb/stb_image_write.h:497
↓ 2 callersFunctionstbiw__fopen
ext/stb/stb_image_write.h:301
↓ 2 callersFunctionstbiw__jpg_DCT
ext/stb/stb_image_write.h:1216
↓ 2 callersFunctionstbiw__jpg_calcBits
ext/stb/stb_image_write.h:1264
↓ 2 callersFunctionstbiw__linear_to_rgbe
ext/stb/stb_image_write.h:601
↓ 2 callersFunctionstbiw__outfile
ext/stb/stb_image_write.h:454
↓ 2 callersFunctionstbiw__writefv
ext/stb/stb_image_write.h:346
↓ 2 callersFunctionstbiw__zhash
ext/stb/stb_image_write.h:830
↓ 2 callersFunctionstbiw__zlib_countm
ext/stb/stb_image_write.h:822
↓ 2 callersFunctionupdatewindow
Update the window with the last wsize (normally 32K) bytes written before returning. If window does not exist yet, create it. This is only called
ext/zlib/inflate.c:396
← previousnext →101–200 of 516, ranked by callers