OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pitch_index
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/opus/src/celt/
celt.c
924
int
pitch_index
=COMBFILTER_MINPERIOD;
local
1133
COMBFILTER_MAXPERIOD-COMBFILTER_MINPERIOD, &
pitch_index
);
1134
pitch_index
= COMBFILTER_MAXPERIOD-
pitch_index
;
1137
N, &
pitch_index
, st->prefilter_period, st->prefilter_gain);
1138
if (
pitch_index
> COMBFILTER_MAXPERIOD-2)
1139
pitch_index
= COMBFILTER_MAXPERIOD-2;
1156
if (abs(
pitch_index
-st->prefilter_period)*10>
pitch_index
)
2041
int
pitch_index
;
local
[
all
...]
Completed in 63 milliseconds