Home | History | Annotate | Download | only in src

Lines Matching defs:cplxBands

243                                FIXP_DBL *RESTRICT pImag, INT cplxBands,
248 for (qs = 12; qs < cplxBands; qs++) {
267 INT cplxBands, INT hybBands) {
271 for (qs = 12; qs < cplxBands; qs++) {
292 FIXP_DBL *RESTRICT pHybOutputImagWet, INT cplxBands,
298 for (qs = 0; qs < cplxBands; qs++) {
317 FIXP_DBL dryFac, INT scale, INT cplxBands, INT hybBands) {
321 for (qs = 0; qs < cplxBands; qs++) {
329 for (qs = 0; qs < cplxBands; qs++) {
371 INT cplxBands;
372 cplxBands = fixMin(42, self->hybridBands);
392 self->hybOutputImagWet__FDK[ch], cplxBands, hybBands);
397 clz = getMaxValDmx(pReal, pImag, cplxBands, hybBands);
575 INT cplxBands;
578 cplxBands = self->hybridBands - 6;
636 &self->hybOutputImagWet__FDK[ch][6], cplxBands, hybBands);
676 &self->hybOutputImagDry__FDK[ch][6], dryFac, scale, cplxBands,