mirror of
https://github.com/xiph/opus.git
synced 2025-06-04 17:47:42 +00:00
Fix for folding_decision() in stereo mode and more cleaning up of the code
now that we no longer do normalized pitch
This commit is contained in:
parent
7013db7ca4
commit
d5e5436e07
6 changed files with 50 additions and 73 deletions
|
@ -124,8 +124,8 @@ static celt_int16_t *compute_ebands(celt_int32_t Fs, int frame_size, int nbShort
|
|||
celt_int16_t *eBands;
|
||||
int i, res, min_width, lin, low, high, nBark;
|
||||
|
||||
//if (min_bins < nbShortMdcts)
|
||||
// min_bins = nbShortMdcts;
|
||||
/*if (min_bins < nbShortMdcts)
|
||||
min_bins = nbShortMdcts;*/
|
||||
res = (Fs+frame_size)/(2*frame_size);
|
||||
min_width = min_bins*res;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue