Lines Matching refs:y_0
68 opus_val16 y_0, y_1, y_2, y_3; in xcorr_kernel_c() local
71 y_0=*y++; in xcorr_kernel_c()
79 sum[0] = MAC16_16(sum[0],tmp,y_0); in xcorr_kernel_c()
84 y_0=*y++; in xcorr_kernel_c()
88 sum[3] = MAC16_16(sum[3],tmp,y_0); in xcorr_kernel_c()
93 sum[2] = MAC16_16(sum[2],tmp,y_0); in xcorr_kernel_c()
98 sum[1] = MAC16_16(sum[1],tmp,y_0); in xcorr_kernel_c()
106 sum[0] = MAC16_16(sum[0],tmp,y_0); in xcorr_kernel_c()
114 y_0=*y++; in xcorr_kernel_c()
118 sum[3] = MAC16_16(sum[3],tmp,y_0); in xcorr_kernel_c()
126 sum[2] = MAC16_16(sum[2],tmp,y_0); in xcorr_kernel_c()