Lines Matching refs:astc
314 * @brief Load a non-astc image file from memory.
322 * @return The astc image file, or nullptr on error.
1560 size_t end_row = astc::min(start_row + image.block_y, static_cast<size_t>(image.dim_y));
1561 size_t end_col = astc::min(start_col + image.block_x, static_cast<size_t>(image.dim_x));
1928 printf("astc psnr r%f g%f b%f a%f rgb%f\n",
1999 if (ends_with(input_filename, ".astc"))
2113 if (!(is_null || ends_with(output_filename, ".astc") || ends_with(output_filename, ".ktx")))
2276 best_compression_time = astc::min(iter_time, best_compression_time);
2343 best_decompression_time = astc::min(iter_time, best_decompression_time);
2373 if (ends_with(output_filename, ".astc"))