Loading lib_enc/cod_tcx.c +11 −8 Original line number Diff line number Diff line Loading @@ -1317,22 +1317,25 @@ void QuantizeSpectrum( noiseFillingSize = L_spec; move16(); IF (st->igf != 0) if (st->igf != 0) { noiseFillingSize = st->hIGFEnc->infoStartLine; move16(); } ELSE IF (st->igf != 0) { st->hIGFEnc->infoStopLine = noiseFillingSize; move16(); FOR(i = st->hIGFEnc->infoStopLine; i < s_max(L_frame, L_frameTCX); i++) { spectrum[i] = L_deposit_l(0); } FOR (i=st->hIGFEnc->infoStopLine; i<L_frameTCX; i++) } ELSE { FOR(i = noiseFillingSize; i < s_max(L_frame, L_frameTCX); i++) { spectrum[i] = L_deposit_l(0); } } /*-----------------------------------------------------------* * Quantization * *-----------------------------------------------------------*/ Loading Loading
lib_enc/cod_tcx.c +11 −8 Original line number Diff line number Diff line Loading @@ -1317,22 +1317,25 @@ void QuantizeSpectrum( noiseFillingSize = L_spec; move16(); IF (st->igf != 0) if (st->igf != 0) { noiseFillingSize = st->hIGFEnc->infoStartLine; move16(); } ELSE IF (st->igf != 0) { st->hIGFEnc->infoStopLine = noiseFillingSize; move16(); FOR(i = st->hIGFEnc->infoStopLine; i < s_max(L_frame, L_frameTCX); i++) { spectrum[i] = L_deposit_l(0); } FOR (i=st->hIGFEnc->infoStopLine; i<L_frameTCX; i++) } ELSE { FOR(i = noiseFillingSize; i < s_max(L_frame, L_frameTCX); i++) { spectrum[i] = L_deposit_l(0); } } /*-----------------------------------------------------------* * Quantization * *-----------------------------------------------------------*/ Loading