Lines Matching defs:bsd
438 const block_size_descriptor& bsd,
449 unsigned int max_decimation_modes = only_always ? bsd.decimation_mode_count_always
450 : bsd.decimation_mode_count_selected;
454 const decimation_mode& dm = bsd.decimation_modes[i];
460 unsigned int weight_count = bsd.get_decimation_info(i).weight_count;
480 unsigned int max_block_modes = only_always ? bsd.block_mode_count_1plane_always
481 : bsd.block_mode_count_1plane_selected;
485 const block_mode& bm = bsd.block_modes[i];
507 const block_size_descriptor& bsd,
522 promise(bsd.decimation_mode_count_selected > 0);
523 for (unsigned int i = 0; i < bsd.decimation_mode_count_selected; i++)
525 const decimation_mode& dm = bsd.decimation_modes[i];
531 unsigned int weight_count = bsd.get_decimation_info(i).weight_count;
557 unsigned int start = bsd.block_mode_count_1plane_selected;
558 unsigned int end = bsd.block_mode_count_1plane_2plane_selected;
561 const block_mode& bm = bsd.block_modes[i];