Home | History | Annotate | Download | only in src

Lines Matching defs:no_cols

302                         int no_cols)
310 INT sbrSlots = fMultI(GetInvInt(timeStep),no_cols);
312 FDK_ASSERT( sbrSlots * timeStep == no_cols );
323 no_cols);
561 int no_cols = h_sbrTran->no_cols;
583 h_sbrTran->no_cols,
593 h_sbrTran->no_cols,
607 for (i=qmfStartSample; i<qmfStartSample + no_cols; i++) {
621 for (i=qmfStartSample+no_cols; i<qmfStartSample + no_cols+h_sbrTran->frameShift; i++) {
627 int pos = (int) ( (i - qmfStartSample-no_cols) >> timeStepShift );
643 int no_cols,
681 FDK_ASSERT(no_cols <= QMF_MAX_TIME_SLOTS);
684 h_sbrTransientDetector->no_cols = no_cols;