Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dspeexdec.c871 int m, pitch, wideband, ol_pitch = 0, best_pitch = 40; in nb_decode() local
975 ol_pitch = NB_PITCH_START + get_bits(gb, 7); in nb_decode()
1007 pit_min = ol_pitch - margin + 1; in nb_decode()
1009 pit_max = ol_pitch + margin; in nb_decode()
1012 pit_min = pit_max = ol_pitch; in nb_decode()
1088 exc[st->voc_offset] = sqrtf(2.f * ol_pitch) * (g * ol_gain); in nb_decode()
1089 st->voc_offset += ol_pitch; in nb_decode()

Completed in 3 milliseconds