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

  /external/speex/libspeex/
vbr.h 56 float soft_pitch; member in struct:VBRState
vbr.c 84 vbr->soft_pitch=0;
218 vbr->soft_pitch = .6*vbr->soft_pitch + .4*pitch_coef;
219 qual += 2.2*((pitch_coef-.4) + (vbr->soft_pitch-.4));

Completed in 1503 milliseconds