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:
Jean-Marc Valin 2009-09-30 20:50:41 -04:00
parent 7013db7ca4
commit d5e5436e07
6 changed files with 50 additions and 73 deletions

View file

@ -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;