Lines Matching defs:pitch_delay_int
424 int pitch_delay_int[2]; // pitch delay, integer part
531 pitch_delay_int[i] = (pitch_delay_3x + 1) / 3;
532 if (pitch_delay_int[i] > PITCH_DELAY_MAX) {
533 av_log(avctx, AV_LOG_WARNING, "pitch_delay_int %d is too large\n", pitch_delay_int[i]);
534 pitch_delay_int[i] = PITCH_DELAY_MAX;
568 if (SUBFRAME_SIZE > pitch_delay_int[i])
569 ff_acelp_weighted_vector_sum(fc + pitch_delay_int[i],
570 fc + pitch_delay_int[i],
574 SUBFRAME_SIZE - pitch_delay_int[i]);
700 pitch_delay_int[0],
722 ctx->pitch_delay_int_prev = pitch_delay_int[i];