OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pitch_index
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/celt/
celt_encoder.c
1002
int
pitch_index
;
local
1030
COMBFILTER_MAXPERIOD-3*COMBFILTER_MINPERIOD, &
pitch_index
);
1031
pitch_index
= COMBFILTER_MAXPERIOD-
pitch_index
;
1034
N, &
pitch_index
, st->prefilter_period, st->prefilter_gain);
1035
if (
pitch_index
> COMBFILTER_MAXPERIOD-2)
1036
pitch_index
= COMBFILTER_MAXPERIOD-2;
1038
/*printf("%d %d %f %f\n", pitch_change,
pitch_index
, gain1, st->analysis.tonality);*/
1047
pitch_index
= COMBFILTER_MINPERIOD;
1054
if (abs(
pitch_index
-st->prefilter_period)*10>pitch_index
1266
int
pitch_index
=COMBFILTER_MINPERIOD;
local
[
all
...]
celt_decoder.c
442
int
pitch_index
;
local
453
PLC_PITCH_LAG_MAX-PLC_PITCH_LAG_MIN, &
pitch_index
);
454
pitch_index
= PLC_PITCH_LAG_MAX-
pitch_index
;
455
st->last_pitch_index =
pitch_index
;
457
pitch_index
= st->last_pitch_index;
505
exc_length = IMIN(2*
pitch_index
, MAX_PERIOD);
548
"
pitch_index
", scaling down each period by an additional factor of
550
extrapolation_offset = MAX_PERIOD-
pitch_index
;
559
if (j >=
pitch_index
) {
[
all
...]
Completed in 31 milliseconds