Lines Matching refs:temp_corr
826 int16_t temp_corr[SUBFRAME_LEN];
844 temp_corr[i] = impulse_r[i] >> 1;
847 temp = ff_g723_1_dot_product(temp_corr, temp_corr, SUBFRAME_LEN);
853 temp = ff_g723_1_dot_product(temp_corr + i, temp_corr,
898 temp_corr[k] = 0;
905 temp_corr[param.pulse_pos[0]] = 1;
910 if (temp_corr[l])
925 temp_corr[param.pulse_pos[k]] = 1;
929 memset(temp_corr, 0, sizeof(int16_t) * SUBFRAME_LEN);
932 temp_corr[param.pulse_pos[k]] = param.pulse_sign[k];
937 int prod = av_clipl_int32((int64_t) temp_corr[l] *
941 temp_corr[k] = temp << 2 >> 16;
948 prod = av_clipl_int32((int64_t) buf[k] * temp_corr[k] << 1);
950 prod = av_clipl_int32((int64_t) temp_corr[k] * temp_corr[k]);