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

  /external/speex/libspeex/
nb_celp.h 62 int bounded_pitch; /**< Next frame should not rely on previous frames for pitch */ member in struct:EncState
nb_celp.c 145 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;
    [all...]

Completed in 33 milliseconds