<html>
<body>
<font face="Arial, Helvetica">Hi,<br><br>
So I see in:<br><br>
split_cb_shape_sign_unquant<br>
this call is going wrong:<br>
&nbsp;ind[i] = speex_bits_unpack_unsigned(bits,
params-&gt;shape_bits);<br><br>
ind as a way negative number- basically this should return bet.<br>
0-255 or somesuch right?<br><br>
So seems like I need to reset speex at this point if <br>
</font><font face="Arial, Helvetica" color="#0000FF">if</font>
<font face="Arial, Helvetica"> (ind[i] &gt; 256) like the note
says.&nbsp;&nbsp; So I guess my question is<br>
is this range still valid?<br><br>
also what is the most innocuous value for ind[i] - 0?<br><br>
Thanks!<br>
Tom<br>
</font></body>
</html>