Home
last modified time | relevance | path

Searched refs:frame_shift (Results 1 – 1 of 1) sorted by relevance

/external/speex/libspeexdsp/
Dpreprocess.c246 int frame_shift; member
641 st->frame_shift = 14-spx_ilog2(EXTEND32(max_val)); in preprocess_analysis()
643 st->frame[i] = SHL16(st->frame[i], st->frame_shift); in preprocess_analysis()
655 st->ps[i] = PSHR32(st->ps[i], 2*st->frame_shift); in preprocess_analysis()
958 st->frame[i] = PSHR16(st->frame[i], st->frame_shift); in speex_preprocess_run()