Lines Matching defs:no_cols
374 int no_cols,
384 INT sbrSlots = fMultI(GetInvInt(timeStep),no_cols);
387 FDK_ASSERT( sbrSlots * timeStep == no_cols );
400 no_cols);
651 int no_cols = h_sbrTran->no_cols;
673 h_sbrTran->no_cols,
683 h_sbrTran->no_cols,
697 for (i=qmfStartSample; i<qmfStartSample + no_cols; i++) {
711 for (i=qmfStartSample+no_cols; i<qmfStartSample + no_cols+h_sbrTran->frameShift; i++) {
717 int pos = (int) ( (i - qmfStartSample-no_cols) >> timeStepShift );
734 int no_cols,
777 FDK_ASSERT(no_cols <= QMF_MAX_TIME_SLOTS);
780 h_sbrTransientDetector->no_cols = no_cols;