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

/external/chromium_org/third_party/speex/libspeex/
H A Dnb_celp.h62 int bounded_pitch; /**< Next frame should not rely on previous frames for pitch */ member in struct:EncState
H A Dnb_celp.c145 st->bounded_pitch = 1;
556 st->bounded_pitch = 1;
786 if (st->bounded_pitch && pit_max>offset)
917 st->bounded_pitch = 1;
919 st->bounded_pitch = 0;
1699 st->bounded_pitch = 1;
/external/speex/libspeex/
H A Dnb_celp.h62 int bounded_pitch; /**< Next frame should not rely on previous frames for pitch */ member in struct:EncState
H A Dnb_celp.c145 st->bounded_pitch = 1;
556 st->bounded_pitch = 1;
786 if (st->bounded_pitch && pit_max>offset)
917 st->bounded_pitch = 1;
919 st->bounded_pitch = 0;
1699 st->bounded_pitch = 1;

Completed in 111 milliseconds