Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/astc-encoder
/ max
Function
max
Source/astcenc_mathlib.h:220–223 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
218
*/
219
template<typename T>
220
static inline T max(T p, T q)
221
{
222
return p > q ? p : q;
223
}
224
225
/**
226
* @brief Return the maximum of three values.
Callers
15
trace_add_data
Function · 0.70
init
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
prepare_block_statistics
Function · 0.70
init_decimation_info_2d
Function · 0.70
init_decimation_info_3d
Function · 0.70
load_image_block
Function · 0.70
load_image_block_fast_ldr
Function · 0.70
store_image_block
Function · 0.70
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.40
main
Function · 0.40