HomeSort by relevance Sort by last modified time
    Searched refs:pRes (Results 1 - 13 of 13) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_image.c 185 i32 *pRes;
214 pRes = residual[block];
216 ASSERT(pRes);
224 if (IS_RESIDUAL_EMPTY(pRes))
243 RANGE_CHECK_ARRAY(pRes, -512, 511, 16);
250 tmp2 = *pRes++;
253 tmp4 = *pRes++;
257 tmp2 = *pRes++;
261 tmp4 = *pRes++;
279 pRes = residual[block]
    [all...]
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageUtil.java 150 Resources pRes = pContext.getResources();
153 Resources res = new Resources(assmgr, pRes.getDisplayMetrics(), pRes.getConfiguration());
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTMatrix.h 766 @param[out] pRes Result
768 pRes should be an array large enough to contain the
774 float * const pRes,
782 @param[out] pRes Result
784 pRes should be an array large enough to contain the
789 int * const pRes,
PVRTVector.cpp 330 @Output pRes Result
332 pRes should be an array large enough to contain the
336 void PVRTLinearEqSolve(VERTTYPE * const pRes, VERTTYPE ** const pSrc, const int nCnt)
344 pRes[0] = VERTTYPEDIV(pSrc[0][0], pSrc[0][1]);
386 PVRTLinearEqSolve(pRes, pSrc, nCnt - 1);
392 f -= VERTTYPEMUL(pSrc[nCnt-1][k], pRes[k-1]);
396 pRes[nCnt-1] = f;
PVRTMatrixF.cpp 767 @Output pRes Result
769 pRes should be an array large enough to contain the
774 float * const pRes,
798 pRes[0] = pSrc[0][0] / pSrc[0][1];
840 PVRTMatrixLinearEqSolveF(pRes, pSrc, nCnt - 1);
846 f -= pSrc[nCnt-1][k] * pRes[k-1];
850 pRes[nCnt-1] = f;
861 fCnt += pSrc[nCnt-1][i] * pRes[i-1];
PVRTMatrixX.cpp 795 @Output pRes Result
797 pRes should be an array large enough to contain the
802 int * const pRes,
812 pRes[0] = PVRTXDIV(pSrc[0][0], pSrc[0][1]);
854 PVRTMatrixLinearEqSolveX(pRes, pSrc, nCnt - 1);
860 f -= PVRTXMUL(pSrc[nCnt-1][k], pRes[k-1]);
864 pRes[nCnt-1] = f;
PVRTVector.h 31 @param[out] pRes Result
33 pRes should be an array large enough to contain the
37 void PVRTLinearEqSolve(VERTTYPE * const pRes, VERTTYPE ** const pSrc, const int nCnt);
    [all...]
  /external/pdfium/fpdfsdk/
fpdf_flatten.cpp 295 CPDF_Dictionary* pRes = pPageDict->GetDictFor("Resources");
296 if (!pRes)
297 pRes = pPageDict->SetNewFor<CPDF_Dictionary>("Resources");
304 CPDF_Dictionary* pPageXObject = pRes->GetDictFor("XObject");
306 pPageXObject = pRes->SetNewFor<CPDF_Dictionary>("XObject");
fpdf_transformpage.cpp 170 CPDF_Dictionary* pRes = pPageDic->GetDictFor("Resources");
171 if (pRes) {
172 CPDF_Dictionary* pPattenDict = pRes->GetDictFor("Pattern");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
txdtc.h 366 virtual HRESULT WINAPI Enlist(ITransaction *pTransaction,ITransactionResourceAsync *pRes,XACTUOW *pUOW,LONG *pisoLevel,ITransactionEnlistmentAsync **ppEnlist) = 0;
377 HRESULT (WINAPI *Enlist)(IResourceManager *This,ITransaction *pTransaction,ITransactionResourceAsync *pRes,XACTUOW *pUOW,LONG *pisoLevel,ITransactionEnlistmentAsync **ppEnlist);
390 #define IResourceManager_Enlist(This,pTransaction,pRes,pUOW,pisoLevel,ppEnlist) (This)->lpVtbl->Enlist(This,pTransaction,pRes,pUOW,pisoLevel,ppEnlist)
396 HRESULT WINAPI IResourceManager_Enlist_Proxy(IResourceManager *This,ITransaction *pTransaction,ITransactionResourceAsync *pRes,XACTUOW *pUOW,LONG *pisoLevel,ITransactionEnlistmentAsync **ppEnlist);
457 HRESULT (WINAPI *Enlist)(IResourceManager2 *This,ITransaction *pTransaction,ITransactionResourceAsync *pRes,XACTUOW *pUOW,LONG *pisoLevel,ITransactionEnlistmentAsync **ppEnlist);
472 #define IResourceManager2_Enlist(This,pTransaction,pRes,pUOW,pisoLevel,ppEnlist) (This)->lpVtbl->Enlist(This,pTransaction,pRes,pUOW,pisoLevel,ppEnlist)
    [all...]
  /external/python/cpython2/PC/
_winreg.c 20 static BOOL PyHKEY_AsHKEY(PyObject *ob, HKEY *pRes, BOOL bNoneOK);
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1802 milliseconds