Searched refs:max_pitch (Results 1 - 4 of 4) sorted by relevance

/external/speex/libspeex/
H A Dnb_celp.h59 int max_pitch; /**< Maximum pitch value allowed */ member in struct:EncState
132 int max_pitch; /**< Maximum pitch value allowed */ member in struct:DecState
H A Dfilters.h85 int max_pitch, /*pitch gain (3-tap)*/
H A Dnb_celp.c140 st->max_pitch=mode->pitchEnd;
295 SPEEX_MOVE(st->excBuf, st->excBuf+st->frameSize, st->max_pitch+2);
296 SPEEX_MOVE(st->swBuf, st->swBuf+st->frameSize, st->max_pitch+2);
369 open_loop_nbest_pitch(st->sw, st->min_pitch, st->max_pitch, st->frameSize,
773 if (ol_pitch > st->max_pitch-margin)
774 ol_pitch=st->max_pitch-margin;
782 pit_max = st->max_pitch;
952 st->max_pitch=mode->pitchEnd;
959 st->excBuf = (spx_word16_t*)speex_alloc((st->frameSize + 2*st->max_pitch + st->subframeSize + 12)*sizeof(spx_word16_t));
960 st->exc = st->excBuf + 2*st->max_pitch
[all...]
H A Dfilters.c660 int max_pitch,
710 if (corr_pitch>max_pitch)
787 if (corr_pitch>max_pitch)
653 multicomb( spx_word16_t *exc, spx_word16_t *new_exc, spx_coef_t *ak, int p, int nsf, int pitch, int max_pitch, spx_word16_t comb_gain, char *stack ) argument

Completed in 73 milliseconds