MCPcopy Create free account

hub / github.com/YavorGIvanov/sam.cpp / functions

Functions316 in github.com/YavorGIvanov/sam.cpp

↓ 144 callersFunctionstbi__get8
examples/stb_image.h:1612
↓ 129 callersFunctionstbi__err
examples/stb_image.h:976
↓ 44 callersFunctionstbi__rewind
examples/stb_image.h:884
↓ 39 callersFunctionstbi__get16be
examples/stb_image.h:1692
↓ 32 callersFunctionstbi__get32le
examples/stb_image.h:1720
↓ 31 callersFunctionstbi__skip
examples/stb_image.h:1642
↓ 30 callersFunctionstbi__get16le
examples/stb_image.h:1712
↓ 24 callersFunctionSTBI__CASE
examples/stb_image.h:4738
↓ 20 callersFunctionstbi__get32be
examples/stb_image.h:1702
↓ 20 callersFunctionstbi__malloc
examples/stb_image.h:983
↓ 16 callersFunctionstbi__at_eof
examples/stb_image.h:1626
↓ 12 callersFunctionstbi__grow_buffer_unsafe
examples/stb_image.h:2073
↓ 12 callersFunctionstbi__zreceive
examples/stb_image.h:4211
↓ 10 callersFunctionstbi__blinn_8x8
fast 0..255 * 0..255 => 0..255 rounded multiplication
examples/stb_image.h:3857
↓ 10 callersFunctionstbi__malloc_mad3
examples/stb_image.h:1053
↓ 9 callersFunctionstbi__get_marker
if there's a pending marker from the entropy stream, return that otherwise, fetch from the stream and get a marker. if there's no marker, return 0xff,
examples/stb_image.h:2917
↓ 9 callersFunctionstbiw__jpg_processDU
examples/stb_image_write.h:1328
↓ 9 callersFunctionstbiw__jpg_writeBits
examples/stb_image_write.h:1253
↓ 8 callersMethodn_img_embd
sam.cpp:52
↓ 8 callersFunctionstbi__clamp
take a -128..127 value and stbi__clamp it and convert to 0..255
examples/stb_image.h:2414
↓ 8 callersFunctionstbi__convert_format
examples/stb_image.h:1753
↓ 8 callersFunctionstbi__mad3sizes_valid
returns 1 if "a*b*c + add" has no negative terms/factors and doesn't overflow
examples/stb_image.h:1029
↓ 8 callersFunctionstbiw__putc
examples/stb_image_write.h:394
↓ 7 callersFunctionstbi__compute_y
examples/stb_image.h:1744
↓ 7 callersFunctionstbi__start_callbacks
initialize a callback-based context
examples/stb_image.h:834
↓ 7 callersFunctionstbi__start_mem
initialize a memory-decode context
examples/stb_image.h:824
↓ 6 callersFunctionstbi__fopen
examples/stb_image.h:1335
↓ 6 callersFunctionstbi__hdr_test
examples/stb_image.h:7096
↓ 6 callersFunctionstbi__mul2sizes_valid
returns 1 if the product is valid, 0 on overflow. negative factors are considered invalid.
examples/stb_image.h:1012
↓ 6 callersFunctionstbi__start_file
examples/stb_image.h:875
↓ 5 callersMethodn_img_size
sam.cpp:49
↓ 5 callersFunctionsam_decode_mask_transformer_attn
sam.cpp:1446
↓ 5 callersFunctionstbi__cleanup_jpeg
clean up the temporary component buffers
examples/stb_image.h:3841
↓ 5 callersFunctionstbi__do_zlib
examples/stb_image.h:4488
↓ 5 callersFunctionstbi__getn
examples/stb_image.h:1664
↓ 5 callersFunctionstbi__hdr_gettoken
examples/stb_image.h:7108
↓ 5 callersFunctionstbi__jpeg_huff_decode
decode a jpeg huffman value from the bitstream
examples/stb_image.h:2095
↓ 5 callersFunctionstbi__jpeg_reset
after a restart interval, stbi__jpeg_reset the entropy decoder and the dc prediction
examples/stb_image.h:2934
↓ 5 callersFunctionstbi__paeth
examples/stb_image.h:4636
↓ 5 callersFunctionstbi__start_write_callbacks
initialize a callback-based context
examples/stb_image_write.h:276
↓ 5 callersFunctionstbi__zbuild_huffman
examples/stb_image.h:4122
↓ 5 callersFunctionstbiw__write1
examples/stb_image_write.h:399
↓ 4 callersFunctionstbi__bitcount
examples/stb_image.h:5381
↓ 4 callersFunctionstbi__compute_y_16
examples/stb_image.h:1801
↓ 4 callersFunctionstbi__end_write_file
examples/stb_image_write.h:339
↓ 4 callersFunctionstbi__extend_receive
combined JPEG 'receive' and JPEG 'extend', since baseline always extends everything it receives.
examples/stb_image.h:2151
↓ 4 callersFunctionstbi__high_bit
returns 0..31 for the highest set bit
examples/stb_image.h:5369
↓ 4 callersFunctionstbi__jpeg_get_bit
examples/stb_image.h:2179
↓ 4 callersFunctionstbi__load_and_postprocess_8bit
examples/stb_image.h:1258
↓ 4 callersFunctionstbi__load_gif_main_outofmem
examples/stb_image.h:6951
↓ 4 callersFunctionstbi__malloc_mad2
mallocs with size overflow checking
examples/stb_image.h:1046
↓ 4 callersFunctionstbi__readval
examples/stb_image.h:6366
↓ 4 callersFunctionstbi__shiftsigned
extract an arbitrarily-aligned N-bit value (N=bits) from v, and then make it 8-bits long and fractionally extend it to full full range.
examples/stb_image.h:5394
↓ 4 callersFunctionstbi__start_write_file
examples/stb_image_write.h:332
↓ 4 callersFunctionstbi__tga_get_comp
returns STBI_rgb or whatever, 0 on error
examples/stb_image.h:5738
↓ 4 callersFunctionstbi__vertical_flip
examples/stb_image.h:1220
↓ 4 callersFunctionstbi__zget8
examples/stb_image.h:4194
↓ 4 callersFunctionstbiw__write_flush
examples/stb_image_write.h:386
↓ 3 callersFunctioncreateGLTexture
examples/main.cpp:195
↓ 3 callersFunctionggml_disconnect_node_from_graph
sam.cpp:302
↓ 3 callersMethodis_global_attn
sam.cpp:68
↓ 3 callersMethodn_enc_head_dim
sam.cpp:48
↓ 3 callersMethodn_window_size
sam.cpp:50
↓ 3 callersFunctionsam_layer_norm_2d
sam.cpp:1102
↓ 3 callersFunctionstbi__addsizes_valid
return 1 if the sum is valid, 0 on overflow. negative terms are considered invalid.
examples/stb_image.h:1000
↓ 3 callersFunctionstbi__convert_format16
examples/stb_image.h:1810
↓ 3 callersFunctionstbi__decode_jpeg_header
examples/stb_image.h:3363
↓ 3 callersFunctionstbi__free_jpeg_components
examples/stb_image.h:3240
↓ 3 callersFunctionstbi__hdr_convert
examples/stb_image.h:7130
↓ 3 callersFunctionstbi__info_main
examples/stb_image.h:7631
↓ 3 callersFunctionstbi__is_16_main
examples/stb_image.h:7673
↓ 3 callersFunctionstbi__load_and_postprocess_16bit
examples/stb_image.h:1284
↓ 3 callersFunctionstbi__loadf_main
examples/stb_image.h:1458
↓ 3 callersFunctionstbi__mad4sizes_valid
examples/stb_image.h:1037
↓ 3 callersFunctionstbi__malloc_mad4
examples/stb_image.h:1060
↓ 3 callersFunctionstbi__pic_is4
examples/stb_image.h:6335
↓ 3 callersFunctionstbi__pnm_getinteger
examples/stb_image.h:7566
↓ 3 callersFunctionstbi__pnm_info
examples/stb_image.h:7580
↓ 3 callersFunctionstbi__pnm_skip_whitespace
examples/stb_image.h:7547
↓ 3 callersFunctionstbi__zeof
examples/stb_image.h:4189
↓ 3 callersFunctionstbi__zexpand
examples/stb_image.h:4259
↓ 3 callersFunctionstbi__zhuffman_decode
examples/stb_image.h:4240
↓ 3 callersFunctionstbiw__encode_png_line
@OPTIMIZE: provide an option that always forces left-predict or paeth predict
examples/stb_image_write.h:1092
↓ 3 callersFunctionstbiw__outfile
examples/stb_image_write.h:478
↓ 3 callersFunctionstbiw__paeth
examples/stb_image_write.h:1083
↓ 3 callersFunctionstbiw__wpcrc
examples/stb_image_write.h:1077
↓ 3 callersFunctionstbiw__write3
examples/stb_image_write.h:406
↓ 3 callersFunctionstbiw__write_pixel
examples/stb_image_write.h:418
↓ 2 callersFunctionImGui_BeginFrame
examples/main.cpp:173
↓ 2 callersFunctionImGui_EndFrame
examples/main.cpp:179
↓ 2 callersFunctiondownscale_img_to_screen
examples/main.cpp:77
↓ 2 callersFunctionggml_graph_compute_helper
sam.cpp:19
↓ 2 callersFunctionload_image_from_file
examples/main.cpp:108
↓ 2 callersMethodn_patch_size
sam.cpp:51
↓ 2 callersFunctionprint_usage
examples/main.cpp:130
↓ 2 callersFunctionsam_build_fast_graph
sam.cpp:1927
↓ 2 callersFunctionsam_compute_embd_img
sam.cpp:1986
↓ 2 callersFunctionsam_decode_mask_mlp_relu_3
sam.cpp:1503
↓ 2 callersFunctionsam_encode_image
sam.cpp:1125
↓ 2 callersFunctionstbi__addints_valid
returns 1 if the sum of two signed ints is valid (between -2^31 and 2^31-1 inclusive), 0 on overflow.
examples/stb_image.h:1068
next →1–100 of 316, ranked by callers