Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dastcenc_decompress_symbolic.cpp135 int uq_plane1_weights[BLOCK_MAX_WEIGHTS]; in unpack_weights() local
147 uq_plane1_weights[i] = qat->unquantized_value[scb.weights[i]]; in unpack_weights()
152 store(compute_value_of_texel_weight_int_vla(i, di, uq_plane1_weights), weights_plane1 + i); in unpack_weights()
159 uq_plane1_weights[i] = qat->unquantized_value[scb.weights[i]]; in unpack_weights()
165 store(compute_value_of_texel_weight_int_vla(i, di, uq_plane1_weights), weights_plane1 + i); in unpack_weights()
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_decompress_symbolic.cpp234 int uq_plane1_weights[MAX_WEIGHTS_PER_BLOCK]; in decompress_symbolic_block() local
242 uq_plane1_weights[i] = qat->unquantized_value[scb->plane1_weights[i]]; in decompress_symbolic_block()
256 weights[i] = compute_value_of_texel_int(i, it, uq_plane1_weights); in decompress_symbolic_block()