Lines Matching refs:temp_corr
830 int16_t temp_corr[SUBFRAME_LEN]; in get_fcb_param() local
848 temp_corr[i] = impulse_r[i] >> 1; in get_fcb_param()
851 temp = ff_g723_1_dot_product(temp_corr, temp_corr, SUBFRAME_LEN); in get_fcb_param()
857 temp = ff_g723_1_dot_product(temp_corr + i, temp_corr, in get_fcb_param()
902 temp_corr[k] = 0; in get_fcb_param()
909 temp_corr[param.pulse_pos[0]] = 1; in get_fcb_param()
914 if (temp_corr[l]) in get_fcb_param()
929 temp_corr[param.pulse_pos[k]] = 1; in get_fcb_param()
933 memset(temp_corr, 0, sizeof(int16_t) * SUBFRAME_LEN); in get_fcb_param()
936 temp_corr[param.pulse_pos[k]] = param.pulse_sign[k]; in get_fcb_param()
941 int prod = av_clipl_int32((int64_t) temp_corr[l] * in get_fcb_param()
945 temp_corr[k] = temp << 2 >> 16; in get_fcb_param()
952 prod = av_clipl_int32((int64_t) buf[k] * temp_corr[k] << 1); in get_fcb_param()
954 prod = av_clipl_int32((int64_t) temp_corr[k] * temp_corr[k]); in get_fcb_param()