Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_ideal_endpoints_and_weights.cpp982 float low_bound, in compute_quantized_weights_for_decimation() argument
1004 if (high_bound <= low_bound) in compute_quantized_weights_for_decimation()
1006 low_bound = 0.0f; in compute_quantized_weights_for_decimation()
1010 float rscale = high_bound - low_bound; in compute_quantized_weights_for_decimation()
1013 float scaled_low_bound = low_bound * scale; in compute_quantized_weights_for_decimation()
1020 vfloat low_boundv(low_bound); in compute_quantized_weights_for_decimation()
Dastcenc_internal.h1728 float low_bound,