Home | History | Annotate | Download | only in include

Lines Matching full:pdat

104  * \param pDat pointer to input/output data (in place processing).
105 * \param size size of pDat.
107 * referenced by pDat. The exponent is updated accordingly.
109 void dct_II(FIXP_DBL *pDat, FIXP_DBL *tmp, int size, int *pDat_e);
116 * \param pDat pointer to input/output data (in place processing).
117 * \param size size of pDat.
119 * referenced by pDat. The exponent is updated accordingly.
121 void dct_III(FIXP_DBL *pDat, FIXP_DBL *tmp, int size, int *pDat_e);
127 * \param pDat pointer to input/output data (in place processing).
128 * \param size size of pDat.
130 * referenced by pDat. The exponent is updated accordingly.
132 void dct_IV(FIXP_DBL *pDat,int size, int *pDat_e);
138 * \param pDat pointer to input/output data (in place processing).
139 * \param size size of pDat.
141 * referenced by pDat. The exponent is updated accordingly.
143 void dst_IV(FIXP_DBL *pDat,int size, int *pDat_e);