Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dastcenc_decompress_symbolic.cpp283 int plane1_weights[BLOCK_MAX_TEXELS]; in decompress_symbolic_block() local
285 …unpack_weights(bsd, scb, di, is_dual_plane, bm.get_weight_quant_mode(), plane1_weights, plane2_wei… in decompress_symbolic_block()
312 vint4 weight = select(vint4(plane1_weights[tix]), vint4(plane2_weights[tix]), plane2_mask); in decompress_symbolic_block()
348 int plane1_weights[BLOCK_MAX_TEXELS]; in compute_symbolic_block_difference_2plane() local
350 unpack_weights(bsd, scb, di, true, bm.get_weight_quant_mode(), plane1_weights, plane2_weights); in compute_symbolic_block_difference_2plane()
373 vint4 weight = select(vint4(plane1_weights[i]), vint4(plane2_weights[i]), plane2_mask); in compute_symbolic_block_difference_2plane()
445 int plane1_weights[BLOCK_MAX_TEXELS]; in compute_symbolic_block_difference_1plane() local
446 unpack_weights(bsd, scb, di, false, bm.get_weight_quant_mode(), plane1_weights, nullptr); in compute_symbolic_block_difference_1plane()
470 vint4(plane1_weights[tix])); in compute_symbolic_block_difference_1plane()
537 alignas(ASTCENC_VECALIGN) int plane1_weights[BLOCK_MAX_TEXELS]; in compute_symbolic_block_difference_1plane_1partition() local
[all …]
/third_party/skia/third_party/externals/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.h228 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()