|
/opt/src/beast/bse/bseblockutils.hh
SYNOPSIS
| void
| bse_block_add_floats
| (n_values, ovalues, ivalues); |
| void
| bse_block_calc_float_range
| (n_values, ivalues, min_value, max_value); |
| float
| bse_block_calc_float_range_and_square_sum
| (n_values, ivalues, min_value, max_value); |
| float
| bse_block_calc_float_square_sum
| (n_values, ivalues); |
| void
| bse_block_copy_float
| (n_values, values, ivalues); |
| void
| bse_block_copy_uint32
| (n_values, values, ivalues); |
| void
| bse_block_fill_float
| (n_values, values, value); |
| void
| bse_block_fill_uint32
| (n_values, values, vuint32); |
| const char*
| bse_block_impl_name
| (); |
| void
| bse_block_interleave2_add_floats
| (n_ivalues, ovalues, ivalues, offset); |
| void
| bse_block_interleave2_floats
| (n_ivalues, ovalues, ivalues, offset); |
| void
| bse_block_mul_floats
| (n_values, ovalues, ivalues); |
| void
| bse_block_scale_floats
| (n_values, ovalues, ivalues, level); |
| void
| bse_block_sub_floats
| (n_values, ovalues, ivalues); |
DESCRIPTION
bse_block_add_floats | | /opt/src/beast/bse/bseblockutils.hh:47 |
bse_block_calc_float_range | | /opt/src/beast/bse/bseblockutils.hh:69 |
bse_block_calc_float_range_and_square_sum | | /opt/src/beast/bse/bseblockutils.hh:75 |
bse_block_calc_float_square_sum | | /opt/src/beast/bse/bseblockutils.hh:71 |
bse_block_copy_float | | /opt/src/beast/bse/bseblockutils.hh:44 |
bse_block_copy_uint32 | | /opt/src/beast/bse/bseblockutils.hh:40 |
bse_block_fill_float | | /opt/src/beast/bse/bseblockutils.hh:36 |
bse_block_fill_uint32 | | /opt/src/beast/bse/bseblockutils.hh:32 |
bse_block_impl_name | | /opt/src/beast/bse/bseblockutils.hh:28 |
bse_block_interleave2_add_floats | | /opt/src/beast/bse/bseblockutils.hh:65 |
bse_block_interleave2_floats | | /opt/src/beast/bse/bseblockutils.hh:61 |
bse_block_mul_floats | | /opt/src/beast/bse/bseblockutils.hh:53 |
bse_block_scale_floats | | /opt/src/beast/bse/bseblockutils.hh:57 |
bse_block_sub_floats | | /opt/src/beast/bse/bseblockutils.hh:50 |
|
|