Dear all,
I read ASTC encoder code but I don't clear about construct_block_size_descriptor_2d function (astc_block_size2.cpp).
why initialize_decimation_table_2d is only range x_weights = 2-> 12 ?
for (x_weights = 2; x_weights <= 12; x_weights++) for (y_weights = 2; y_weights <= 12; y_weights++)
Thank you and best regards