Lines Matching refs:pitch_delay_int
421 int pitch_delay_int[2]; // pitch delay, integer part in decode_frame() local
529 pitch_delay_int[i] = (pitch_delay_3x + 1) / 3; in decode_frame()
530 if (pitch_delay_int[i] > PITCH_DELAY_MAX) { in decode_frame()
531 … av_log(avctx, AV_LOG_WARNING, "pitch_delay_int %d is too large\n", pitch_delay_int[i]); in decode_frame()
532 pitch_delay_int[i] = PITCH_DELAY_MAX; in decode_frame()
566 if (SUBFRAME_SIZE > pitch_delay_int[i]) in decode_frame()
567 ff_acelp_weighted_vector_sum(fc + pitch_delay_int[i], in decode_frame()
568 fc + pitch_delay_int[i], in decode_frame()
572 SUBFRAME_SIZE - pitch_delay_int[i]); in decode_frame()
698 pitch_delay_int[0], in decode_frame()
720 ctx->pitch_delay_int_prev = pitch_delay_int[i]; in decode_frame()