# HG changeset patch # User jbr # Date 1197170742 0 # Node ID 713d6616442804a9e90a244db50ca2c0b756b84c # Parent 608c8e9ac4128bb17cd4567cbca06f36128099af cosmetics: vertical align after last commit diff -r 608c8e9ac412 -r 713d66164428 ac3.h --- a/ac3.h Sun Dec 09 03:23:04 2007 +0000 +++ b/ac3.h Sun Dec 09 03:25:42 2007 +0000 @@ -130,18 +130,18 @@ * allocation information is provided, it is used for adjusting the masking * curve, usually to give a closer match to a better psychoacoustic model. * - * @param[in] s adjustable bit allocation parameters + * @param[in] s adjustable bit allocation parameters * @param[in] band_psd signal power for each critical band - * @param[in] start starting bin location - * @param[in] end ending bin location - * @param[in] fast_gain fast gain (estimated signal-to-mask ratio) - * @param[in] is_lfe whether or not the channel being processed is the LFE + * @param[in] start starting bin location + * @param[in] end ending bin location + * @param[in] fast_gain fast gain (estimated signal-to-mask ratio) + * @param[in] is_lfe whether or not the channel being processed is the LFE * @param[in] dba_mode delta bit allocation mode (none, reuse, or new) * @param[in] dba_nsegs number of delta segments * @param[in] dba_offsets location offsets for each segment * @param[in] dba_lengths length of each segment * @param[in] dba_values delta bit allocation for each segment - * @param[out] mask calculated masking curve + * @param[out] mask calculated masking curve */ void ff_ac3_bit_alloc_calc_mask(AC3BitAllocParameters *s, int16_t *band_psd, int start, int end, int fast_gain, int is_lfe,