Lines Matching defs:grouping
129 uint8_t next_grouping; ///< stored grouping scheme for the next frame (in case of 8 short window sequence)
398 * window grouping information stored as bits (0 - new group, 1 - group continues)
418 uint8_t grouping = 0;
453 grouping = pch->next_grouping;
463 grouping = next_type == EIGHT_SHORT_SEQUENCE ? pch->next_grouping : 0;
473 grouping = (prev_type == EIGHT_SHORT_SEQUENCE) ? window_grouping[0] : 0;
479 wi.grouping[0] = 1;
484 if (!((grouping >> i) & 1))
486 wi.grouping[lastgrp]++;
889 int grouping = 0;
985 wi.grouping[0] = 1;
999 wi.grouping[lastgrp]++;
1003 /* Determine grouping, based on the location of the first attack, and save for
1011 grouping = i;
1015 pch->next_grouping = window_grouping[grouping];