Lines Matching defs:group
364 int g, i, group, k, idx = 0;
391 for (group = 0; group < ics->group_len[g]; group++) {
393 tmp = (int)(((int64_t)src[group * 128 + k] * c + \
395 dest[group * 128 + k] += (tmp + (int64_t)round) >> shift;
400 for (group = 0; group < ics->group_len[g]; group++) {
402 tmp = (int)(((int64_t)src[group * 128 + k] * c + \
404 dest[group * 128 + k] += tmp * (1U << shift);