Lines Matching refs:FDK_ASSERT
157 FDK_ASSERT(scaleEnergies[0] >= 0); in spectralChange()
158 FDK_ASSERT(scaleEnergies[1] >= 0); in spectralChange()
193 FDK_ASSERT(len1 <= 8); /* otherwise an overflow is possible */ in spectralChange()
194 FDK_ASSERT(len2 <= 8); /* otherwise an overflow is possible */ in spectralChange()
409 FDK_ASSERT(sbrSlots * timeStep == no_cols); in FDKsbrEnc_frameSplitter()
492 FDK_ASSERT((scaleFactor0 >= 0) && (scaleFactor1 >= 0)); in calculateThresholds()
544 FDK_ASSERT(commonScale >= 0); in calculateThresholds()
571 FDK_ASSERT((tmpScaleEnergies0 >= 0) && (tmpScaleEnergies1 >= 0)); in extractTransientCandidates()
772 FDK_ASSERT(no_cols <= 32); in FDKsbrEnc_InitSbrTransientDetector()
773 FDK_ASSERT(no_rows <= 64); in FDKsbrEnc_InitSbrTransientDetector()
812 FDK_ASSERT(bandwidth_qmf_slot > 0.f); in FDKsbrEnc_InitSbrFastTransientDetector()
819 FDK_ASSERT(h_sbrFastTransientDetector->startBand < no_qmf_channels); in FDKsbrEnc_InitSbrFastTransientDetector()
820 FDK_ASSERT(h_sbrFastTransientDetector->startBand < in FDKsbrEnc_InitSbrFastTransientDetector()
822 FDK_ASSERT(h_sbrFastTransientDetector->startBand > 1); in FDKsbrEnc_InitSbrFastTransientDetector()
823 FDK_ASSERT(h_sbrFastTransientDetector->stopBand > 1); in FDKsbrEnc_InitSbrFastTransientDetector()
827 FDK_ASSERT(h_sbrFastTransientDetector->stopBand - in FDKsbrEnc_InitSbrFastTransientDetector()
1025 FDK_ASSERT(lookahead >= 2); in FDKsbrEnc_fastTransientDetect()