HomeSort by relevance Sort by last modified time
    Searched defs:stages (Results 1 - 5 of 5) sorted by null

  /external/libvorbis/lib/
mdct.c 322 int stages=init->log2n-5; local
325 if(--stages>0){
329 for(i=1;--stages>0;i++){
res0.c 45 int stages; member in struct:__anon9677
132 for(k=0;k<look->stages;k++)
286 int stages=ilog(info->secondstages[j]); local
287 if(stages){
288 if(stages>maxstage)maxstage=stages;
289 look->partbooks[j]=_ogg_calloc(stages,sizeof(*look->partbooks[j]));
290 for(k=0;k<stages;k++)
305 look->stages=maxstage;
576 for(s=0;s<look->stages;s++)
    [all...]
  /external/tremolo/Tremolo/
mdct.c 230 int stages=7-shift; local
233 for(i=0;--stages>=0;i++){
codec_internal.h 144 char stages; member in struct:vorbis_info_residue
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core.h 42 int stages; member in struct:NsxInst_t_

Completed in 155 milliseconds