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

  /external/speex/libspeex/
nb_celp.h 69 float *psy_window; member in struct:EncState
nb_celp.c 153 st->psy_window = (float*)speex_alloc(256*sizeof(float));
245 speex_free (st->psy_window);
414 SPEEX_MOVE(st->psy_window, st->psy_window+st->frameSize, 256-st->frameSize);
415 SPEEX_COPY(&st->psy_window[256-st->frameSize], in, st->frameSize);
416 compute_curve(st->psy, st->psy_window, st->curve);
    [all...]

Completed in 261 milliseconds