Home
last modified time | relevance | path

Searched refs:weight_quant_levels (Results 1 - 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_symbolic_physical.cpp158 float weight_quant_levels = static_cast<float>(get_quant_level(weight_quant_method)); in symbolic_to_physical() local
169 float qw = (uqw / 64.0f) * (weight_quant_levels - 1.0f); in symbolic_to_physical()
201 float qw = (uqw / 64.0f) * (weight_quant_levels - 1.0f); in symbolic_to_physical()
206 qw = (uqw / 64.0f) * (weight_quant_levels - 1.0f); in symbolic_to_physical()
216 float qw = (uqw / 64.0f) * (weight_quant_levels - 1.0f); in symbolic_to_physical()

Completed in 2 milliseconds