MCPcopy Create free account

hub / github.com/BinomialLLC/basis_universal / functions

Functions4,622 in github.com/BinomialLLC/basis_universal

↓ 1 callersFunctionZSTD_createDStream
zstd/zstddeclib.c:19292
↓ 1 callersFunctionZSTD_decodeSeqHeaders
zstd/zstddeclib.c:20727
↓ 1 callersFunctionZSTD_decodingBufferSize_min
zstd/zstddeclib.c:19608
↓ 1 callersFunctionZSTD_decompressBegin_usingDict
zstd/zstddeclib.c:19208
↓ 1 callersFunctionZSTD_decompressBlock_deprecated
zstd/zstddeclib.c:22221
↓ 1 callersFunctionZSTD_decompressFrame
! ZSTD_decompressFrame() : * @dctx must be properly initialized * will update *srcPtr and *srcSizePtr, * to make *srcPtr progress by one frame. *
zstd/zstddeclib.c:18572
↓ 1 callersFunctionZSTD_decompressSequences
zstd/zstddeclib.c:21971
↓ 1 callersFunctionZSTD_decompressSequencesLong
ZSTD_decompressSequencesLong() : * decompression function triggered when a minimum share of offsets is considered "long", * aka out of cache. * not
zstd/zstddeclib.c:22006
↓ 1 callersFunctionZSTD_decompressSequencesLong_bmi2
zstd/zstddeclib.c:21958
↓ 1 callersFunctionZSTD_decompressSequencesLong_default
zstd/zstddeclib.c:21922
↓ 1 callersFunctionZSTD_decompressSequencesSplitLitBuffer
zstd/zstddeclib.c:21984
↓ 1 callersFunctionZSTD_decompressSequencesSplitLitBuffer_bmi2
zstd/zstddeclib.c:21947
↓ 1 callersFunctionZSTD_decompressSequencesSplitLitBuffer_default
zstd/zstddeclib.c:21733
↓ 1 callersFunctionZSTD_decompressSequences_bmi2
zstd/zstddeclib.c:21938
↓ 1 callersFunctionZSTD_decompressSequences_default
zstd/zstddeclib.c:21724
↓ 1 callersFunctionZSTD_decompressStream
zstd/zstddeclib.c:19706
↓ 1 callersFunctionZSTD_decompress_insertDictionary
zstd/zstddeclib.c:19159
↓ 1 callersFunctionZSTD_dictionaryIsActive
zstd/zstddeclib.c:21382
↓ 1 callersFunctionZSTD_estimateDCtxSize
zstd/zstddeclib.c:17848
↓ 1 callersFunctionZSTD_estimateDStreamSize
zstd/zstddeclib.c:19613
↓ 1 callersFunctionZSTD_execSequenceEnd
zstd/zstddeclib.c:20939
↓ 1 callersFunctionZSTD_execSequenceEndSplitLitBuffer
zstd/zstddeclib.c:20987
↓ 1 callersFunctionZSTD_findFrameCompressedSize
ZSTD_findFrameCompressedSize() : * See docs in zstd.h * Note: compatible with legacy mode */
zstd/zstddeclib.c:18428
↓ 1 callersFunctionZSTD_freeDDictHashSet
Frees the table of ZSTD_DDict* within a hashset, then frees the hashset itself. * Note: The ZSTD_DDict* within the table are NOT freed. */
zstd/zstddeclib.c:17815
↓ 1 callersFunctionZSTD_getErrorCode
! ZSTD_getError() : * convert a `size_t` function result into a proper ZSTD_errorCode enum */
zstd/zstddeclib.c:15004
↓ 1 callersFunctionZSTD_getOffsetInfo
ZSTD_getOffsetInfo() : * condition : offTable must be valid * @return : "share" of long offsets (arbitrarily defined as > (1<<23)) * comp
zstd/zstddeclib.c:22044
↓ 1 callersFunctionZSTD_initStaticDCtx
zstd/zstddeclib.c:17900
↓ 1 callersFunctionZSTD_isSkippableFrame
! ZSTD_isSkippableFrame() : * Tells if the content of `buffer` starts with a valid Frame Identifier for a skippable frame. * Note : Frame Identifi
zstd/zstddeclib.c:18021
↓ 1 callersFunctionZSTD_loadEntropy_intoDDict
zstd/zstddeclib.c:17388
↓ 1 callersFunctionZSTD_maxShortOffset
* @returns The maximum offset we can decode in one read of our bitstream, without * reloading more bits in the middle of the offset bits read. Any of
zstd/zstddeclib.c:22077
↓ 1 callersFunctionZSTD_sizeof_DCtx
-************************************************************* * Context management ***************************************************************/
zstd/zstddeclib.c:17840
↓ 1 callersFunctionZSTD_sizeof_DDict
zstd/zstddeclib.c:17529
↓ 1 callersFunctionZSTD_totalHistorySize
* @returns The total size of the history referenceable by zstd, including * both the prefix and the extDict. At @p op any offset larger than this *
zstd/zstddeclib.c:22028
↓ 1 callersFunctionZSTD_wrappedPtrAdd
zstd/zstddeclib.c:885
↓ 1 callersFunctionZSTD_wrappedPtrSub
zstd/zstddeclib.c:898
↓ 1 callersMethod_bind_backend
(self, b)
python/basisu_py/transcoder.py:90
↓ 1 callersFunction_c
(e)
webgl/gltf/three.min.js:1
↓ 1 callersMethod_compress_native
(self, bytes_data, w, h, fmt, quality, effort, flags, is_hdr=False)
python/basisu_py/codec.py:99
↓ 1 callersMethod_compress_wasm
(self, bytes_data, w, h, fmt, quality, effort, flags, is_hdr=False)
python/basisu_py/codec.py:135
↓ 1 callersMethod_convert_input_to_rgba_bytes
Accept: - Pillow Image (LDR) -> returns uint8 bytes - NumPy uint8 LDR -> returns uint8 bytes - NumPy float32 HD
python/basisu_py/codec.py:169
↓ 1 callersMethod_init_engine
(self)
python/lowlevel_test_wasm/basisu_wasm.py:21
↓ 1 callersMethod_init_engine
(self)
python/basisu_py/wasm/wasm_encoder.py:20
↓ 1 callersMethod_init_engine
(self)
python/basisu_py/wasm/wasm_transcoder.py:28
↓ 1 callersFunction_onError
( e )
webgl/gltf/GLTFLoader.js:49
↓ 1 callersFunctionabs_epi32
encoder/cppspmd_sse.h:318
↓ 1 callersMethodacquire
encoder/basisu_astc_ldr_encode.cpp:4737
↓ 1 callersFunctionaddMorphTargets
* Specification: https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/README.md#morph-targets * * @param {THREE.BufferGeometry} geom
webgl/gltf/GLTFLoader.js:1196
↓ 1 callersFunctionadd_file
(file: Path, file_name: str = None)
contrib/single_file_transcoder/combine.py:158
↓ 1 callersFunctionadd_sub
encoder/cppspmd_sse.h:1490
↓ 1 callersFunctionall
encoder/cppspmd_sse.h:1378
↓ 1 callersMethodall_off
encoder/cppspmd_sse.h:404
↓ 1 callersFunctionareDegenerateEndpoints
encoder/basisu_bc7enc.cpp:1035
↓ 1 callersFunctionassignAttributeAccessor
( accessorIndex, attributeName )
webgl/gltf/GLTFLoader.js:2304
↓ 1 callersFunctionastc_encode_quints
Encodes 3 values to output, usable for any range that uses quints and bits
transcoder/basisu_astc_helpers.h:648
↓ 1 callersFunctionastc_encode_trits
Encodes 5 values to output, usable for any range that uses trits and bits
transcoder/basisu_astc_helpers.h:685
↓ 1 callersFunctionastc_hdr_4x4_enc_block
encoder/basisu_uastc_hdr_4x4_enc.cpp:852
↓ 1 callersFunctionastc_hdr_4x4_pack_results_to_block
encoder/basisu_uastc_hdr_4x4_enc.cpp:1008
↓ 1 callersFunctionastc_hdr_4x4_refine_weights
Refines a block's chosen weight indices, balancing BC6H and ASTC HDR error.
encoder/basisu_uastc_hdr_4x4_enc.cpp:1032
↓ 1 callersFunctionastc_hdr_enc_init
encoder/basisu_astc_hdr_common.cpp:809
↓ 1 callersFunctionastc_init
encoder/basisu_bc7enc.cpp:97
↓ 1 callersFunctionastc_mode1
MODE 1 1-subset, 2-bit indices, 8-bit endpoints, BC7 mode 3 DualPlane: 0, WeightRange: 2 (4), Subsets: 1, CEM: 8 (RGB Direct ), EndpointRange: 2
encoder/basisu_uastc_enc.cpp:558
↓ 1 callersFunctionastc_mode10
MODE 10 DualPlane: 0, WeightRange: 8 (16), Subsets: 1, CEM: 12 (RGBA Direct ), EndpointRange: 13 (48) MODE6
encoder/basisu_uastc_enc.cpp:1818
↓ 1 callersFunctionastc_mode12
MODE 12 DualPlane: 0, WeightRange: 5 (8), Subsets: 1, CEM: 12 (RGBA Direct ), EndpointRange: 19 (192) MODE6
encoder/basisu_uastc_enc.cpp:2096
↓ 1 callersFunctionastc_mode13
13. DualPlane: 1, WeightRange: 0 (2), Subsets: 1, CEM: 12 (RGBA Direct ), EndpointRange: 20 (256) MODE5
encoder/basisu_uastc_enc.cpp:2182
↓ 1 callersFunctionastc_mode14
MODE14 DualPlane: 0, WeightRange: 2 (4), Subsets: 1, CEM: 12 (RGBA Direct ), EndpointRange: 20 (256) MODE6
encoder/basisu_uastc_enc.cpp:2335
↓ 1 callersFunctionastc_mode15
MODE 15 DualPlane: 0, WeightRange : 8 (16), Subsets : 1, CEM : 4 (LA Direct), EndpointRange : 20 (256) BC7 MODE6
encoder/basisu_uastc_enc.cpp:2422
↓ 1 callersFunctionastc_mode2
MODE 2 2-subset, 3-bit indices, 4-bit endpoints, BC7 mode 1 DualPlane: 0, WeightRange: 5 (8), Subsets: 2, CEM: 8 (RGB Direct ), EndpointRange: 8
encoder/basisu_uastc_enc.cpp:673
↓ 1 callersFunctionastc_mode3
MODE 3 3-subsets, 2-bit indices, [0,11] endpoints, BC7 mode 2 DualPlane: 0, WeightRange: 2 (4), Subsets: 3, CEM: 8 (RGB Direct ), EndpointRange:
encoder/basisu_uastc_enc.cpp:823
↓ 1 callersFunctionastc_mode4
MODE 4 DualPlane: 0, WeightRange: 2 (4), Subsets: 2, CEM: 8 (RGB Direct ), EndpointRange: 12 (40) MODE3
encoder/basisu_uastc_enc.cpp:992
↓ 1 callersFunctionastc_mode5
MODE 5 DualPlane: 0, WeightRange: 5 (8), Subsets: 1, CEM: 8 (RGB Direct ), EndpointRange: 20 (256) BC7 MODE 6 (or MODE 1 1-subset)
encoder/basisu_uastc_enc.cpp:1140
↓ 1 callersFunctionastc_mode6
MODE 6 DualPlane: 1, WeightRange: 2 (4), Subsets: 1, CEM: 8 (RGB Direct ), EndpointRange: 18 (160) BC7 MODE5
encoder/basisu_uastc_enc.cpp:1223
↓ 1 callersFunctionastc_mode7
MODE 7 - 2 subset ASTC, 3 subset BC7 DualPlane: 0, WeightRange: 2 (4), Subsets: 2, CEM: 8 (RGB Direct ), EndpointRange: 12 (40) MODE2
encoder/basisu_uastc_enc.cpp:1357
↓ 1 callersFunctionastc_set_bits_1_to_9
transcoder/basisu_astc_helpers.h:594
↓ 1 callersFunctionatomic_max
encoder/basisu_astc_hdr_6x6_enc.cpp:35
↓ 1 callersFunctionavg_image
encoder/basisu_ssim.cpp:303
↓ 1 callersFunctionavg_image
example_transcoding/utils.cpp:491
↓ 1 callersFunctionbasis_benchmark_etc1s_opencl
encoder/basisu_comp.cpp:5328
↓ 1 callersFunctionbasis_parallel_compress
encoder/basisu_comp.cpp:4820
↓ 1 callersFunctionbasis_transcoder_format_is_ldr
Returns true if the format is LDR.
transcoder/basisu_transcoder.h:163
↓ 1 callersMethodbasis_transcoder_texture_format_is_astc
(self, tfmt_u32: int)
python/basisu_py/wasm/wasm_transcoder.py:133
↓ 1 callersFunctionbasisd_rand
transcoder/basisu_transcoder_internal.h:816
↓ 1 callersFunctionbc6h_apply_delta
encoder/basisu_gpu_texture.cpp:448
↓ 1 callersFunctionbc6h_dequantize
encoder/basisu_gpu_texture.cpp:455
↓ 1 callersFunctionbc6h_reverse_bits
encoder/basisu_gpu_texture.cpp:538
↓ 1 callersFunctionbc7enc_compress_block_init
Initialize the lookup table used for optimal single color compression in mode 1. Must be called before encoding.
encoder/basisu_bc7enc.cpp:186
↓ 1 callersFunctionbc7enc_compress_block_params_init_perceptual_weights
encoder/basisu_bc7enc.h:112
↓ 1 callersMethodbegin_decoding
encoder/jpgd.cpp:3011
↓ 1 callersFunctionbench_mode
basisu_tool.cpp:4870
↓ 1 callersFunctionbfloat16_get_exp
encoder/basisu_math.h:3213
↓ 1 callersFunctionbfloat16_get_mantissa
encoder/basisu_math.h:3218
↓ 1 callersFunctionbitmapFromData
encoder/3rdparty/tinyexr.h:3168
↓ 1 callersFunctionblock_unpack_and_transcode_example
example/example.cpp:428
↓ 1 callersFunctionblue_contract_dec
encoder/basisu_astc_ldr_common.cpp:46
↓ 1 callersMethodbroadcast
encoder/basisu_math.h:397
↓ 1 callersFunctionbt_basis_get_transcoder_texture_format_from_basis_tex_format
encoder/basisu_wasm_transcoder_api.cpp:213
↓ 1 callersFunctionbt_basis_is_format_supported
encoder/basisu_wasm_transcoder_api.cpp:223
↓ 1 callersFunctionbt_basis_tex_format_is_astc_ldr
encoder/basisu_wasm_transcoder_api.cpp:71
↓ 1 callersFunctionbt_basis_tex_format_is_hdr
encoder/basisu_wasm_transcoder_api.cpp:101
↓ 1 callersFunctionbt_basis_tex_format_is_ldr
encoder/basisu_wasm_transcoder_api.cpp:111
↓ 1 callersFunctionbt_basis_tex_format_is_xuastc_ldr
encoder/basisu_wasm_transcoder_api.cpp:61
← previousnext →1,601–1,700 of 4,622, ranked by callers