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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dsharedbook.c333 int *sortindex; local
370 sortindex=alloca(n*sizeof(*sortindex));
375 sortindex[position]=i;
379 c->codelist[sortindex[i]]=codes[i];
383 c->valuelist=_book_unquantize(s,n,sortindex);
388 c->dec_index[sortindex[n++]]=i;
393 c->dec_codelengths[sortindex[n++]]=s->lengthlist[i];
H A Dmapping0.c604 int **sortindex=alloca(sizeof(*sortindex)*vi->channels); local
626 memset(sortindex,0,sizeof(*sortindex)*vi->channels);
630 sortindex[i]=alloca(sizeof(**sortindex)*n/2);
631 _vp_noise_normalize_sort(psy_look,mdct,sortindex[i]);
678 _vp_noise_normalize(psy_look,res,res+n/2,sortindex[i]);

Completed in 181 milliseconds