Searched refs:queue_prev_w (Results 1 – 2 of 2) sorted by relevance
41 static int queue_prev_w = -1; variable49 void bitstream_queue_record_write(void) { queue_prev_w = queue_w; } in bitstream_queue_record_write()51 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()