OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QAS_BITS
(Results
1 - 2
of
2
) sorted by null
/external/aac/libFDK/include/
qmf.h
117
#define
QAS_BITS
SAMPLE_BITS
/external/aac/libFDK/src/
qmf.cpp
555
#if (
QAS_BITS
==SAMPLE_BITS)
558
#elif (
QAS_BITS
>SAMPLE_BITS)
559
*FilterStatesAnaTmp++ = (FIXP_QAS)((*timeIn)<<(
QAS_BITS
-SAMPLE_BITS)); timeIn += stride;
560
*FilterStatesAnaTmp++ = (FIXP_QAS)((*timeIn)<<(
QAS_BITS
-SAMPLE_BITS)); timeIn += stride;
562
*FilterStatesAnaTmp++ = (FIXP_QAS)((*timeIn)>>(SAMPLE_BITS-
QAS_BITS
)); timeIn += stride;
563
*FilterStatesAnaTmp++ = (FIXP_QAS)((*timeIn)>>(SAMPLE_BITS-
QAS_BITS
)); timeIn += stride;
[
all
...]
Completed in 151 milliseconds