Searched refs:temp4 (Results 1 - 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Didctllm_dspr2.c55 int temp3, temp4; local
74 temp4 = ip[13] + ((ip[13] * cospi8sqrt2minus1) >> 16);
75 c2 = temp3 - temp4;
78 temp4 = (ip[13] * sinpi8sqrt2) >> 16;
79 d2 = temp3 + temp4;
106 temp4 = ip[15] + ((ip[15] * cospi8sqrt2minus1) >> 16);
107 c2 = temp3 - temp4;
110 temp4 = (ip[15] * sinpi8sqrt2) >> 16;
111 d2 = temp3 + temp4;
144 temp4
[all...]
/external/libvpx/libvpx/test/
H A Dfdct4x4_test.cc45 const int temp4 = (ip[12] * sinpi8sqrt2) >> 16; local
46 const int d1 = temp3 + temp4;
63 const int temp4 = (ip[3] * sinpi8sqrt2) >> 16; local
64 const int d1 = temp3 + temp4;
/external/clang/test/CodeGenCXX/
H A Dtype_visibility.cpp90 namespace temp4 { namespace
/external/opencv/cv/src/
H A Dcvkalman.cpp102 CV_CALL( kalman->temp4 = cvCreateMat( MP, DP, CV_32FC1 ));
153 cvReleaseMat( &kalman->temp4 );
220 /* temp4 = inv(temp3)*temp2 = Kt(k) */
221 CV_CALL( cvSolve( kalman->temp3, kalman->temp2, kalman->temp4, CV_SVD ));
224 CV_CALL( cvTranspose( kalman->temp4, kalman->gain ));
/external/opencv/cv/include/
H A Dcvtypes.h311 CvMat* temp4; member in struct:CvKalman
/external/sqlite/dist/orig/
H A Dsqlite3.c110449 Expr *temp4 = sqlite3PExpr(pParse, TK_DOT, temp2, temp3, 0); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c110485 Expr *temp4 = sqlite3PExpr(pParse, TK_DOT, temp2, temp3, 0); local
[all...]

Completed in 1100 milliseconds