MCPcopy Create free account

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

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

Functionfloat_to_int
* @brief Return a integer value for a float vector, using truncation. */
Source/astcenc_vecmathlib_sse_4.h:942
Functionfloat_to_int
* @brief Return a integer value for a float vector, using truncation. */
Source/astcenc_vecmathlib_rvv_n.h:949
Functionfloat_to_int_rtn
f * @brief Return a integer value for a float vector, using round-to-nearest. */
Source/astcenc_vecmathlib_none_4.h:994
Functionfloat_to_int_rtn
* @brief Return a integer value for a float vector, using round-to-nearest. */
Source/astcenc_vecmathlib_neon_4.h:881
Functionfloat_to_int_rtn
* @brief Return a integer value for a float vector, using round-to-nearest. */
Source/astcenc_vecmathlib_avx2_8.h:979
Functionfloat_to_int_rtn
* @brief Return a integer value for a float vector, using round-to-nearest. */
Source/astcenc_vecmathlib_sse_4.h:950
Functionfloat_to_int_rtn
* @brief Return a integer value for a float vector, using round-to-nearest. */
Source/astcenc_vecmathlib_rvv_n.h:957
Functionflt2int_rd
* @brief SP float round down and convert to integer. * * @param v The value to round. * * @return The rounded value. */
Source/astcenc_mathlib.h:341
Functionflt_rd
* @brief SP float round-down. * * @param v The value to round. * * @return The rounded value. */
Source/astcenc_mathlib.h:316
Methodformat_line
(name, value, units)
Test/testlib/resultset.py:386
Functiongatherf
* @brief Load a vector of gathered results from an array; */
Source/astcenc_vecmathlib_none_4.h:938
Functiongatherf
* @brief Load a vector of gathered results from an array; */
Source/astcenc_vecmathlib_neon_4.h:817
Functiongatherf
* @brief Load a vector of gathered results from an array; */
Source/astcenc_vecmathlib_sse_4.h:895
Functiongatherf
* @brief Load a vector of gathered results from an array; */
Source/astcenc_vecmathlib_rvv_n.h:908
Functiongatherf_byte_inds<vfloat4>
Source/astcenc_vecmathlib_none_4.h:950
Functiongatherf_byte_inds<vfloat4>
Source/astcenc_vecmathlib_neon_4.h:839
Functiongatherf_byte_inds<vfloat4>
Source/astcenc_vecmathlib_sse_4.h:910
Functiongatherf_byte_inds<vfloat8>
Source/astcenc_vecmathlib_sve_8.h:861
Functiongatherf_byte_inds<vfloat8>
Source/astcenc_vecmathlib_avx2_8.h:929
Functiongatherf_byte_inds<vfloat>
Source/astcenc_vecmathlib_rvv_n.h:921
Methodget_coding_rate_pattern
(self)
Test/testlib/encoder.py:353
Methodget_coding_time_pattern
(self)
Test/testlib/encoder.py:350
Methodget_partition_table
* @brief Get the partition info table for a given partition count. * * @param partition_count The number of partitions we want the table for.
Source/astcenc_internal.h:687
Methodget_psnr_pattern
(self, image: TestImage)
Test/testlib/encoder.py:335
Methodget_total_time_pattern
(self)
Test/testlib/encoder.py:347
Functionhaccumulate
* @brief Accumulate lane-wise sums for a vector, folded 4-wide. * * This is invariant with 4-wide implementations. */
Source/astcenc_vecmathlib_avx2_8.h:868
Functionhaccumulate
* @brief Accumulate lane-wise sums for a vector, folded 4-wide. * * This is invariant with 4-wide implementations. */
Source/astcenc_vecmathlib_rvv_n.h:851
Functionhaccumulate
* @brief Accumulate lane-wise sums for a vector. */
Source/astcenc_vecmathlib_common_4.h:270
Functionhadd_s
* @brief Return the horizontal sum of a vector. */
Source/astcenc_vecmathlib_none_4.h:907
Functionhadd_s
* @brief Return the horizontal sum of a vector. */
Source/astcenc_vecmathlib_neon_4.h:790
Functionhadd_s
* @brief Return the horizontal sum of a vector. */
Source/astcenc_vecmathlib_avx2_8.h:847
Functionhadd_s
* @brief Return the horizontal sum of a vector as a scalar. */
Source/astcenc_vecmathlib_sse_4.h:861
Methodhas_error
Check if any errors have occurred
Source/ThirdParty/exr_reader.hh:23
Functionhmax
* @brief Return the horizontal maximum of a single vector. */
Source/astcenc_vecmathlib_none_4.h:642
Functionhmax
* @brief Return the horizontal maximum of a vector. */
Source/astcenc_vecmathlib_neon_4.h:584
Functionhmax
* @brief Return the horizontal maximum of a vector. */
Source/astcenc_vecmathlib_sse_4.h:623
Functionhmax
* @brief Return the horizontal maximum of a vector. */
Source/astcenc_vecmathlib_rvv_n.h:508
Functionhmax_s
* @brief Return the horizontal maximum of a vector. */
Source/astcenc_vecmathlib_avx2_8.h:501
Functionhmax_s
* @brief Return the horizontal maximum of a vector. */
Source/astcenc_vecmathlib_rvv_n.h:517
Functionhmax_s
* @brief Return the horizontal maximum of a vector. */
Source/astcenc_vecmathlib_common_4.h:133
Functionhmin
* @brief Return the horizontal minimum of a single vector. */
Source/astcenc_vecmathlib_none_4.h:632
Functionhmin
* @brief Return the horizontal minimum of a vector. */
Source/astcenc_vecmathlib_neon_4.h:576
Functionhmin
* @brief Return the horizontal minimum of a vector. */
Source/astcenc_vecmathlib_sse_4.h:613
Functionhmin
* @brief Return the horizontal minimum of a vector. */
Source/astcenc_vecmathlib_rvv_n.h:491
Functionhmin_s
* @brief Return the horizontal minimum of a vector. */
Source/astcenc_vecmathlib_avx2_8.h:479
Functionhmin_s
* @brief Return the horizontal minimum of a vector. */
Source/astcenc_vecmathlib_rvv_n.h:500
Functionint_as_float
* @brief Return a integer value as a float bit pattern (i.e. no conversion). * * It is a common trick to convert floats into integer bit patterns, p
Source/astcenc_vecmathlib_sve_8.h:927
Functionint_as_float
* @brief Return a integer value as a float bit pattern (i.e. no conversion). * * It is a common trick to convert floats into integer bit patterns, p
Source/astcenc_vecmathlib_none_4.h:1077
Functionint_as_float
* @brief Return a integer value as a float bit pattern (i.e. no conversion). * * It is a common trick to convert floats into integer bit patterns, p
Source/astcenc_vecmathlib_neon_4.h:960
Functionint_as_float
* @brief Return a integer value as a float bit pattern (i.e. no conversion). * * It is a common trick to convert floats into integer bit patterns, p
Source/astcenc_vecmathlib_avx2_8.h:1013
Functionint_as_float
* @brief Return a integer value as a float bit pattern (i.e. no conversion). * * It is a common trick to convert floats into integer bit patterns, p
Source/astcenc_vecmathlib_sse_4.h:1046
Functionint_as_float
* @brief Return a integer value as a float bit pattern (i.e. no conversion). * * It is a common trick to convert floats into integer bit patterns, p
Source/astcenc_vecmathlib_rvv_n.h:989
Functionint_to_float
* @brief Return a float value for a integer vector. */
Source/astcenc_vecmathlib_none_4.h:1006
Functionint_to_float
* @brief Return a float value for an integer vector. */
Source/astcenc_vecmathlib_neon_4.h:890
Functionint_to_float
* @brief Return a float value for an integer vector. */
Source/astcenc_vecmathlib_avx2_8.h:989
Functionint_to_float
* @brief Return a float value for an integer vector. */
Source/astcenc_vecmathlib_sse_4.h:959
Functionint_to_float
* @brief Return a float value for an integer vector. */
Source/astcenc_vecmathlib_rvv_n.h:965
Functioninterleave_rgba8
* @brief Return a vector of interleaved RGBA data. * * Input vectors have the value stored in the bottom 8 bits of each lane, * with high bits set
Source/astcenc_vecmathlib_none_4.h:1182
Functioninterleave_rgba8
* @brief Return a vector of interleaved RGBA data. * * Input vectors have the value stored in the bottom 8 bits of each lane, * with high bits set
Source/astcenc_vecmathlib_neon_4.h:1074
Functioninterleave_rgba8
* @brief Return a vector of interleaved RGBA data. * * Input vectors have the value stored in the bottom 8 bits of each lane, * with high bits set
Source/astcenc_vecmathlib_avx2_8.h:1165
Functioninterleave_rgba8
* @brief Return a vector of interleaved RGBA data. * * Input vectors have the value stored in the bottom 8 bits of each lane, * with high bits set
Source/astcenc_vecmathlib_sse_4.h:1229
Functioninterleave_rgba8
* @brief Return a vector of interleaved RGBA data. * * Input vectors have the value stored in the bottom 8 bits of each lane, * with high bits set
Source/astcenc_vecmathlib_rvv_n.h:1162
Methodlane
Source/astcenc_vecmathlib_none_4.h:105
Methodlane
Source/astcenc_vecmathlib_none_4.h:241
Methodlane
Source/astcenc_vecmathlib_none_4.h:349
Methodlane
Source/astcenc_vecmathlib_neon_4.h:100
Methodlane
Source/astcenc_vecmathlib_neon_4.h:244
Methodlane
Source/astcenc_vecmathlib_neon_4.h:362
Methodlane
Source/astcenc_vecmathlib_sse_4.h:100
Methodlane
Source/astcenc_vecmathlib_sse_4.h:258
Methodlane
Source/astcenc_vecmathlib_sse_4.h:380
Methodlane_id
* @brief Factory that returns a vector containing the lane IDs. */
Source/astcenc_vecmathlib_sve_8.h:207
Methodlane_id
* @brief Factory that returns a vector containing the lane IDs. */
Source/astcenc_vecmathlib_none_4.h:291
Methodlane_id
* @brief Factory that returns a vector containing the lane IDs. */
Source/astcenc_vecmathlib_neon_4.h:294
Methodlane_id
* @brief Factory that returns a vector containing the lane IDs. */
Source/astcenc_vecmathlib_avx2_8.h:209
Methodlane_id
* @brief Factory that returns a vector containing the lane IDs. */
Source/astcenc_vecmathlib_sse_4.h:317
Methodlane_id
* @brief Factory that returns a vector containing the lane IDs. */
Source/astcenc_vecmathlib_rvv_n.h:230
Methodlast_error
Get the most recent error
Source/ThirdParty/exr_reader.hh:29
Functionlaunch_threads_helper
* @brief Helper function to translate thread entry points. * * Convert a (void*) thread entry to an (int, void*) thread entry, where the * integer
Source/astcenccli_platform_dependents.cpp:237
Methodlength
Get total length
Source/ThirdParty/streamreader.hh:156
Methodload
* @brief Factory that returns a vector loaded from unaligned memory. */
Source/astcenc_vecmathlib_sve_8.h:190
Methodload
* @brief Factory that returns a vector loaded from unaligned memory. */
Source/astcenc_vecmathlib_none_4.h:273
Methodload
* @brief Factory that returns a vector loaded from unaligned memory. */
Source/astcenc_vecmathlib_neon_4.h:276
Methodload
* @brief Factory that returns a vector loaded from unaligned memory. */
Source/astcenc_vecmathlib_avx2_8.h:193
Methodload
* @brief Factory that returns a vector loaded from unaligned memory. */
Source/astcenc_vecmathlib_sse_4.h:297
Methodload
* @brief Factory that returns a vector loaded from unaligned memory. */
Source/astcenc_vecmathlib_rvv_n.h:213
Methodload1
* @brief Factory that returns a replicated scalar loaded from memory. */
Source/astcenc_vecmathlib_sve_8.h:100
Methodload1
* @brief Factory that returns a replicated scalar loaded from memory. */
Source/astcenc_vecmathlib_sve_8.h:182
Methodload1
* @brief Factory that returns a replicated scalar loaded from memory. */
Source/astcenc_vecmathlib_none_4.h:129
Methodload1
* @brief Factory that returns a replicated scalar loaded from memory. */
Source/astcenc_vecmathlib_none_4.h:265
Methodload1
* @brief Factory that returns a replicated scalar loaded from memory. */
Source/astcenc_vecmathlib_neon_4.h:124
Methodload1
* @brief Factory that returns a replicated scalar loaded from memory. */
Source/astcenc_vecmathlib_neon_4.h:268
Methodload1
* @brief Factory that returns a replicated scalar loaded from memory. */
Source/astcenc_vecmathlib_avx2_8.h:96
Methodload1
* @brief Factory that returns a replicated scalar loaded from memory. */
Source/astcenc_vecmathlib_avx2_8.h:184
Methodload1
* @brief Factory that returns a replicated scalar loaded from memory. */
Source/astcenc_vecmathlib_sse_4.h:132
Methodload1
* @brief Factory that returns a replicated scalar loaded from memory. */
Source/astcenc_vecmathlib_sse_4.h:289
Methodload1
* @brief Factory that returns a replicated scalar loaded from memory. */
Source/astcenc_vecmathlib_rvv_n.h:111
Methodload1
* @brief Factory that returns a replicated scalar loaded from memory. */
Source/astcenc_vecmathlib_rvv_n.h:205
Functionload_dds_uncompressed_image
* @brief Load an uncompressed DDS image using the local custom loader. * * @param filename The name of the file to load. * @param
Source/astcenccli_image_load_store.cpp:1784
Functionload_image_block
See header for documentation. */
Source/astcenc_image.cpp:162
← previousnext →901–1,000 of 1,420, ranked by callers