Lines Matching defs:method
154 * @brief The maximum quant level using full angular endpoint search method.
241 * @brief The number of levels use by an ASTC quantization method.
243 * @param method The quantization method
245 * @return The number of levels used by @c method.
247 static inline unsigned int get_quant_level(quant_method method)
249 switch (method)
483 * @param weight_quant The quant method to set.
493 * @param max_weight_quant The max quant method to test.
504 * @param weight_quant The quant method to set.
514 * @param max_weight_quant The max quant method to test.