Searched refs:Transpose (Results 26 - 50 of 51) sorted by relevance

123

/external/eigen/Eigen/src/Core/
H A DDenseBase.h283 Eigen::Transpose<Derived> transpose();
284 typedef typename internal::add_const<Transpose<const Derived> >::type ConstTransposeReturnType;
H A DGeneralProduct.h362 Transpose<Dest> destT(dest);
365 ::run(GeneralProduct<Transpose<const typename ProductType::_RhsNested>,Transpose<const typename ProductType::_LhsNested>, GemvProduct>
H A DTriangularMatrix.h268 inline TriangularView<Transpose<MatrixType>,TransposeMode> transpose()
274 inline const TriangularView<Transpose<MatrixType>,TransposeMode> transpose() const
H A DAssign.h532 static EIGEN_STRONG_INLINE Derived& evalTo(ActualDerived& dst, const ActualOtherDerived& other) { Transpose<ActualDerived> dstTrans(dst); other.evalTo(dstTrans); return dst; }
/external/chromium_org/cc/quads/
H A Ddraw_polygon.cc207 inverse_transform.Transpose();
/external/eigen/Eigen/src/Householder/
H A DHouseholderSequence.h92 typedef Transpose<Block<const VectorsType, 1, Dynamic> > EssentialVectorType;
202 /** \brief %Transpose of the Householder sequence. */
/external/eigen/test/
H A Dtriangular.cpp70 Transpose<MatrixType> trm4(m4);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
H A Dvp9_iht4x4_add_neon.asm133 ; Transpose a 4x4 16bits data matrix. Datas are loaded in d16-d19.
H A Dvp9_iht8x8_add_neon.asm101 ; Transpose a 8x8 16bits data matrix. Datas are loaded in q8-q15.
H A Dvp9_idct16x16_add_neon.asm21 ; Transpose a 8x8 16bit data matrix. Datas are loaded in q8-q15.
H A Dvp9_idct32x32_add_neon.asm384 ; Transpose the two 8x8 16bit data matrices.
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_iht4x4_add_neon.asm133 ; Transpose a 4x4 16bits data matrix. Datas are loaded in d16-d19.
H A Dvp9_iht8x8_add_neon.asm101 ; Transpose a 8x8 16bits data matrix. Datas are loaded in q8-q15.
H A Dvp9_idct16x16_add_neon.asm21 ; Transpose a 8x8 16bit data matrix. Datas are loaded in q8-q15.
H A Dvp9_idct32x32_add_neon.asm384 ; Transpose the two 8x8 16bit data matrices.
/external/ceres-solver/internal/ceres/
H A Dcompressed_row_sparse_matrix.cc357 CompressedRowSparseMatrix* CompressedRowSparseMatrix::Transpose() const { function in class:ceres::internal::CompressedRowSparseMatrix
/external/chromium_org/ui/gfx/
H A Dtransform.cc377 void Transform::Transpose() { function in class:gfx::Transform
/external/eigen/Eigen/src/Core/util/
H A DForwardDeclarations.h84 template<typename MatrixType> class Transpose;
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp3286 class Transpose : public PrimitiveFunc<Signature<Matrix<float, Rows, Columns>, class in namespace:deqp::gls::BuiltinPrecisionTests::Functions
3290 typedef typename Transpose::IRet IRet;
3291 typedef typename Transpose::IArgs IArgs;
3411 call<Transpose<Rows, Cols> >(ctx, left));
5138 funcs->addFactory(SharedPtr<const CaseFactory>(new MatrixFuncCaseFactory<Transpose>()));
/external/opencv/cxcore/src/
H A Dcxmatrix.cpp437 CV_DEF_INIT_PIXSIZE_TAB_2D( Transpose, R )
438 CV_DEF_INIT_PIXSIZE_TAB_2D( Transpose, IR )
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
H A Dloopfilter_v6.asm720 ; Transpose needs 8 regs(r6 - r12, and lr). Save r6 and lr first
988 ; Transpose needs 8 regs(r6 - r12, and lr). Save r6 and lr first
/external/libvpx/libvpx/vp8/common/arm/armv6/
H A Dloopfilter_v6.asm720 ; Transpose needs 8 regs(r6 - r12, and lr). Save r6 and lr first
988 ; Transpose needs 8 regs(r6 - r12, and lr). Save r6 and lr first
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Dloopfilter_sse2.asm1166 ; Transpose
1233 ; Transpose
/external/libvpx/libvpx/vp8/common/x86/
H A Dloopfilter_sse2.asm1166 ; Transpose
1233 ; Transpose
/external/libyuv/files/unit_test/
H A Drotate_test.cc28 TEST_F(libyuvTest, Transpose) {

Completed in 572 milliseconds

123