We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f08b2 commit 19c542dCopy full SHA for 19c542d
1 file changed
Source/astcenc_block_sizes.cpp
@@ -30,7 +30,7 @@
30
* @param[out] is_dual_plane True if this block mode has two weight planes.
31
* @param[out] quant_mode The quantization level for the weights.
32
*
33
- * @return Returns true of valid mode, false otherwise.
+ * @return Returns true if a valid mode, false otherwise.
34
*/
35
static bool decode_block_mode_2d(
36
unsigned int block_mode,
@@ -144,7 +144,7 @@ static bool decode_block_mode_2d(
144
145
146
147
148
149
static bool decode_block_mode_3d(
150
0 commit comments