Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_decompress_symbolic.cpp235 int uq_plane2_weights[MAX_WEIGHTS_PER_BLOCK]; in decompress_symbolic_block() local
248 uq_plane2_weights[i] = qat->unquantized_value[scb->plane2_weights[i]]; in decompress_symbolic_block()
260 plane2_weights[i] = compute_value_of_texel_int(i, it, uq_plane2_weights); in decompress_symbolic_block()
/third_party/astc-encoder/Source/
Dastcenc_decompress_symbolic.cpp136 int uq_plane2_weights[BLOCK_MAX_WEIGHTS]; in unpack_weights() local
160 uq_plane2_weights[i] = qat->unquantized_value[scb.weights[i + WEIGHTS_PLANE2_OFFSET]]; in unpack_weights()
166 store(compute_value_of_texel_weight_int_vla(i, di, uq_plane2_weights), weights_plane2 + i); in unpack_weights()