Home | History | Annotate | Download | only in src

Lines Matching full:lookahead

799   h_sbrFastTransientDetector->lookahead = TRAN_DET_LOOKAHEAD;
803 h_sbrFastTransientDetector->lookahead;
920 const int lookahead = h_sbrFastTransientDetector->lookahead;
940 FDKmemclear(transientCandidates + lookahead, nTimeSlots * sizeof(int));
942 for (timeSlot = lookahead; timeSlot < nTimeSlots + lookahead; timeSlot++) {
1025 FDK_ASSERT(lookahead >= 2);
1026 for (timeSlot = lookahead; timeSlot < nTimeSlots + lookahead; timeSlot++) {
1073 /*check for transients in lookahead*/
1074 for (timeSlot = nTimeSlots; timeSlot < nTimeSlots + lookahead; timeSlot++) {
1081 for (timeSlot = 0; timeSlot < lookahead; timeSlot++) {