Lines Matching defs:next_window_seq
130 enum WindowSequence next_window_seq; ///< window sequence to be used in the next frame
419 int next_type = pch->next_window_seq;
469 pch->next_window_seq = next_type;
870 if (ctx->next_window_seq == EIGHT_SHORT_SEQUENCE)
874 if (ctx->next_window_seq == ONLY_LONG_SEQUENCE)
875 ctx->next_window_seq = LONG_START_SEQUENCE;
876 if (ctx->next_window_seq == LONG_STOP_SEQUENCE)
877 ctx->next_window_seq = EIGHT_SHORT_SEQUENCE;
880 wi->window_type[0] = ctx->next_window_seq;
881 ctx->next_window_seq = blocktype;