H A D | astcenc_block_sizes.cpp | 31 * @param[out] quant_mode The quantization level for the weights. 41 unsigned int& quant_mode, in decode_block_mode_2d() 130 quant_mode = (base_quant_mode - 2) + 6 * H; in decode_block_mode_2d() 133 weight_bits = get_ise_sequence_bitcount(weight_count, static_cast<quant_method>(quant_mode)); in decode_block_mode_2d() 147 * @param[out] quant_mode The quantization level for the weights. 158 unsigned int& quant_mode, in decode_block_mode_3d() 233 quant_mode = (base_quant_mode - 2) + 6 * H; in decode_block_mode_3d() 236 weight_bits = get_ise_sequence_bitcount(weight_count, static_cast<quant_method>(quant_mode)); in decode_block_mode_3d() 887 unsigned int quant_mode; in construct_block_size_descriptor_2d() local 889 bool valid = decode_block_mode_2d(i, x_weights, y_weights, is_dual_plane, quant_mode, weight_bit in construct_block_size_descriptor_2d() 36 decode_block_mode_2d( unsigned int block_mode, unsigned int& x_weights, unsigned int& y_weights, bool& is_dual_plane, unsigned int& quant_mode, unsigned int& weight_bits ) decode_block_mode_2d() argument 152 decode_block_mode_3d( unsigned int block_mode, unsigned int& x_weights, unsigned int& y_weights, unsigned int& z_weights, bool& is_dual_plane, unsigned int& quant_mode, unsigned int& weight_bits ) decode_block_mode_3d() argument 1140 unsigned int quant_mode; construct_block_size_descriptor_3d() local [all...] |