Searched refs:bh_index_last_o (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/
H A Dplayback.c35 static unsigned bh_index_last_w, bh_index_last_o, written_time_last; variable
157 bh_index_last_o = BITRATE_HIST_SIZE;
204 bh_index_last_o = bh_index_last_w = (pos/BITRATE_HIST_SEGMENT_MSEC) % BITRATE_HIST_SIZE;
300 if (bh_index_o!=bh_index_last_o && bh_index_o!=bh_index_last_w)
302 bh_index_last_o = bh_index_o;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dplugin.c436 unsigned written_time_last = 0, bh_index_last_w = 0, bh_index_last_o = BITRATE_HIST_SIZE, blocksize = 1; local
505 bh_index_last_w = bh_index_last_o = flac_ip.output->output_time() / BITRATE_HIST_SEGMENT_MSEC % BITRATE_HIST_SIZE;
523 if(bh_index_o != bh_index_last_o && bh_index_o != bh_index_last_w && bh_index_o != (bh_index_last_w + 1) % BITRATE_HIST_SIZE) {
524 bh_index_last_o = bh_index_o;

Completed in 201 milliseconds