Searched refs:ts_dd (Results 1 – 1 of 1) sorted by relevance
87 static int ts_dd = 2; /* time signature: denominator as a power of two */ variable206 for (ts_dd = 0; x > 1; x /= 2) in time_signature()207 ++ts_dd; in time_signature()863 add_byte(&tracks[0], ts_dd); in main()