Home
last modified time | relevance | path

Searched refs:TransformType (Results 1 – 25 of 34) sorted by relevance

12

/external/eigen/test/
Dstddeque.cpp47 template<typename TransformType>
48 void check_stddeque_transform(const TransformType&) in check_stddeque_transform() argument
50 typedef typename TransformType::MatrixType MatrixType; in check_stddeque_transform()
51 TransformType x(MatrixType::Random()), y(MatrixType::Random()); in check_stddeque_transform()
52 std::deque<TransformType,Eigen::aligned_allocator<TransformType> > v(10), w(20, y); in check_stddeque_transform()
58 …typename std::deque<TransformType,Eigen::aligned_allocator<TransformType> >::iterator vi = v.begin… in check_stddeque_transform()
59 …typename std::deque<TransformType,Eigen::aligned_allocator<TransformType> >::iterator wi = w.begin… in check_stddeque_transform()
Dstdlist.cpp47 template<typename TransformType>
48 void check_stdlist_transform(const TransformType&) in check_stdlist_transform() argument
50 typedef typename TransformType::MatrixType MatrixType; in check_stdlist_transform()
51 TransformType x(MatrixType::Random()), y(MatrixType::Random()); in check_stdlist_transform()
52 std::list<TransformType,Eigen::aligned_allocator<TransformType> > v(10), w(20, y); in check_stdlist_transform()
58 …typename std::list<TransformType,Eigen::aligned_allocator<TransformType> >::iterator vi = v.begin(… in check_stdlist_transform()
59 …typename std::list<TransformType,Eigen::aligned_allocator<TransformType> >::iterator wi = w.begin(… in check_stdlist_transform()
Dstdvector.cpp50 template<typename TransformType>
51 void check_stdvector_transform(const TransformType&) in check_stdvector_transform() argument
53 typedef typename TransformType::MatrixType MatrixType; in check_stdvector_transform()
54 TransformType x(MatrixType::Random()), y(MatrixType::Random()); in check_stdvector_transform()
55 std::vector<TransformType,Eigen::aligned_allocator<TransformType> > v(10), w(20, y); in check_stdvector_transform()
72 VERIFY((internal::UIntPtr)&(v[22]) == (internal::UIntPtr)&(v[21]) + sizeof(TransformType)); in check_stdvector_transform()
76 TransformType* ref = &w[0]; in check_stdvector_transform()
Dqtvector.cpp60 template<typename TransformType>
61 void check_qtvector_transform(const TransformType&) in check_qtvector_transform() argument
63 typedef typename TransformType::MatrixType MatrixType; in check_qtvector_transform()
64 TransformType x(MatrixType::Random()), y(MatrixType::Random()); in check_qtvector_transform()
65 QVector<TransformType> v(10), w(20, y); in check_qtvector_transform()
82 VERIFY((size_t)&(v[22]) == (size_t)&(v[21]) + sizeof(TransformType)); in check_qtvector_transform()
86 TransformType* ref = &w[0]; in check_qtvector_transform()
Dstdvector_overload.cpp64 template<typename TransformType>
65 void check_stdvector_transform(const TransformType&) in check_stdvector_transform() argument
67 typedef typename TransformType::MatrixType MatrixType; in check_stdvector_transform()
68 TransformType x(MatrixType::Random()), y(MatrixType::Random()); in check_stdvector_transform()
69 std::vector<TransformType> v(10), w(20, y); in check_stdvector_transform()
86 VERIFY((internal::UIntPtr)&(v[22]) == (internal::UIntPtr)&(v[21]) + sizeof(TransformType)); in check_stdvector_transform()
90 TransformType* ref = &w[0]; in check_stdvector_transform()
Dstdlist_overload.cpp85 template<typename TransformType>
86 void check_stdlist_transform(const TransformType&) in check_stdlist_transform() argument
88 typedef typename TransformType::MatrixType MatrixType; in check_stdlist_transform()
89 TransformType x(MatrixType::Random()), y(MatrixType::Random()); in check_stdlist_transform()
90 std::list<TransformType> v(10), w(20, y); in check_stdlist_transform()
91 typename std::list<TransformType>::iterator itv = get(v, 5); in check_stdlist_transform()
92 typename std::list<TransformType>::iterator itw = get(w, 6); in check_stdlist_transform()
116 TransformType* ref = &(*get(w, 0)); in check_stdlist_transform()
Dstddeque_overload.cpp63 template<typename TransformType>
64 void check_stddeque_transform(const TransformType&) in check_stddeque_transform() argument
66 typedef typename TransformType::MatrixType MatrixType; in check_stddeque_transform()
67 TransformType x(MatrixType::Random()), y(MatrixType::Random()); in check_stddeque_transform()
68 std::deque<TransformType> v(10), w(20, y); in check_stddeque_transform()
88 TransformType* ref = &w[0]; in check_stddeque_transform()
/external/eigen/Eigen/src/Geometry/
DTransform.h31 template< typename TransformType,
33 int Case = transform_traits<TransformType>::IsProjective ? 0
34 … : int(MatrixType::RowsAtCompileTime) == int(transform_traits<TransformType>::HDim) ? 1
64 template<typename TransformType> struct transform_take_affine_part;
1161 template<typename TransformType, int Mode=TransformType::Mode>
1164 EIGEN_DEVICE_FUNC static inline void run(const TransformType&, TransformType&)
1168 template<typename TransformType>
1169 struct projective_transform_inverse<TransformType, Projective>
1171 EIGEN_DEVICE_FUNC static inline void run(const TransformType& m, TransformType& res)
1237 template<typename TransformType> struct transform_take_affine_part {
[all …]
DHomogeneous.h225 typedef Transform<Scalar, Dim, Mode, Options> TransformType;
226 typedef typename internal::add_const<typename TransformType::ConstAffinePart>::type type;
227 EIGEN_DEVICE_FUNC static type run (const TransformType& x) { return x.affine(); }
233 typedef Transform<Scalar, Dim, Projective, Options> TransformType;
234 typedef typename TransformType::MatrixType type;
235 EIGEN_DEVICE_FUNC static const type& run (const TransformType& x) { return x.matrix(); }
480 typedef Transform<Scalar,Dim,Mode,Options> TransformType;
482 …EIGEN_DEVICE_FUNC static void evalTo(Dest& dst, const TransformType& lhs, const Homogeneous<RhsArg…
484 …homogeneous_left_product_impl<Homogeneous<RhsArg,Vertical>, TransformType>(lhs, rhs.nestedExpressi…
/external/skia/modules/skottie/src/
DLayer.h40 enum TransformType : uint8_t { enum
59 TransformType);
62 TransformType);
65 TransformType);
DLayer.cpp332 const auto transform_chain_type = this->is3D() ? TransformType::k3D in buildTransform()
333 : TransformType::k2D; in buildTransform()
341 TransformType ttype) { in getTransform()
359 TransformType ttype) { in getParentTransform()
365 if (ttype == TransformType::k3D) { in getParentTransform()
379 TransformType ttype) { in doAttachTransform()
/external/libgav1/libgav1/src/
Dreconstruction.h35 void Reconstruct(const dsp::Dsp& dsp, TransformType tx_type,
40 extern template void Reconstruct(const dsp::Dsp& dsp, TransformType tx_type,
46 extern template void Reconstruct(const dsp::Dsp& dsp, TransformType tx_type,
Dreconstruction.cc56 int GetNumRows(TransformType tx_type, int tx_height, int non_zero_coeff_count) { in GetNumRows()
133 void Reconstruct(const dsp::Dsp& dsp, TransformType tx_type, in Reconstruct()
143 static constexpr int (*kGetNumRows[])(TransformType tx_type, int tx_height, in Reconstruct()
178 template void Reconstruct(const dsp::Dsp& dsp, TransformType tx_type,
183 template void Reconstruct(const dsp::Dsp& dsp, TransformType tx_type,
Dtile.h396 TransformType ComputeTransformType(const Block& block, Plane plane,
518 TransformType* tx_type); // 5.11.39.
527 TransformType tx_type,
733 TransformType transform_types_[32][32];
/external/cldr/tools/java/org/unicode/cldr/draft/
DKeyboard.java149 Fallback fallback, Set<KeyMap> keyMaps, Map<TransformType, Transforms> transforms) { in Keyboard() argument
238 public enum TransformType { enum in Keyboard
240 public static TransformType forString(String string) { in forString()
241 …return string == null ? TransformType.SIMPLE : TransformType.valueOf(string.toUpperCase(Locale.ENG… in forString()
322 private final Map<TransformType, Transforms> transforms;
348 public Map<TransformType, Transforms> getTransforms() { in getTransforms()
429 TransformType currentType = null;
431 Map<TransformType, Transforms> transformMap = new EnumMap<>(TransformType.class);
497TransformType type = TransformType.forString(parts.getAttributeValue(1, "type")); in handlePathValue()
/external/libgav1/libgav1/src/dsp/arm/
Dinverse_transform_neon.cc2276 const int tx_width, const int16_t* source, TransformType tx_type) { in StoreToFrameWithRound()
2334 void Dct4TransformLoopRow_NEON(TransformType /*tx_type*/, TransformSize tx_size, in Dct4TransformLoopRow_NEON() argument
2370 void Dct4TransformLoopColumn_NEON(TransformType tx_type, TransformSize tx_size, in Dct4TransformLoopColumn_NEON()
2401 void Dct8TransformLoopRow_NEON(TransformType /*tx_type*/, TransformSize tx_size, in Dct8TransformLoopRow_NEON() argument
2437 void Dct8TransformLoopColumn_NEON(TransformType tx_type, TransformSize tx_size, in Dct8TransformLoopColumn_NEON()
2467 void Dct16TransformLoopRow_NEON(TransformType /*tx_type*/, in Dct16TransformLoopRow_NEON() argument
2499 void Dct16TransformLoopColumn_NEON(TransformType tx_type, TransformSize tx_size, in Dct16TransformLoopColumn_NEON()
2530 void Dct32TransformLoopRow_NEON(TransformType /*tx_type*/, in Dct32TransformLoopRow_NEON() argument
2553 void Dct32TransformLoopColumn_NEON(TransformType tx_type, TransformSize tx_size, in Dct32TransformLoopColumn_NEON()
2573 void Dct64TransformLoopRow_NEON(TransformType /*tx_type*/, in Dct64TransformLoopRow_NEON() argument
[all …]
Dinverse_transform_10bit_neon.cc1840 const int tx_width, const int32_t* source, TransformType tx_type) { in StoreToFrameWithRound()
1883 void Dct4TransformLoopRow_NEON(TransformType /*tx_type*/, TransformSize tx_size, in Dct4TransformLoopRow_NEON() argument
1911 void Dct4TransformLoopColumn_NEON(TransformType tx_type, TransformSize tx_size, in Dct4TransformLoopColumn_NEON()
1937 void Dct8TransformLoopRow_NEON(TransformType /*tx_type*/, TransformSize tx_size, in Dct8TransformLoopRow_NEON() argument
1964 void Dct8TransformLoopColumn_NEON(TransformType tx_type, TransformSize tx_size, in Dct8TransformLoopColumn_NEON()
1989 void Dct16TransformLoopRow_NEON(TransformType /*tx_type*/, in Dct16TransformLoopRow_NEON() argument
2016 void Dct16TransformLoopColumn_NEON(TransformType tx_type, TransformSize tx_size, in Dct16TransformLoopColumn_NEON()
2041 void Dct32TransformLoopRow_NEON(TransformType /*tx_type*/, in Dct32TransformLoopRow_NEON() argument
2068 void Dct32TransformLoopColumn_NEON(TransformType tx_type, TransformSize tx_size, in Dct32TransformLoopColumn_NEON()
2092 void Dct64TransformLoopRow_NEON(TransformType /*tx_type*/, in Dct64TransformLoopRow_NEON() argument
[all …]
/external/clang/lib/Sema/
DTreeTransform.h292 QualType TransformType(QualType T);
302 TypeSourceInfo *TransformType(TypeSourceInfo *DI);
308 QualType TransformType(TypeLocBuilder &TLB, TypeLoc TL);
3561 NewTInfo = getDerived().TransformType(OldTInfo); in TransformDeclarationNameInfo()
3569 QualType NewT = getDerived().TransformType(Name.getCXXNameType()); in TransformDeclarationNameInfo()
3740 DI = getDerived().TransformType(DI); in TransformTemplateArgument()
3975 QualType TreeTransform<Derived>::TransformType(QualType T) { in TransformType() function
3984 TypeSourceInfo *NewDI = getDerived().TransformType(DI); in TransformType()
3993 TypeSourceInfo *TreeTransform<Derived>::TransformType(TypeSourceInfo *DI) { in TransformType() function
4005 QualType Result = getDerived().TransformType(TLB, TL); in TransformType()
[all …]
DSemaTemplateInstantiate.cpp1222 QualType T = TransformType(E->getType()); in TransformFunctionParmPackExpr()
1257 QualType T = TransformType(E->getType()); in TransformFunctionParmPackRefExpr()
1466 return Instantiator.TransformType(T); in SubstType()
1492 QualType Result = Instantiator.TransformType(TLB, TL); in SubstType()
1513 return Instantiator.TransformType(T); in SubstType()
1576 Result = Instantiator.TransformType(TLB, TL); in SubstFunctionDeclType()
/external/libgav1/libgav1/src/dsp/x86/
Dinverse_transform_sse4.cc2079 TransformType tx_type) { in StoreToFrameWithRound()
2228 void Dct4TransformLoopRow_SSE4_1(TransformType /*tx_type*/, in Dct4TransformLoopRow_SSE4_1() argument
2263 void Dct4TransformLoopColumn_SSE4_1(TransformType tx_type, in Dct4TransformLoopColumn_SSE4_1()
2293 void Dct8TransformLoopRow_SSE4_1(TransformType /*tx_type*/, in Dct8TransformLoopRow_SSE4_1() argument
2326 void Dct8TransformLoopColumn_SSE4_1(TransformType tx_type, in Dct8TransformLoopColumn_SSE4_1()
2355 void Dct16TransformLoopRow_SSE4_1(TransformType /*tx_type*/, in Dct16TransformLoopRow_SSE4_1() argument
2387 void Dct16TransformLoopColumn_SSE4_1(TransformType tx_type, in Dct16TransformLoopColumn_SSE4_1()
2417 void Dct32TransformLoopRow_SSE4_1(TransformType /*tx_type*/, in Dct32TransformLoopRow_SSE4_1() argument
2442 void Dct32TransformLoopColumn_SSE4_1(TransformType tx_type, in Dct32TransformLoopColumn_SSE4_1()
2462 void Dct64TransformLoopRow_SSE4_1(TransformType /*tx_type*/, in Dct64TransformLoopRow_SSE4_1() argument
[all …]
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h318 QualType TransformType(QualType T);
328 TypeSourceInfo *TransformType(TypeSourceInfo *DI);
334 QualType TransformType(TypeLocBuilder &TLB, TypeLoc TL);
4092 NewTInfo = getDerived().TransformType(OldTInfo); in TransformDeclarationNameInfo()
4100 QualType NewT = getDerived().TransformType(Name.getCXXNameType()); in TransformDeclarationNameInfo()
4235 QualType NewT = getDerived().TransformType(T); in TransformTemplateArgument()
4269 DI = getDerived().TransformType(DI); in TransformTemplateArgument()
4508 QualType TreeTransform<Derived>::TransformType(QualType T) { in TransformType() function
4517 TypeSourceInfo *NewDI = getDerived().TransformType(DI); in TransformType()
4526 TypeSourceInfo *TreeTransform<Derived>::TransformType(TypeSourceInfo *DI) { in TransformType() function
[all …]
DSemaTemplateInstantiate.cpp1601 QualType SubstType = TransformType(E->getParameterType(getSema().Context)); in TransformSubstNonTypeTemplateParmExpr()
1650 QualType T = TransformType(E->getType()); in TransformFunctionParmPackExpr()
1686 QualType T = TransformType(E->getType()); in TransformFunctionParmPackRefExpr()
1919 TypeSourceInfo *TransType = TransformType(Req->getType()); in TransformTypeRequirement()
2077 : Instantiator.TransformType(T); in SubstType()
2103 QualType Result = Instantiator.TransformType(TLB, TL); in SubstType()
2124 return Instantiator.TransformType(T); in SubstType()
2187 Result = Instantiator.TransformType(TLB, TL); in SubstFunctionDeclType()
/external/libgav1/libgav1/src/tile/
Dtile.cc185 constexpr TransformType kModeToTransformType[kIntraPredictionModesUV] = {
195 constexpr TransformType kInverseTransformTypeBySet[kNumTransformSets - 1][16] =
311 TransformType tx_type, in SetTransformType()
312 TransformType transform_types[32][32]) { in SetTransformType()
315 TransformType* const dst = &transform_types[y_offset][x_offset]; in SetTransformType()
316 SetBlockValues<TransformType>(h4, w4, tx_type, dst, 32); in SetTransformType()
1017 TransformType Tile::ComputeTransformType(const Block& block, Plane plane, in ComputeTransformType()
1030 TransformType tx_type; in ComputeTransformType()
1049 TransformType tx_type = kTransformTypeDctDct; in ReadTransformType()
1061 tx_type = static_cast<TransformType>(reader_.ReadSymbol<16>(cdf)); in ReadTransformType()
[all …]
/external/libgav1/libgav1/src/utils/
Dtypes.h542 TransformParameters(TransformType type, int non_zero_coeff_count) in TransformParameters()
544 TransformType type;
Dconstants.h358 enum TransformType : uint8_t { enum
678 inline const char* ToString(const TransformType type) { in ToString()

12