Lines Matching defs:regressor
1205 static int xcorr_coeff(int16_t *target, int16_t *regressor,
1233 max = max_abs_value_w16(regressor, (int16_t) (subl + searchLen - 1));
1234 rp_beg = regressor;
1235 rp_end = ®ressor[subl];
1237 max = max_abs_value_w16(®ressor[-searchLen], (int16_t) (subl + searchLen - 1));
1238 rp_beg = ®ressor[-1];
1239 rp_end = ®ressor[subl - 1];
1253 energy = scale_dot_product(regressor, regressor, subl, shifts);
1257 rp = ®ressor[pos];