Home | History | Annotate | Download | only in src

Lines Matching refs:degreeAlias

222                     FIXP_DBL *degreeAlias,             /*!< Vector for results of aliasing estimation */
577 degreeAlias[loBand] = FL2FXCONST_DBL(0.0f);
580 degreeAlias[loBand] = (FIXP_DBL)MAXVAL_DBL /*FL2FXCONST_DBL(1.0f)*/;
582 degreeAlias[loBand-1] = deg;
586 degreeAlias[loBand] = deg;
591 degreeAlias[loBand] = (FIXP_DBL)MAXVAL_DBL /*FL2FXCONST_DBL(1.0f)*/;
593 degreeAlias[loBand-1] = deg;
597 degreeAlias[loBand] = deg;
733 degreeAlias[hiBand] = degreeAlias[loBand];