Lines Matching refs:y_3
68 opus_val16 y_0, y_1, y_2, y_3; in xcorr_kernel_c() local
70 y_3=0; /* gcc doesn't realize that y_3 can't be used uninitialized */ in xcorr_kernel_c()
78 y_3=*y++; in xcorr_kernel_c()
82 sum[3] = MAC16_16(sum[3],tmp,y_3); in xcorr_kernel_c()
87 sum[2] = MAC16_16(sum[2],tmp,y_3); in xcorr_kernel_c()
92 sum[1] = MAC16_16(sum[1],tmp,y_3); in xcorr_kernel_c()
97 sum[0] = MAC16_16(sum[0],tmp,y_3); in xcorr_kernel_c()
105 y_3=*y++; in xcorr_kernel_c()
109 sum[3] = MAC16_16(sum[3],tmp,y_3); in xcorr_kernel_c()
117 sum[2] = MAC16_16(sum[2],tmp,y_3); in xcorr_kernel_c()
125 sum[1] = MAC16_16(sum[1],tmp,y_3); in xcorr_kernel_c()