Searched defs:decimation_mode (Results 1 – 5 of 5) sorted by relevance
434 uint8_t decimation_mode; member459 struct decimation_mode struct462 int8_t maxprec_1plane;465 int8_t maxprec_2planes;472 uint16_t refprec_1plane;479 uint16_t refprec_2planes;486 void set_ref_1plane(quant_method weight_quant) in set_ref_1plane()496 bool is_ref_1plane(quant_method max_weight_quant) const in is_ref_1plane()530 * actual number of weights stored is @c decimation_mode_count, and the @c decimation_modes and argument
678 int decimation_mode = bm.decimation_mode; in compress_symbolic_block_for_partition_1plane() local727 int decimation_mode = qw_bm.decimation_mode; in compress_symbolic_block_for_partition_1plane() local1053 unsigned int decimation_mode = bm.decimation_mode; in compress_symbolic_block_for_partition_2planes() local1118 int decimation_mode = qw_bm.decimation_mode; in compress_symbolic_block_for_partition_2planes() local
949 int decimation_mode = decimation_mode_index[y_weights * 16 + x_weights]; in construct_block_size_descriptor_2d() local1183 int decimation_mode = decimation_mode_index[z_weights * 64 + y_weights * 8 + x_weights]; in construct_block_size_descriptor_3d() local
543 int decimation_mode = decimation_mode_index[y_weights * 16 + x_weights]; in construct_block_size_descriptor_2d() local621 int decimation_mode = decimation_mode_index[z_weights * 64 + y_weights * 8 + x_weights]; in construct_block_size_descriptor_3d() local
91 int8_t decimation_mode; member