Searched refs:w16ptr (Results 1 – 1 of 1) sorted by relevance
915 int16_t *w16ptr; in correlation() local917 w16ptr = &buffer[blen - srange - lag]; in correlation()919 *corr = scale_dot_product(&buffer[blen - srange], w16ptr, srange, scale); in correlation()920 *ener = scale_dot_product(w16ptr, w16ptr, srange, scale); in correlation()