Searched refs:decimation_mode_count (Results 1 – 2 of 2) sorted by relevance
480 int decimation_mode_count = 0; in construct_block_size_descriptor_2d() local503 decimation_mode_index[y_weights * 16 + x_weights] = decimation_mode_count; in construct_block_size_descriptor_2d()506 bsd->decimation_tables[decimation_mode_count] = dt; in construct_block_size_descriptor_2d()508 decimation_mode_count++; in construct_block_size_descriptor_2d()512 bsd->decimation_mode_count = decimation_mode_count; in construct_block_size_descriptor_2d()559 int decimation_mode_count = 0; in construct_block_size_descriptor_3d() local581 decimation_mode_index[z_weights * 64 + y_weights * 8 + x_weights] = decimation_mode_count; in construct_block_size_descriptor_3d()584 bsd->decimation_tables[decimation_mode_count] = dt; in construct_block_size_descriptor_3d()586 decimation_mode_count++; in construct_block_size_descriptor_3d()591 bsd->decimation_mode_count = decimation_mode_count; in construct_block_size_descriptor_3d()[all …]
104 int decimation_mode_count; member