Searched refs:g1r (Results 1 - 1 of 1) sorted by relevance

/external/libvorbis/lib/
H A Dlsp.c410 float *g1r=alloca(sizeof(*g1r)*(order2+1)); local
440 if(Laguerre_With_Deflation(g1,g1_order,g1r) ||
444 Newton_Raphson(g1,g1_order,g1r); /* if it fails, it leaves g1r alone */
447 qsort(g1r,g1_order,sizeof(*g1r),comp);
451 lsp[i*2] = acos(g1r[i]);

Completed in 37 milliseconds