Searched refs:decimation_mode (Results 1 – 4 of 4) sorted by relevance
536 bsd->block_modes[i].decimation_mode = -1; in construct_block_size_descriptor_2d()543 int decimation_mode = decimation_mode_index[y_weights * 16 + x_weights]; in construct_block_size_descriptor_2d() local544 bsd->block_modes[i].decimation_mode = decimation_mode; in construct_block_size_descriptor_2d()614 bsd->block_modes[i].decimation_mode = -1; in construct_block_size_descriptor_3d()621 int decimation_mode = decimation_mode_index[z_weights * 64 + y_weights * 8 + x_weights]; in construct_block_size_descriptor_3d() local622 bsd->block_modes[i].decimation_mode = decimation_mode; in construct_block_size_descriptor_3d()
91 int8_t decimation_mode; member
121 int weight_count = ixtab2[bsd->block_modes[block_mode].decimation_mode]->num_weights; in physical_to_symbolic()
209 const decimation_table *it = ixtab2[bsd->block_modes[scb->block_mode].decimation_mode]; in decompress_symbolic_block()