Searched refs:pVector (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dinvert.c46 OPJ_FLOAT32* pVector,
209 OPJ_FLOAT32 * pVector,
240 /*y[i] = pVector[pPermutations[i]] - sum; */
241 *(lIntermediatePtr++) = pVector[*(lCurrentPermutationPtr++)] - sum;
207 opj_lupSolve(OPJ_FLOAT32 * pResult, OPJ_FLOAT32 * pMatrix, OPJ_FLOAT32 * pVector, OPJ_UINT32* pPermutations, OPJ_UINT32 nb_compo,OPJ_FLOAT32 * p_intermediate_data) argument
/external/opencv/cvaux/src/
H A Dcvlee.cpp1172 pVector : in, pointer to vector
1177 void _cvCalcVectorImage(pCvDirection pImgVector,pCvDirection pVector,T* A);
4613 void _cvCalcVectorImage(pCvDirection pImgVector,pCvDirection pVector,T* A) argument
4615 pImgVector->x = A[0]*pVector->x + A[1]*pVector->y;
4616 pImgVector->y = A[3]*pVector->x + A[4]*pVector->y;

Completed in 433 milliseconds