Lines Matching defs:hbeTransposer
134 struct hbeTransposer { struct
135 int xOverQmf[MAX_NUM_PATCHES_HBE];
137 int maxStretch;
138 int timeDomainWinLen;
139 int qmfInBufSize;
140 int qmfOutBufSize;
141 int noCols;
142 int noChannels;
143 int startBand;
144 int stopBand;
145 int bSbr41;
147 INT_PCM *inBuf_F;
148 FIXP_DBL **qmfInBufReal_F;
149 FIXP_DBL **qmfInBufImag_F;
174 typedef struct hbeTransposer *HANDLE_HBE_TRANSPOSER; argument