Lines Matching refs:data_out
46 static BUFFER data_out ; variable
61 gen_windowed_sine_float (data_out.f, ARRAY_LEN (data_out.f), 1.0 * 0x7F00) ; in ogg_short_test()
64 for (k = 0 ; k < ARRAY_LEN (data_out.s) ; k++) in ogg_short_test()
65 data_out.s [k] = lrintf (data_out.f [k]) ; in ogg_short_test()
76 test_write_short_or_die (file, 0, data_out.s, ARRAY_LEN (data_out.s), __LINE__) ; in ogg_short_test()
119 gen_windowed_sine_float (data_out.f, ARRAY_LEN (data_out.f), 1.0 * 0x7FFF0000) ; in ogg_int_test()
122 for (k = 0 ; k < ARRAY_LEN (data_out.i) ; k++) in ogg_int_test()
123 data_out.i [k] = lrintf (data_out.f [k]) ; in ogg_int_test()
134 test_write_int_or_die (file, 0, data_out.i, ARRAY_LEN (data_out.i), __LINE__) ; in ogg_int_test()
172 gen_windowed_sine_float (data_out.f, ARRAY_LEN (data_out.f), 0.95) ; in ogg_float_test()
183 test_write_float_or_die (file, 0, data_out.f, ARRAY_LEN (data_out.f), __LINE__) ; in ogg_float_test()
221 gen_windowed_sine_double (data_out.d, ARRAY_LEN (data_out.d), 0.95) ; in ogg_double_test()
232 test_write_double_or_die (file, 0, data_out.d, ARRAY_LEN (data_out.d), __LINE__) ; in ogg_double_test()