We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935015f commit ff6dea5Copy full SHA for ff6dea5
silk/mips/NSQ_del_dec_mipsr1.h
@@ -86,14 +86,14 @@ static inline void silk_noise_shape_quantizer_del_dec(
86
/*Unused.*/
87
(void)arch;
88
89
- //Intialize b_Q14 variables
+ //Initialize b_Q14 variables
90
b_Q14_0 = b_Q14[ 0 ];
91
b_Q14_1 = b_Q14[ 1 ];
92
b_Q14_2 = b_Q14[ 2 ];
93
b_Q14_3 = b_Q14[ 3 ];
94
b_Q14_4 = b_Q14[ 4 ];
95
96
- //Intialize a_Q12 variables
+ //Initialize a_Q12 variables
97
a_Q12_0 = a_Q12[0];
98
a_Q12_1 = a_Q12[1];
99
a_Q12_2 = a_Q12[2];
0 commit comments