This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

block size descriptor in ASTC encoder

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

0