Searched defs:pitch_index (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dcelt_decoder.c442 int pitch_index; local
454 PLC_PITCH_LAG_MAX-PLC_PITCH_LAG_MIN, &pitch_index, st->arch);
455 pitch_index = PLC_PITCH_LAG_MAX-pitch_index;
456 st->last_pitch_index = pitch_index;
458 pitch_index = st->last_pitch_index;
507 exc_length = IMIN(2*pitch_index, MAX_PERIOD);
550 "pitch_index", scaling down each period by an additional factor of
552 extrapolation_offset = MAX_PERIOD-pitch_index;
561 if (j >= pitch_index) {
[all...]
H A Dcelt_encoder.c1014 int pitch_index; local
1042 COMBFILTER_MAXPERIOD-3*COMBFILTER_MINPERIOD, &pitch_index,
1044 pitch_index = COMBFILTER_MAXPERIOD-pitch_index;
1047 N, &pitch_index, st->prefilter_period, st->prefilter_gain);
1048 if (pitch_index > COMBFILTER_MAXPERIOD-2)
1049 pitch_index = COMBFILTER_MAXPERIOD-2;
1051 /*printf("%d %d %f %f\n", pitch_change, pitch_index, gain1, st->analysis.tonality);*/
1060 pitch_index = COMBFILTER_MINPERIOD;
1067 if (abs(pitch_index
1280 int pitch_index=COMBFILTER_MINPERIOD; local
[all...]
/external/libopus/celt/
H A Dcelt_decoder.c442 int pitch_index; local
454 PLC_PITCH_LAG_MAX-PLC_PITCH_LAG_MIN, &pitch_index, st->arch);
455 pitch_index = PLC_PITCH_LAG_MAX-pitch_index;
456 st->last_pitch_index = pitch_index;
458 pitch_index = st->last_pitch_index;
507 exc_length = IMIN(2*pitch_index, MAX_PERIOD);
550 "pitch_index", scaling down each period by an additional factor of
552 extrapolation_offset = MAX_PERIOD-pitch_index;
561 if (j >= pitch_index) {
[all...]
H A Dcelt_encoder.c1014 int pitch_index; local
1042 COMBFILTER_MAXPERIOD-3*COMBFILTER_MINPERIOD, &pitch_index,
1044 pitch_index = COMBFILTER_MAXPERIOD-pitch_index;
1047 N, &pitch_index, st->prefilter_period, st->prefilter_gain);
1048 if (pitch_index > COMBFILTER_MAXPERIOD-2)
1049 pitch_index = COMBFILTER_MAXPERIOD-2;
1051 /*printf("%d %d %f %f\n", pitch_change, pitch_index, gain1, st->analysis.tonality);*/
1060 pitch_index = COMBFILTER_MINPERIOD;
1067 if (abs(pitch_index
1280 int pitch_index=COMBFILTER_MINPERIOD; local
[all...]

Completed in 152 milliseconds