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

  /external/libvorbis/lib/
psytune.c 242 float *pcm[2],*out[2],*window,*flr[2],*mask[2],*work[2]; local
282 flr[0]=_ogg_calloc(framesize/2,sizeof(float));
283 flr[1]=_ogg_calloc(framesize/2,sizeof(float));
395 flr[i]);
402 flr[i],
411 analysis("codedflr",frameno+i,flr[i],framesize/2,1,1);
468 pcm[i][j]*=flr[i][j];
codec_internal.h 69 vorbis_look_floor **flr; member in struct:private_state

Completed in 147 milliseconds