* @brief Set a 1 plane weight quant as active. * * @param weight_quant The quant method to set. */
| 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). |
no outgoing calls
no test coverage detected