Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/astc-encoder
/ min
Function
min
Source/astcenc_mathlib.h:169–172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
167
*/
168
template<typename T>
169
static inline T min(T p, T q)
170
{
171
return p < q ? p : q;
172
}
173
174
/**
175
* @brief Return the minimum of three values.
Callers
15
lns_to_sf16
Function · 0.70
get_task_assignment
Method · 0.70
compute_color_error_for_every_integer_count_and_quant_level
Function · 0.70
two_partitions_find_best_combination_for_every_quantization_and_integer_count
Function · 0.70
three_partitions_find_best_combination_for_every_quantization_and_integer_count
Function · 0.70
four_partitions_find_best_combination_for_every_quantization_and_integer_count
Function · 0.70
symbolic_to_physical
Function · 0.70
compress_symbolic_block_for_partition_1plane
Function · 0.70
compress_symbolic_block_for_partition_2planes
Function · 0.70
prepare_block_statistics
Function · 0.70
compress_block
Function · 0.70
generate_one_partition_info_entry
Function · 0.70
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.40