MCPcopy Create free account
hub / github.com/ARM-software/astc-encoder / set_ref_1plane

Method set_ref_1plane

Source/astcenc_internal.h:476–479  ·  view source on GitHub ↗

* @brief Set a 1 plane weight quant as active. * * @param weight_quant The quant method to set. */

Source from the content-addressed store, hash-verified

474 * @param weight_quant The quant method to set.
475 */
476 void set_ref_1plane(quant_method weight_quant)
477 {
478 refprec_1plane |= (1 << weight_quant);
479 }
480
481 /**
482 * @brief Test if this mode is active below a given 1 plane weight quant (inclusive).

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected