Lines Matching refs:dst
656 * @param dst output buffer
659 int16_t *buf, int16_t *dst)
690 scale = ff_g723_1_scale_vector(dst, buf, SUBFRAME_LEN);
693 auto_corr[0] = ff_g723_1_dot_product(dst, dst + 1, SUBFRAME_LEN - 1);
694 auto_corr[1] = ff_g723_1_dot_product(dst, dst, SUBFRAME_LEN);
706 dst[j] = av_sat_dadd32(signal_ptr[j],
717 gain_scale(p, dst, energy);
721 dst += SUBFRAME_LEN;