Searched refs:QAS_BITS (Results 1 – 2 of 2) sorted by relevance
392 #if (SAMPLE_BITS != DFRACT_BITS) && (QAS_BITS == DFRACT_BITS)467 #if (QAS_BITS == SAMPLE_BITS) in qmfAnalysisFilteringSlot()472 #elif (QAS_BITS > SAMPLE_BITS) in qmfAnalysisFilteringSlot()473 *FilterStatesAnaTmp++ = ((FIXP_QAS)*timeIn) << (QAS_BITS - SAMPLE_BITS); in qmfAnalysisFilteringSlot()475 *FilterStatesAnaTmp++ = ((FIXP_QAS)*timeIn) << (QAS_BITS - SAMPLE_BITS); in qmfAnalysisFilteringSlot()478 *FilterStatesAnaTmp++ = (FIXP_QAS)((*timeIn) >> (SAMPLE_BITS - QAS_BITS)); in qmfAnalysisFilteringSlot()480 *FilterStatesAnaTmp++ = (FIXP_QAS)((*timeIn) >> (SAMPLE_BITS - QAS_BITS)); in qmfAnalysisFilteringSlot()527 #if (SAMPLE_BITS != DFRACT_BITS) && (QAS_BITS == DFRACT_BITS)
118 #define QAS_BITS SAMPLE_BITS macro