Home
last modified time | relevance | path

Searched refs:plane1_weights (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/astc-encoder/Source/
Dastc_symbolic_physical.cpp146 res->plane1_weights[i] = indices[2 * i]; in physical_to_symbolic()
152 decode_ise(weight_quantization_method, weight_count, bswapped, res->plane1_weights, 0); in physical_to_symbolic()
Dastc_codec_internals.h273 uint8_t plane1_weights[MAX_WEIGHTS_PER_BLOCK]; // quantized and decimated weights member
Dastc_decompress_symbolic.cpp242 uq_plane1_weights[i] = qat->unquantized_value[scb->plane1_weights[i]]; in decompress_symbolic_block()