Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/astc-encoder
/ functions
Functions
1,420 in github.com/ARM-software/astc-encoder
⨍
Functions
1,420
◇
Types & classes
151
Function
stbi__YCbCr_to_RGB_simd
Source/ThirdParty/stb_image.h:3686
Function
stbi__idct_block
Source/ThirdParty/stb_image.h:2467
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".
Source/ThirdParty/stb_image.h:2530
Function
stbi__resample_row_generic
Source/ThirdParty/stb_image.h:3646
Function
stbi__resample_row_h_2
Source/ThirdParty/stb_image.h:3475
Function
stbi__resample_row_hv_2
Source/ThirdParty/stb_image.h:3505
Function
stbi__resample_row_hv_2_simd
Source/ThirdParty/stb_image.h:3530
Function
stbi__resample_row_v_2
Source/ThirdParty/stb_image.h:3465
Function
stbi__stdio_eof
Source/ThirdParty/stb_image.h:865
Function
stbi__stdio_read
Source/ThirdParty/stb_image.h:850
Function
stbi__stdio_skip
Source/ThirdParty/stb_image.h:855
Function
stbi__stdio_write
Source/ThirdParty/stb_image_write.h:284
Function
stbi_convert_iphone_png_to_rgb
Source/ThirdParty/stb_image.h:5001
Function
stbi_convert_iphone_png_to_rgb_thread
Source/ThirdParty/stb_image.h:5019
Function
stbi_convert_wchar_to_utf8
Source/ThirdParty/stb_image.h:1331
Function
stbi_hdr_to_ldr_gamma
Source/ThirdParty/stb_image.h:1581
Function
stbi_hdr_to_ldr_scale
Source/ThirdParty/stb_image.h:1582
Function
stbi_info
Source/ThirdParty/stb_image.h:7691
Function
stbi_info_from_callbacks
Source/ThirdParty/stb_image.h:7741
Function
stbi_info_from_memory
Source/ThirdParty/stb_image.h:7734
Function
stbi_is_16_bit
Source/ThirdParty/stb_image.h:7712
Function
stbi_is_16_bit_from_callbacks
Source/ThirdParty/stb_image.h:7755
Function
stbi_is_16_bit_from_memory
Source/ThirdParty/stb_image.h:7748
Function
stbi_is_hdr_from_callbacks
Source/ThirdParty/stb_image.h:1559
Function
stbi_is_hdr_from_memory
Source/ThirdParty/stb_image.h:1517
Function
stbi_ldr_to_hdr_gamma
Source/ThirdParty/stb_image.h:1575
Function
stbi_ldr_to_hdr_scale
Source/ThirdParty/stb_image.h:1576
Function
stbi_load_16
Source/ThirdParty/stb_image.h:1402
Function
stbi_load_16_from_callbacks
Source/ThirdParty/stb_image.h:1422
Function
stbi_load_16_from_memory
Source/ThirdParty/stb_image.h:1415
Function
stbi_load_from_callbacks
Source/ThirdParty/stb_image.h:1436
Function
stbi_load_from_memory
Source/ThirdParty/stb_image.h:1429
Function
stbi_load_gif_from_memory
Source/ThirdParty/stb_image.h:1444
Function
stbi_loadf_from_callbacks
Source/ThirdParty/stb_image.h:1485
Function
stbi_loadf_from_memory
Source/ThirdParty/stb_image.h:1478
Function
stbi_set_flip_vertically_on_load
Source/ThirdParty/stb_image.h:1116
Function
stbi_set_flip_vertically_on_load_thread
Source/ThirdParty/stb_image.h:1126
Function
stbi_set_unpremultiply_on_load
Source/ThirdParty/stb_image.h:4996
Function
stbi_set_unpremultiply_on_load_thread
Source/ThirdParty/stb_image.h:5013
Function
stbi_write_bmp_to_func
Source/ThirdParty/stb_image_write.h:512
Function
stbi_write_hdr_to_func
Source/ThirdParty/stb_image_write.h:787
Function
stbi_write_jpg
Source/ThirdParty/stb_image_write.h:1616
Function
stbi_write_jpg_to_func
Source/ThirdParty/stb_image_write.h:1607
Function
stbi_write_png_to_func
Source/ThirdParty/stb_image_write.h:1231
Function
stbi_write_tga_to_func
Source/ThirdParty/stb_image_write.h:611
Function
stbi_zlib_decode_malloc
Source/ThirdParty/stb_image.h:4536
Function
stbi_zlib_decode_noheader_buffer
Source/ThirdParty/stb_image.h:4584
Function
stbi_zlib_decode_noheader_malloc
Source/ThirdParty/stb_image.h:4568
Function
stbiw__sbgrowf
Source/ThirdParty/stb_image_write.h:826
Function
stbiw__zlib_flushf
Source/ThirdParty/stb_image_write.h:839
Function
stbiw_convert_wchar_to_utf8
Source/ThirdParty/stb_image_write.h:298
Function
store
* @brief Store a vector to an unaligned memory address. */
Source/astcenc_vecmathlib_avx2_8.h:526
Function
store
* @brief Store a vector to an unaligned memory address. */
Source/astcenc_vecmathlib_rvv_n.h:542
Function
store_bmp_image_with_stb
* @brief Save a BMP image using STBImageWrite to provide the store routine. * * @param img The source data for the image. * @param filename
Source/astcenccli_image_load_store.cpp:306
Function
store_dds_uncompressed_image
* @brief Save a DDS uncompressed image using a local store routine. * * @param img The source data for the image. * @param filename The na
Source/astcenccli_image_load_store.cpp:2140
Function
store_exr_image_with_tinyexr
* @brief Save an EXR image using TinyExr to provide the store routine. * * @param img The source data for the image. * @param filename The
Source/astcenccli_image_load_store.cpp:207
Function
store_hdr_image_with_stb
* @brief Save a HDR image using STBImageWrite to provide the store routine. * * @param img The source data for the image. * @param filename
Source/astcenccli_image_load_store.cpp:340
Function
store_ktx_uncompressed_image
* @brief Save a KTX uncompressed image using a local store routine. * * @param img The source data for the image. * @param filename The na
Source/astcenccli_image_load_store.cpp:1449
Function
store_lanes_masked
* @brief Store a vector, skipping masked lanes. * * All masked lanes must be at the end of vector, after all non-masked lanes. * Input is a byte ar
Source/astcenc_vecmathlib_none_4.h:1205
Function
store_lanes_masked
* @brief Store a vector, skipping masked lanes. * * All masked lanes must be at the end of vector, after all non-masked lanes. */
Source/astcenc_vecmathlib_neon_4.h:1092
Function
store_lanes_masked
* @brief Store a vector, skipping masked lanes. * * All masked lanes must be at the end of vector, after all non-masked lanes. */
Source/astcenc_vecmathlib_avx2_8.h:1175
Function
store_lanes_masked
* @brief Store a vector, skipping masked lanes. * * All masked lanes must be at the end of vector, after all non-masked lanes. */
Source/astcenc_vecmathlib_sse_4.h:1261
Function
store_lanes_masked
* @brief Store a vector, skipping masked lanes. * * All masked lanes must be at the end of vector, after all non-masked lanes. */
Source/astcenc_vecmathlib_rvv_n.h:1172
Function
store_nbytes
* @brief Store lowest N (vector width) bytes into an unaligned address. */
Source/astcenc_vecmathlib_rvv_n.h:550
Function
store_png_image_with_stb
* @brief Save a PNG image using STBImageWrite to provide the store routine. * * @param img The source data for the image. * @param filename
Source/astcenccli_image_load_store.cpp:238
Function
store_tga_image_with_stb
* @brief Save a TGA image using STBImageWrite to provide the store routine. * * @param img The source data for the image. * @param filename
Source/astcenccli_image_load_store.cpp:272
Function
storea
* @brief Store a vector to an aligned memory address. */
Source/astcenc_vecmathlib_none_4.h:652
Function
storea
* @brief Store a vector to a 16B aligned memory address. */
Source/astcenc_vecmathlib_rvv_n.h:534
Method
swz
Source/astcenc_vecmathlib_none_4.h:145
Method
swz
Source/astcenc_vecmathlib_neon_4.h:140
Method
swz
Source/astcenc_vecmathlib_sse_4.h:148
Function
swz_texel
* @brief Swizzle a texel into a new arrangement. * * @param data The source RGBA vector to swizzle. * @param swz The swizzle to use. */
Source/astcenc_image.cpp:108
Function
swz_texel_skip
* @brief Dummy no-op swizzle function. * * @param data The source RGBA vector to swizzle. * @param swz The swizzle to use. */
Source/astcenc_image.cpp:94
Method
tearDown
Tear down a test case. Clean up the temporary directory created for output files.
Test/astc_test_functional.py:128
Method
tell
Get current position
Source/ThirdParty/streamreader.hh:141
Method
test_2partition_candidate_limit
Test 2 partition partitioning candidate limit.
Test/astc_test_functional.py:1287
Method
test_2partition_early_limit
Test 2 partition early limit.
Test/astc_test_functional.py:1221
Method
test_2partition_index_limit
Test partition index limit.
Test/astc_test_functional.py:1069
Method
test_2plane_correlation_limit
Test 2 plane correlation limit.
Test/astc_test_functional.py:1265
Method
test_3partition_candidate_limit
Test 3 partition partitioning candidate limit.
Test/astc_test_functional.py:1309
Method
test_3partition_early_limit
Test 3 partition early limit.
Test/astc_test_functional.py:1243
Method
test_3partition_index_limit
Test partition index limit.
Test/astc_test_functional.py:1091
Method
test_4partition_candidate_limit
Test 4 partition partitioning candidate limit.
Test/astc_test_functional.py:1331
Method
test_4partition_index_limit
Test partition index limit.
Test/astc_test_functional.py:1113
Method
test_blockmode_limit
Test block mode limit.
Test/astc_test_functional.py:1135
Method
test_candidate_limit
Test candidate limit.
Test/astc_test_functional.py:1178
Method
test_ch_mpsnr_missing_args
Test -ch with -mpsnr and missing arguments.
Test/astc_test_functional.py:2181
Method
test_channel_weighting
Test channel weighting.
Test/astc_test_functional.py:1016
Method
test_cl_2d_block_with_array
Test -cl with a 2D block size and 3D input data.
Test/astc_test_functional.py:1672
Method
test_cl_2partitioncandidatelimit_missing_args
Test -cl with -2partitioncandidatelimit and missing arguments.
Test/astc_test_functional.py:1910
Method
test_cl_2partitionearlylimit_missing_args
Test -cl with -2partitionlimitfactor and missing arguments.
Test/astc_test_functional.py:2000
Method
test_cl_2partitionindexlimit_missing_args
Test -cl with -2partitionindexlimit and missing arguments.
Test/astc_test_functional.py:1865
Method
test_cl_2planeearlylimit_missing_args
Test -cl with -2planelimitcorrelation and missing arguments.
Test/astc_test_functional.py:2030
Method
test_cl_3partitioncandidatelimit_missing_args
Test -cl with -3partitioncandidatelimit and missing arguments.
Test/astc_test_functional.py:1925
Method
test_cl_3partitionearlylimit_missing_args
Test -cl with -3partitionlimitfactor and missing arguments.
Test/astc_test_functional.py:2015
Method
test_cl_3partitionindexlimit_missing_args
Test -cl with -3partitionindexlimit and missing arguments.
Test/astc_test_functional.py:1880
Method
test_cl_4partitioncandidatelimit_missing_args
Test -cl with -4partitioncandidatelimit and missing arguments.
Test/astc_test_functional.py:1940
Method
test_cl_4partitionindexlimit_missing_args
Test -cl with -4partitionindexlimit and missing arguments.
Test/astc_test_functional.py:1895
Method
test_cl_a_missing_args
Test -cl with -a and missing arguments.
Test/astc_test_functional.py:1835
Method
test_cl_array_missing_args
Test -cl with a 2D block size and 3D input data.
Test/astc_test_functional.py:1686
← previous
next →
1,201–1,300 of 1,420, ranked by callers