HomeSort by relevance Sort by last modified time
    Searched refs:pitch_index (Results 1 - 2 of 2) sorted by null

  /external/libopus/celt/
celt_encoder.c 1014 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;
1280 int pitch_index=COMBFILTER_MINPERIOD; local
    [all...]
celt_decoder.c 442 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...]

Completed in 42 milliseconds