Home
last modified time | relevance | path

Searched refs:slce_total (Results 1 – 1 of 1) sorted by relevance

/third_party/libsnd/src/
Drx2.c85 int sdat_length = 0, slce_total = 0 ; in rx2_open() local
201 { slce_total += len [2] ; in rx2_open()
262 if (slce_count == 0 && slce_total == 1) in rx2_open()
263 slce_total = frames ; in rx2_open()
265 printf ("SLCE samples : %d\n", slce_total) ; in rx2_open()
268 printf ("Comp Ratio : %f:1\n", (2.0 * slce_total * n_channels) / sdat_length) ; in rx2_open()