comparison ac3.h @ 8280:63aba08af550 libavcodec

cosmetics: alignment after last commit
author jbr
date Mon, 08 Dec 2008 03:15:10 +0000
parents 6c2dcc1410bb
children 04423b2f6e0b
comparison
equal deleted inserted replaced
8279:6c2dcc1410bb 8280:63aba08af550
150 * @param[in] dba_values delta bit allocation for each segment 150 * @param[in] dba_values delta bit allocation for each segment
151 * @param[out] mask calculated masking curve 151 * @param[out] mask calculated masking curve
152 * @return returns 0 for success, non-zero for error 152 * @return returns 0 for success, non-zero for error
153 */ 153 */
154 int ff_ac3_bit_alloc_calc_mask(AC3BitAllocParameters *s, int16_t *band_psd, 154 int ff_ac3_bit_alloc_calc_mask(AC3BitAllocParameters *s, int16_t *band_psd,
155 int start, int end, int fast_gain, int is_lfe, 155 int start, int end, int fast_gain, int is_lfe,
156 int dba_mode, int dba_nsegs, uint8_t *dba_offsets, 156 int dba_mode, int dba_nsegs, uint8_t *dba_offsets,
157 uint8_t *dba_lengths, uint8_t *dba_values, 157 uint8_t *dba_lengths, uint8_t *dba_values,
158 int16_t *mask); 158 int16_t *mask);
159 159
160 /** 160 /**
161 * Calculates bit allocation pointers. 161 * Calculates bit allocation pointers.
162 * The SNR is the difference between the masking curve and the signal. AC-3 162 * The SNR is the difference between the masking curve and the signal. AC-3
163 * uses this value for each frequency bin to allocate bits. The \p snroffset 163 * uses this value for each frequency bin to allocate bits. The \p snroffset