Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_decompress_symbolic.cpp279 int plane1_weights[BLOCK_MAX_TEXELS]; in decompress_symbolic_block() local
281 unpack_weights(bsd, scb, di, is_dual_plane, plane1_weights, plane2_weights); in decompress_symbolic_block()
309 vint4 weight = select(vint4(plane1_weights[tix]), vint4(plane2_weights[tix]), plane2_mask); in decompress_symbolic_block()
345 int plane1_weights[BLOCK_MAX_TEXELS]; in compute_symbolic_block_difference_2plane() local
347 unpack_weights(bsd, scb, di, true, plane1_weights, plane2_weights); in compute_symbolic_block_difference_2plane()
371 vint4 weight = select(vint4(plane1_weights[i]), vint4(plane2_weights[i]), plane2_mask); in compute_symbolic_block_difference_2plane()
443 int plane1_weights[BLOCK_MAX_TEXELS]; in compute_symbolic_block_difference_1plane() local
444 unpack_weights(bsd, scb, di, false, plane1_weights, nullptr); in compute_symbolic_block_difference_1plane()
469 vint4(plane1_weights[tix])); in compute_symbolic_block_difference_1plane()
536 ASTCENC_ALIGNAS int plane1_weights[BLOCK_MAX_TEXEL in compute_symbolic_block_difference_1plane_1partition() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A 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()
H A Dastc_codec_internals.h228 uint8_t plane1_weights[MAX_WEIGHTS_PER_BLOCK]; // quantized and decimated weights member
H A Dastc_decompress_symbolic.cpp242 uq_plane1_weights[i] = qat->unquantized_value[scb->plane1_weights[i]]; in decompress_symbolic_block()

Completed in 3 milliseconds