MCPcopy Create free account

hub / github.com/ARM-software/astc-encoder / functions

Functions1,420 in github.com/ARM-software/astc-encoder

Functionstbi__YCbCr_to_RGB_simd
Source/ThirdParty/stb_image.h:3686
Functionstbi__idct_block
Source/ThirdParty/stb_image.h:2467
Functionstbi__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
Functionstbi__resample_row_generic
Source/ThirdParty/stb_image.h:3646
Functionstbi__resample_row_h_2
Source/ThirdParty/stb_image.h:3475
Functionstbi__resample_row_hv_2
Source/ThirdParty/stb_image.h:3505
Functionstbi__resample_row_hv_2_simd
Source/ThirdParty/stb_image.h:3530
Functionstbi__resample_row_v_2
Source/ThirdParty/stb_image.h:3465
Functionstbi__stdio_eof
Source/ThirdParty/stb_image.h:865
Functionstbi__stdio_read
Source/ThirdParty/stb_image.h:850
Functionstbi__stdio_skip
Source/ThirdParty/stb_image.h:855
Functionstbi__stdio_write
Source/ThirdParty/stb_image_write.h:284
Functionstbi_convert_iphone_png_to_rgb
Source/ThirdParty/stb_image.h:5001
Functionstbi_convert_iphone_png_to_rgb_thread
Source/ThirdParty/stb_image.h:5019
Functionstbi_convert_wchar_to_utf8
Source/ThirdParty/stb_image.h:1331
Functionstbi_hdr_to_ldr_gamma
Source/ThirdParty/stb_image.h:1581
Functionstbi_hdr_to_ldr_scale
Source/ThirdParty/stb_image.h:1582
Functionstbi_info
Source/ThirdParty/stb_image.h:7691
Functionstbi_info_from_callbacks
Source/ThirdParty/stb_image.h:7741
Functionstbi_info_from_memory
Source/ThirdParty/stb_image.h:7734
Functionstbi_is_16_bit
Source/ThirdParty/stb_image.h:7712
Functionstbi_is_16_bit_from_callbacks
Source/ThirdParty/stb_image.h:7755
Functionstbi_is_16_bit_from_memory
Source/ThirdParty/stb_image.h:7748
Functionstbi_is_hdr_from_callbacks
Source/ThirdParty/stb_image.h:1559
Functionstbi_is_hdr_from_memory
Source/ThirdParty/stb_image.h:1517
Functionstbi_ldr_to_hdr_gamma
Source/ThirdParty/stb_image.h:1575
Functionstbi_ldr_to_hdr_scale
Source/ThirdParty/stb_image.h:1576
Functionstbi_load_16
Source/ThirdParty/stb_image.h:1402
Functionstbi_load_16_from_callbacks
Source/ThirdParty/stb_image.h:1422
Functionstbi_load_16_from_memory
Source/ThirdParty/stb_image.h:1415
Functionstbi_load_from_callbacks
Source/ThirdParty/stb_image.h:1436
Functionstbi_load_from_memory
Source/ThirdParty/stb_image.h:1429
Functionstbi_load_gif_from_memory
Source/ThirdParty/stb_image.h:1444
Functionstbi_loadf_from_callbacks
Source/ThirdParty/stb_image.h:1485
Functionstbi_loadf_from_memory
Source/ThirdParty/stb_image.h:1478
Functionstbi_set_flip_vertically_on_load
Source/ThirdParty/stb_image.h:1116
Functionstbi_set_flip_vertically_on_load_thread
Source/ThirdParty/stb_image.h:1126
Functionstbi_set_unpremultiply_on_load
Source/ThirdParty/stb_image.h:4996
Functionstbi_set_unpremultiply_on_load_thread
Source/ThirdParty/stb_image.h:5013
Functionstbi_write_bmp_to_func
Source/ThirdParty/stb_image_write.h:512
Functionstbi_write_hdr_to_func
Source/ThirdParty/stb_image_write.h:787
Functionstbi_write_jpg
Source/ThirdParty/stb_image_write.h:1616
Functionstbi_write_jpg_to_func
Source/ThirdParty/stb_image_write.h:1607
Functionstbi_write_png_to_func
Source/ThirdParty/stb_image_write.h:1231
Functionstbi_write_tga_to_func
Source/ThirdParty/stb_image_write.h:611
Functionstbi_zlib_decode_malloc
Source/ThirdParty/stb_image.h:4536
Functionstbi_zlib_decode_noheader_buffer
Source/ThirdParty/stb_image.h:4584
Functionstbi_zlib_decode_noheader_malloc
Source/ThirdParty/stb_image.h:4568
Functionstbiw__sbgrowf
Source/ThirdParty/stb_image_write.h:826
Functionstbiw__zlib_flushf
Source/ThirdParty/stb_image_write.h:839
Functionstbiw_convert_wchar_to_utf8
Source/ThirdParty/stb_image_write.h:298
Functionstore
* @brief Store a vector to an unaligned memory address. */
Source/astcenc_vecmathlib_avx2_8.h:526
Functionstore
* @brief Store a vector to an unaligned memory address. */
Source/astcenc_vecmathlib_rvv_n.h:542
Functionstore_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
Functionstore_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
Functionstore_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
Functionstore_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
Functionstore_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
Functionstore_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
Functionstore_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
Functionstore_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
Functionstore_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
Functionstore_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
Functionstore_nbytes
* @brief Store lowest N (vector width) bytes into an unaligned address. */
Source/astcenc_vecmathlib_rvv_n.h:550
Functionstore_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
Functionstore_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
Functionstorea
* @brief Store a vector to an aligned memory address. */
Source/astcenc_vecmathlib_none_4.h:652
Functionstorea
* @brief Store a vector to a 16B aligned memory address. */
Source/astcenc_vecmathlib_rvv_n.h:534
Methodswz
Source/astcenc_vecmathlib_none_4.h:145
Methodswz
Source/astcenc_vecmathlib_neon_4.h:140
Methodswz
Source/astcenc_vecmathlib_sse_4.h:148
Functionswz_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
Functionswz_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
MethodtearDown
Tear down a test case. Clean up the temporary directory created for output files.
Test/astc_test_functional.py:128
Methodtell
Get current position
Source/ThirdParty/streamreader.hh:141
Methodtest_2partition_candidate_limit
Test 2 partition partitioning candidate limit.
Test/astc_test_functional.py:1287
Methodtest_2partition_early_limit
Test 2 partition early limit.
Test/astc_test_functional.py:1221
Methodtest_2partition_index_limit
Test partition index limit.
Test/astc_test_functional.py:1069
Methodtest_2plane_correlation_limit
Test 2 plane correlation limit.
Test/astc_test_functional.py:1265
Methodtest_3partition_candidate_limit
Test 3 partition partitioning candidate limit.
Test/astc_test_functional.py:1309
Methodtest_3partition_early_limit
Test 3 partition early limit.
Test/astc_test_functional.py:1243
Methodtest_3partition_index_limit
Test partition index limit.
Test/astc_test_functional.py:1091
Methodtest_4partition_candidate_limit
Test 4 partition partitioning candidate limit.
Test/astc_test_functional.py:1331
Methodtest_4partition_index_limit
Test partition index limit.
Test/astc_test_functional.py:1113
Methodtest_blockmode_limit
Test block mode limit.
Test/astc_test_functional.py:1135
Methodtest_candidate_limit
Test candidate limit.
Test/astc_test_functional.py:1178
Methodtest_ch_mpsnr_missing_args
Test -ch with -mpsnr and missing arguments.
Test/astc_test_functional.py:2181
Methodtest_channel_weighting
Test channel weighting.
Test/astc_test_functional.py:1016
Methodtest_cl_2d_block_with_array
Test -cl with a 2D block size and 3D input data.
Test/astc_test_functional.py:1672
Methodtest_cl_2partitioncandidatelimit_missing_args
Test -cl with -2partitioncandidatelimit and missing arguments.
Test/astc_test_functional.py:1910
Methodtest_cl_2partitionearlylimit_missing_args
Test -cl with -2partitionlimitfactor and missing arguments.
Test/astc_test_functional.py:2000
Methodtest_cl_2partitionindexlimit_missing_args
Test -cl with -2partitionindexlimit and missing arguments.
Test/astc_test_functional.py:1865
Methodtest_cl_2planeearlylimit_missing_args
Test -cl with -2planelimitcorrelation and missing arguments.
Test/astc_test_functional.py:2030
Methodtest_cl_3partitioncandidatelimit_missing_args
Test -cl with -3partitioncandidatelimit and missing arguments.
Test/astc_test_functional.py:1925
Methodtest_cl_3partitionearlylimit_missing_args
Test -cl with -3partitionlimitfactor and missing arguments.
Test/astc_test_functional.py:2015
Methodtest_cl_3partitionindexlimit_missing_args
Test -cl with -3partitionindexlimit and missing arguments.
Test/astc_test_functional.py:1880
Methodtest_cl_4partitioncandidatelimit_missing_args
Test -cl with -4partitioncandidatelimit and missing arguments.
Test/astc_test_functional.py:1940
Methodtest_cl_4partitionindexlimit_missing_args
Test -cl with -4partitionindexlimit and missing arguments.
Test/astc_test_functional.py:1895
Methodtest_cl_a_missing_args
Test -cl with -a and missing arguments.
Test/astc_test_functional.py:1835
Methodtest_cl_array_missing_args
Test -cl with a 2D block size and 3D input data.
Test/astc_test_functional.py:1686
← previousnext →1,201–1,300 of 1,420, ranked by callers