3838 */
3939static void compute_ideal_colors_and_weights_1_comp (
4040 const block_size_descriptor& bsd,
41- const imageblock & blk,
41+ const image_block & blk,
4242 const error_weight_block& ewb,
4343 const partition_info& pi,
4444 endpoints_and_weights& ei,
@@ -155,7 +155,7 @@ static void compute_ideal_colors_and_weights_1_comp(
155155 */
156156static void compute_ideal_colors_and_weights_2_comp (
157157 const block_size_descriptor& bsd,
158- const imageblock & blk,
158+ const image_block & blk,
159159 const error_weight_block& ewb,
160160 const partition_info& pi,
161161 endpoints_and_weights& ei,
@@ -312,7 +312,7 @@ static void compute_ideal_colors_and_weights_2_comp(
312312 */
313313static void compute_ideal_colors_and_weights_3_comp (
314314 const block_size_descriptor& bsd,
315- const imageblock & blk,
315+ const image_block & blk,
316316 const error_weight_block& ewb,
317317 const partition_info& pi,
318318 endpoints_and_weights& ei,
@@ -487,7 +487,7 @@ static void compute_ideal_colors_and_weights_3_comp(
487487 */
488488static void compute_ideal_colors_and_weights_4_comp (
489489 const block_size_descriptor& bsd,
490- const imageblock & blk,
490+ const image_block & blk,
491491 const error_weight_block& ewb,
492492 const partition_info& pi,
493493 endpoints_and_weights& ei
@@ -599,7 +599,7 @@ static void compute_ideal_colors_and_weights_4_comp(
599599/* See header for documentation. */
600600void compute_ideal_colors_and_weights_1plane (
601601 const block_size_descriptor& bsd,
602- const imageblock & blk,
602+ const image_block & blk,
603603 const error_weight_block& ewb,
604604 const partition_info& pi,
605605 endpoints_and_weights& ei
@@ -617,7 +617,7 @@ void compute_ideal_colors_and_weights_1plane(
617617/* See header for documentation. */
618618void compute_ideal_colors_and_weights_2planes (
619619 const block_size_descriptor& bsd,
620- const imageblock & blk,
620+ const image_block & blk,
621621 const error_weight_block& ewb,
622622 const partition_info& pi,
623623 unsigned int plane2_component,
@@ -1045,7 +1045,7 @@ static inline vfloat4 compute_rgbo_vector(
10451045
10461046/* See header for documentation. */
10471047void recompute_ideal_colors_1plane (
1048- const imageblock & blk,
1048+ const image_block & blk,
10491049 const error_weight_block& ewb,
10501050 const partition_info& pi,
10511051 const decimation_info& di,
@@ -1248,7 +1248,7 @@ void recompute_ideal_colors_1plane(
12481248
12491249/* See header for documentation. */
12501250void recompute_ideal_colors_2planes (
1251- const imageblock & blk,
1251+ const image_block & blk,
12521252 const error_weight_block& ewb,
12531253 const partition_info& pi,
12541254 const decimation_info& di,
0 commit comments