Hi Michael<br><br><div><span class="gmail_quote">On 7/8/07, <b class="gmail_sendername">Michael Niedermayer</b> <<a href="mailto:michaelni@gmx.at">michaelni@gmx.at</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>> +void qcelp_lspv2lspf(const uint8_t *lspv, float *lspf)<br>> +{<br>> + lspf[0]= qcelp_lspvq1[lspv[0]].x;<br>> + lspf[1]=lspf[0]+qcelp_lspvq1[lspv[0]].y;<br>> + lspf[2]=lspf[1]+qcelp_lspvq2[lspv[1]].x;
<br>> + lspf[3]=lspf[2]+qcelp_lspvq2[lspv[1]].y;<br>> + lspf[4]=lspf[3]+qcelp_lspvq3[lspv[2]].x;<br>> + lspf[5]=lspf[4]+qcelp_lspvq3[lspv[2]].y;<br>> + lspf[6]=lspf[5]+qcelp_lspvq4[lspv[3]].x;<br>> + lspf[7]=lspf[6]+qcelp_lspvq4[lspv[3]].y;
<br>> + lspf[8]=lspf[7]+qcelp_lspvq5[lspv[4]].x;<br>> + lspf[9]=lspf[8]+qcelp_lspvq5[lspv[4]].y;<br>> +}<br><br>this looks like it should be a for() loop</blockquote><div><br>There are 5 tables there, not grouped but on isolated arrays, thats why I
<br>didn't use a loop. Anyway, the whole table(s) structure might change in the <br>inmediate future, Ben wants me to review and rework it, I will add a FIXME <br>instead, just in case it doesn't.<br><br> Reynaldo
<br></div></div><br>