Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YavorGIvanov/sam.cpp
/ functions
Functions
316 in github.com/YavorGIvanov/sam.cpp
⨍
Functions
316
◇
Types & classes
36
↓ 1 callers
Function
stbi__pic_load_core
examples/stb_image.h:6389
↓ 1 callers
Function
stbi__pic_test
examples/stb_image.h:6540
↓ 1 callers
Function
stbi__pic_test_core
examples/stb_image.h:6345
↓ 1 callers
Function
stbi__png_info
examples/stb_image.h:5321
↓ 1 callers
Function
stbi__png_is16
examples/stb_image.h:5328
↓ 1 callers
Function
stbi__png_load
examples/stb_image.h:5294
↓ 1 callers
Function
stbi__png_test
examples/stb_image.h:5301
↓ 1 callers
Function
stbi__pnm_is16
examples/stb_image.h:7623
↓ 1 callers
Function
stbi__pnm_isdigit
examples/stb_image.h:7561
↓ 1 callers
Function
stbi__pnm_isspace
examples/stb_image.h:7542
↓ 1 callers
Function
stbi__pnm_load
examples/stb_image.h:7505
↓ 1 callers
Function
stbi__pnm_test
examples/stb_image.h:7493
↓ 1 callers
Function
stbi__process_frame_header
examples/stb_image.h:3262
↓ 1 callers
Function
stbi__process_gif_raster
examples/stb_image.h:6690
↓ 1 callers
Function
stbi__process_scan_header
after we see SOS
examples/stb_image.h:3201
↓ 1 callers
Function
stbi__psd_decode_rle
examples/stb_image.h:6087
↓ 1 callers
Function
stbi__psd_info
examples/stb_image.h:7358
↓ 1 callers
Function
stbi__psd_is16
examples/stb_image.h:7393
↓ 1 callers
Function
stbi__psd_load
examples/stb_image.h:6125
↓ 1 callers
Function
stbi__psd_test
examples/stb_image.h:6080
↓ 1 callers
Function
stbi__skip_jpeg_junk_at_end
examples/stb_image.h:3387
↓ 1 callers
Function
stbi__sse2_available
examples/stb_image.h:752
↓ 1 callers
Function
stbi__tga_info
examples/stb_image.h:5754
↓ 1 callers
Function
stbi__tga_load
examples/stb_image.h:5870
↓ 1 callers
Function
stbi__tga_test
examples/stb_image.h:5819
↓ 1 callers
Function
stbi__vertical_flip_slices
examples/stb_image.h:1245
↓ 1 callers
Function
stbi__zhuffman_decode_slowpath
examples/stb_image.h:4221
↓ 1 callers
Function
stbi_image_free
examples/stb_image.h:1099
↓ 1 callers
Function
stbi_info_from_file
examples/stb_image.h:7700
↓ 1 callers
Function
stbi_is_16_bit_from_file
examples/stb_image.h:7721
↓ 1 callers
Function
stbi_is_hdr_from_file
examples/stb_image.h:1540
↓ 1 callers
Function
stbi_load
examples/stb_image.h:1364
↓ 1 callers
Function
stbi_load_from_file
examples/stb_image.h:1374
↓ 1 callers
Function
stbi_loadf_from_file
examples/stb_image.h:1501
↓ 1 callers
Function
stbi_zlib_compress
examples/stb_image_write.h:895
↓ 1 callers
Function
stbi_zlib_decode_malloc_guesssize
examples/stb_image.h:4498
↓ 1 callers
Function
stbi_zlib_decode_malloc_guesssize_headerflag
examples/stb_image.h:4519
↓ 1 callers
Function
stbiw__crc32
examples/stb_image_write.h:1024
↓ 1 callers
Function
stbiw__write_dump_data
examples/stb_image_write.h:664
↓ 1 callers
Function
stbiw__write_hdr_scanline
examples/stb_image_write.h:672
↓ 1 callers
Function
stbiw__write_pixels
examples/stb_image_write.h:451
↓ 1 callers
Function
stbiw__write_run_data
examples/stb_image_write.h:656
↓ 1 callers
Function
stbiw__writef
examples/stb_image_write.h:378
↓ 1 callers
Function
stbiw__zlib_bitrev
examples/stb_image_write.h:849
Function
ImGui_CreateDeviceObjects
examples/third-party/imgui/imgui-extra/imgui_impl.cpp:82
Function
ImGui_CreateFontsTexture
examples/third-party/imgui/imgui-extra/imgui_impl.cpp:80
Function
ImGui_DestroyDeviceObjects
examples/third-party/imgui/imgui-extra/imgui_impl.cpp:83
Function
ImGui_DestroyFontsTexture
examples/third-party/imgui/imgui-extra/imgui_impl.cpp:81
Function
ImGui_Shutdown
examples/third-party/imgui/imgui-extra/imgui_impl.cpp:74
Function
disable_blending
examples/main.cpp:222
Function
enable_blending
examples/main.cpp:217
Function
ggml_sam_cos
sam.cpp:328
Function
ggml_sam_sin
sam.cpp:309
Function
main
examples/main.cpp:384
Function
resample_row_1
examples/stb_image.h:3454
Function
stbi__YCbCr_to_RGB_row
examples/stb_image.h:3658
Function
stbi__YCbCr_to_RGB_simd
examples/stb_image.h:3684
Function
stbi__idct_block
examples/stb_image.h:2465
Function
stbi__idct_simd
sse2 integer IDCT. not the fastest possible implementation but it produces bit-identical results to the generic C version so it's fully "transparent".
examples/stb_image.h:2528
Function
stbi__resample_row_generic
examples/stb_image.h:3644
Function
stbi__resample_row_h_2
examples/stb_image.h:3473
Function
stbi__resample_row_hv_2
examples/stb_image.h:3503
Function
stbi__resample_row_hv_2_simd
examples/stb_image.h:3528
Function
stbi__resample_row_v_2
examples/stb_image.h:3463
Function
stbi__stdio_eof
examples/stb_image.h:863
Function
stbi__stdio_read
examples/stb_image.h:848
Function
stbi__stdio_skip
examples/stb_image.h:853
Function
stbi__stdio_write
examples/stb_image_write.h:284
Function
stbi_convert_iphone_png_to_rgb
examples/stb_image.h:5002
Function
stbi_convert_iphone_png_to_rgb_thread
examples/stb_image.h:5020
Function
stbi_convert_wchar_to_utf8
examples/stb_image.h:1329
Function
stbi_failure_reason
examples/stb_image.h:970
Function
stbi_flip_vertically_on_write
examples/stb_image_write.h:262
Function
stbi_hdr_to_ldr_gamma
examples/stb_image.h:1579
Function
stbi_hdr_to_ldr_scale
examples/stb_image.h:1580
Function
stbi_info
examples/stb_image.h:7690
Function
stbi_info_from_callbacks
examples/stb_image.h:7740
Function
stbi_info_from_memory
examples/stb_image.h:7733
Function
stbi_is_16_bit
examples/stb_image.h:7711
Function
stbi_is_16_bit_from_callbacks
examples/stb_image.h:7754
Function
stbi_is_16_bit_from_memory
examples/stb_image.h:7747
Function
stbi_is_hdr
examples/stb_image.h:1529
Function
stbi_is_hdr_from_callbacks
examples/stb_image.h:1557
Function
stbi_is_hdr_from_memory
examples/stb_image.h:1515
Function
stbi_ldr_to_hdr_gamma
examples/stb_image.h:1573
Function
stbi_ldr_to_hdr_scale
examples/stb_image.h:1574
Function
stbi_load_16
examples/stb_image.h:1400
Function
stbi_load_16_from_callbacks
examples/stb_image.h:1420
Function
stbi_load_16_from_memory
examples/stb_image.h:1413
Function
stbi_load_from_callbacks
examples/stb_image.h:1434
Function
stbi_load_from_memory
examples/stb_image.h:1427
Function
stbi_load_gif_from_memory
examples/stb_image.h:1442
Function
stbi_loadf
examples/stb_image.h:1491
Function
stbi_loadf_from_callbacks
examples/stb_image.h:1483
Function
stbi_loadf_from_memory
examples/stb_image.h:1476
Function
stbi_set_flip_vertically_on_load
examples/stb_image.h:1114
Function
stbi_set_flip_vertically_on_load_thread
examples/stb_image.h:1124
Function
stbi_set_unpremultiply_on_load
examples/stb_image.h:4997
Function
stbi_set_unpremultiply_on_load_thread
examples/stb_image.h:5014
Function
stbi_write_bmp
examples/stb_image_write.h:520
← previous
next →
201–300 of 316, ranked by callers