Searched refs:queue_prev_w (Results 1 – 2 of 2) sorted by relevance
42 static int queue_prev_w = -1; variable50 void bitstream_queue_record_write(void) { queue_prev_w = queue_w; } in bitstream_queue_record_write()52 void bitstream_queue_reset_write(void) { queue_w = queue_prev_w; } in bitstream_queue_reset_write()
36 static int queue_prev_w = -1; variable43 void bitstream_queue_record_write(void) { queue_prev_w = queue_w; } in bitstream_queue_record_write()45 void bitstream_queue_reset_write(void) { queue_w = queue_prev_w; } in bitstream_queue_reset_write()