Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_ideal_endpoints_and_weights.cpp1026 vint4 tab0(reinterpret_cast<const int*>(qat.quant_to_unquant)); in compute_quantized_weights_for_decimation()
1059 vint4 tab0(reinterpret_cast<const int*>(qat.quant_to_unquant)); in compute_quantized_weights_for_decimation()
1060 vint4 tab1(reinterpret_cast<const int*>(qat.quant_to_unquant + 16)); in compute_quantized_weights_for_decimation()
Dastcenc_internal.h1015 int8_t quant_to_unquant[32]; member