HomeSort by relevance Sort by last modified time
    Searched full:frame_shift (Results 1 - 1 of 1) sorted by null

  /external/speex/libspeex/
preprocess.c 250 int frame_shift; member in struct:SpeexPreprocessState_
645 st->frame_shift = 14-spx_ilog2(EXTEND32(max_val));
647 st->frame[i] = SHL16(st->frame[i], st->frame_shift);
659 st->ps[i] = PSHR32(st->ps[i], 2*st->frame_shift);
    [all...]

Completed in 444 milliseconds