Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_compress_symbolic.cpp389 float* dec_weights_ideal = tmpbuf.dec_weights_ideal; in compress_symbolic_block_for_partition_1plane() local
409 dec_weights_ideal + i * BLOCK_MAX_WEIGHTS); in compress_symbolic_block_for_partition_1plane()
427 only_always, bsd, dec_weights_ideal, max_weight_quant, tmpbuf); in compress_symbolic_block_for_partition_1plane()
481 dec_weights_ideal + BLOCK_MAX_WEIGHTS * decimation_mode, in compress_symbolic_block_for_partition_1plane()
744 float* dec_weights_ideal = tmpbuf.dec_weights_ideal; in compress_symbolic_block_for_partition_2planes() local
761 dec_weights_ideal + i * BLOCK_MAX_WEIGHTS); in compress_symbolic_block_for_partition_2planes()
766 dec_weights_ideal + i * BLOCK_MAX_WEIGHTS + WEIGHTS_PLANE2_OFFSET); in compress_symbolic_block_for_partition_2planes()
794 bsd, dec_weights_ideal, max_weight_quant, tmpbuf); in compress_symbolic_block_for_partition_2planes()
845 dec_weights_ideal + BLOCK_MAX_WEIGHTS * decimation_mode, in compress_symbolic_block_for_partition_2planes()
854 dec_weights_ideal + BLOCK_MAX_WEIGHTS * decimation_mode + WEIGHTS_PLANE2_OFFSET, in compress_symbolic_block_for_partition_2planes()
Dastcenc_internal.h935 …alignas(ASTCENC_VECALIGN) float dec_weights_ideal[WEIGHTS_MAX_DECIMATION_MODES * BLOCK_MAX_WEIGHTS… member