Searched defs:rv2 (Results 1 - 5 of 5) sorted by relevance

/external/eigen/test/
H A Ddiagonalmatrices.cpp32 rv2 = RowVectorType::Random(cols); local
34 RightDiagonalMatrix rdm1(rv1), rdm2(rv2);
66 VERIFY_IS_APPROX( ((m1 * (rv1+rv2).asDiagonal())(i,j)) , (rv1+rv2)(j) * m1(i,j) );
67 VERIFY_IS_APPROX( (((m1+m2) * (rv1+rv2).asDiagonal())(i,j)) , (rv1+rv2)(j) * (m1+m2)(i,j) );
H A Dref.cpp111 RefDynMat rv2 = v1.segment(i,bsize); local
112 VERIFY_IS_EQUAL(rv2, v1.segment(i,bsize));
113 rv2.setOnes();
118 rv2 = v2.segment(i,bsize);
/external/libvpx/libvpx/vp9/common/
H A Dvp9_postproc.c163 const int16_t *rv2 = rv3 + ((c * 17) & 127); local
176 d[r & 15] = (rv2[r & 127] + sum + s[0]) >> 4;
/external/libmojo/mojo/edk/system/ports/
H A Dnode.cc909 int rv2 = BeginProxying_Locked(LockedPort(port1), port1_ref.name()); local
911 if (rv1 == OK && rv2 == OK) {
/external/libvpx/libvpx/vpx_dsp/mips/
H A Ddeblock_msa.c662 const int16_t *rv2[16]; local
666 rv2[i] = vpx_rv + (i & 7);
690 rv2_0[i] = *(rv2[i] + (row & 127));
691 rv2_1[i] = *(rv2[i + 8] + (row & 127));

Completed in 196 milliseconds