Home
last modified time | relevance | path

Searched refs:bestind (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dpitch_estimator.c103 static void FindFour32(int32_t *in, int16_t length, int16_t *bestind) in FindFour32() argument
114 bestind[3] = bestind[2]; in FindFour32()
116 bestind[2] = bestind[1]; in FindFour32()
118 bestind[1] = bestind[0]; in FindFour32()
120 bestind[0] = k; in FindFour32()
123 bestind[3] = bestind[2]; in FindFour32()
125 bestind[2] = bestind[1]; in FindFour32()
127 bestind[1] = k; in FindFour32()
131 bestind[3] = bestind[2]; in FindFour32()
133 bestind[2] = k; in FindFour32()
[all …]