Home
last modified time | relevance | path

Searched defs:decimation_mode (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_internal.h406 uint8_t decimation_mode; member
431 struct decimation_mode struct
434 int8_t maxprec_1plane;
437 int8_t maxprec_2planes;
444 uint16_t refprec_1_plane;
451 uint16_t refprec_2_planes;
458 void set_ref_1_plane(quant_method weight_quant) in set_ref_1_plane()
468 bool is_ref_1_plane(quant_method max_weight_quant) const in is_ref_1_plane()
502 * actual number of weights stored is @c decimation_mode_count, and the @c decimation_modes and argument
Dastcenc_compress_symbolic.cpp470 int decimation_mode = bm.decimation_mode; in compress_symbolic_block_for_partition_1plane() local
518 int decimation_mode = qw_bm.decimation_mode; in compress_symbolic_block_for_partition_1plane() local
835 unsigned int decimation_mode = bm.decimation_mode; in compress_symbolic_block_for_partition_2planes() local
899 int decimation_mode = qw_bm.decimation_mode; in compress_symbolic_block_for_partition_2planes() local
Dastcenc_block_sizes.cpp940 int decimation_mode = decimation_mode_index[y_weights * 16 + x_weights]; in construct_block_size_descriptor_2d() local
1166 int decimation_mode = decimation_mode_index[z_weights * 64 + y_weights * 8 + x_weights]; in construct_block_size_descriptor_3d() local
/aosp_15_r20/external/swiftshader/third_party/astc-encoder/Source/
H A Dastc_block_sizes2.cpp543 int decimation_mode = decimation_mode_index[y_weights * 16 + x_weights]; in construct_block_size_descriptor_2d() local
621 int decimation_mode = decimation_mode_index[z_weights * 64 + y_weights * 8 + x_weights]; in construct_block_size_descriptor_3d() local
H A Dastc_codec_internals.h91 int8_t decimation_mode; member