Home
last modified time | relevance | path

Searched refs:FastType (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/features2d/perf/opencl/
Dperf_fast.cpp10 CV_ENUM(FastType, TYPE_5_8, TYPE_7_12)
12 typedef std::tr1::tuple<string, FastType> File_Type_t;
21 FastType::all() in OCL_PERF_TEST_P()
/external/opencv3/modules/features2d/perf/
Dperf_fast.cpp10 CV_ENUM(FastType, TYPE_5_8, TYPE_7_12, TYPE_9_16)
12 typedef std::tr1::tuple<string, FastType> File_Type_t;
21 FastType::all() in PERF_TEST_P()
/external/eigen/unsupported/test/
Dalignedvector3.cpp20 typedef AlignedVector3<Scalar> FastType; in alignedvector3() typedef
23 FastType f1(r1), f2(r2), f3(r3), f4(r4), f5(r5), f6(r6); in alignedvector3()