Mercurial > libavcodec.hg
comparison ac3.c @ 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 |
|---|---|
| 79 k++; | 79 k++; |
| 80 } while (end > band_start_tab[k]); | 80 } while (end > band_start_tab[k]); |
| 81 } | 81 } |
| 82 | 82 |
| 83 int ff_ac3_bit_alloc_calc_mask(AC3BitAllocParameters *s, int16_t *band_psd, | 83 int ff_ac3_bit_alloc_calc_mask(AC3BitAllocParameters *s, int16_t *band_psd, |
| 84 int start, int end, int fast_gain, int is_lfe, | 84 int start, int end, int fast_gain, int is_lfe, |
| 85 int dba_mode, int dba_nsegs, uint8_t *dba_offsets, | 85 int dba_mode, int dba_nsegs, uint8_t *dba_offsets, |
| 86 uint8_t *dba_lengths, uint8_t *dba_values, | 86 uint8_t *dba_lengths, uint8_t *dba_values, |
| 87 int16_t *mask) | 87 int16_t *mask) |
| 88 { | 88 { |
| 89 int16_t excite[50]; /* excitation */ | 89 int16_t excite[50]; /* excitation */ |
| 90 int bin, k; | 90 int bin, k; |
| 91 int bndstrt, bndend, begin, end1, tmp; | 91 int bndstrt, bndend, begin, end1, tmp; |
| 92 int lowcomp, fastleak, slowleak; | 92 int lowcomp, fastleak, slowleak; |
