HomeSort by relevance Sort by last modified time
    Searched refs:QAS_BITS (Results 1 - 2 of 2) sorted by null

  /external/aac/libFDK/include/
qmf.h 118 #define QAS_BITS SAMPLE_BITS
  /external/aac/libFDK/src/
qmf.cpp 392 #if (SAMPLE_BITS != DFRACT_BITS) && (QAS_BITS == DFRACT_BITS)
467 #if (QAS_BITS == SAMPLE_BITS)
472 #elif (QAS_BITS > SAMPLE_BITS)
473 *FilterStatesAnaTmp++ = ((FIXP_QAS)*timeIn) << (QAS_BITS - SAMPLE_BITS);
475 *FilterStatesAnaTmp++ = ((FIXP_QAS)*timeIn) << (QAS_BITS - SAMPLE_BITS);
478 *FilterStatesAnaTmp++ = (FIXP_QAS)((*timeIn) >> (SAMPLE_BITS - QAS_BITS));
480 *FilterStatesAnaTmp++ = (FIXP_QAS)((*timeIn) >> (SAMPLE_BITS - QAS_BITS));
527 #if (SAMPLE_BITS != DFRACT_BITS) && (QAS_BITS == DFRACT_BITS)
    [all...]

Completed in 90 milliseconds