Commit 5ebc2f7731 for aom
commit 5ebc2f7731dcf1c1b96e611e39fc9f623a06ad67
Author: Wan-Teh Chang <wtc@google.com>
Date: Fri Dec 5 14:30:27 2025 -0800
Change qm_level_y/u/v to actual names in comment
Change qm_level_y/u/v to qmatrix_level_y/u/v in comment.
Change-Id: Ic34354f0128fddcede1e53a799dedcd4041f9015
diff --git a/av1/common/av1_common_int.h b/av1/common/av1_common_int.h
index 0961c440c3..715fe2ced7 100644
--- a/av1/common/av1_common_int.h
+++ b/av1/common/av1_common_int.h
@@ -703,8 +703,9 @@ struct CommonQuantParams {
/*!
* Flag indicating whether quantization matrices are being used:
- * - If true, qm_level_y, qm_level_u and qm_level_v indicate the level
- * indices to be used to access appropriate global quant matrix tables.
+ * - If true, qmatrix_level_y, qmatrix_level_u and qmatrix_level_v indicate
+ * the level indices to be used to access appropriate global quant matrix
+ * tables.
* - If false, we implicitly use level index 'NUM_QM_LEVELS - 1'.
*/
bool using_qmatrix;