Lines Matching refs:FDK_ASSERT
142 FDK_ASSERT(scaleEnergies[0] >= 0); in spectralChange()
143 FDK_ASSERT(scaleEnergies[1] >= 0); in spectralChange()
173 FDK_ASSERT(len1<=8); /* otherwise an overflow is possible */ in spectralChange()
174 FDK_ASSERT(len2<=8); /* otherwise an overflow is possible */ in spectralChange()
387 FDK_ASSERT( sbrSlots * timeStep == no_cols ); in FDKsbrEnc_frameSplitter()
486 FDK_ASSERT((scaleFactor0 >= 0) && (scaleFactor1 >= 0)); in calculateThresholds()
535 FDK_ASSERT(commonScale >= 0); in calculateThresholds()
571 FDK_ASSERT((tmpScaleEnergies0 >= 0) && (tmpScaleEnergies1 >= 0)); in extractTransientCandidates()
777 FDK_ASSERT(no_cols <= QMF_MAX_TIME_SLOTS); in FDKsbrEnc_InitSbrTransientDetector()
778 FDK_ASSERT(no_rows <= QMF_CHANNELS); in FDKsbrEnc_InitSbrTransientDetector()
821 FDK_ASSERT(bandwidth_qmf_slot > 0.f); in FDKsbrEnc_InitSbrFastTransientDetector()
825 FDK_ASSERT(h_sbrFastTransientDetector->startBand < no_qmf_channels); in FDKsbrEnc_InitSbrFastTransientDetector()
826 FDK_ASSERT(h_sbrFastTransientDetector->startBand < h_sbrFastTransientDetector->stopBand); in FDKsbrEnc_InitSbrFastTransientDetector()
827 FDK_ASSERT(h_sbrFastTransientDetector->startBand > 1); in FDKsbrEnc_InitSbrFastTransientDetector()
828 FDK_ASSERT(h_sbrFastTransientDetector->stopBand > 1); in FDKsbrEnc_InitSbrFastTransientDetector()
832 FDK_ASSERT(h_sbrFastTransientDetector->stopBand - h_sbrFastTransientDetector->startBand <= 64); in FDKsbrEnc_InitSbrFastTransientDetector()
1010 FDK_ASSERT(lookahead >= 2); in FDKsbrEnc_fastTransientDetect()