Home
last modified time | relevance | path

Searched refs:high_bound (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_ideal_endpoints_and_weights.cpp983 float high_bound, in compute_quantized_weights_for_decimation() argument
1004 if (high_bound <= low_bound) in compute_quantized_weights_for_decimation()
1007 high_bound = 1.0f; in compute_quantized_weights_for_decimation()
1010 float rscale = high_bound - low_bound; in compute_quantized_weights_for_decimation()
Dastcenc_internal.h1729 float high_bound,