OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldlagQ7
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_filter.c
56
int16_t
oldLagQ7
;
70
oldLagQ7
= pfp->
oldlagQ7
;
83
if (((lagsQ7[0] * 3 >> 1) <
oldLagQ7
) || (lagsQ7[0] > (
oldLagQ7
* 3 >> 1))) {
84
oldLagQ7
= lagsQ7[0];
92
lagdeltaQ7 = lagsQ7[k] -
oldLagQ7
;
95
curLagQ7 =
oldLagQ7
;
100
oldLagQ7
= lagsQ7[k];
129
pfp->
oldlagQ7
= oldLagQ7
[
all
...]
initialize.c
123
pitchfiltdata->
oldlagQ7
= 6400; /* 50.0 in Q7 */
structs.h
127
int16_t
oldlagQ7
;
pitch_estimator.c
177
old_lagQ = State->PFstr_wght.
oldlagQ7
; // Q7
Completed in 38 milliseconds