OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FeatureIndex
(Results
1 - 6
of
6
) sorted by null
/external/opencv3/modules/flann/include/opencv2/flann/
lsh_index.h
282
std::vector<lsh::
FeatureIndex
>::const_iterator training_index = bucket->begin();
283
std::vector<lsh::
FeatureIndex
>::const_iterator last_training_index = bucket->end();
320
std::vector<lsh::
FeatureIndex
>::const_iterator training_index = bucket->begin();
321
std::vector<lsh::
FeatureIndex
>::const_iterator last_training_index = bucket->end();
353
std::vector<lsh::
FeatureIndex
>::const_iterator training_index = bucket->begin();
354
std::vector<lsh::
FeatureIndex
>::const_iterator last_training_index = bucket->end();
lsh_table.h
69
typedef uint32_t
FeatureIndex
;
76
typedef std::vector<
FeatureIndex
> Bucket;
432
stats.bucket_sizes_.push_back((lsh::
FeatureIndex
)pbucket->size());
440
stats.bucket_sizes_.push_back((lsh::
FeatureIndex
)x->second.size());
/external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.h
50
uint16_t*
FeatureIndex
;
55
FeatureIndex
(NULL) {}
56
~TLangSys() { delete[]
FeatureIndex
; }
ttgsubtable.cpp
87
->LangSys.
FeatureIndex
+
236
rec->
FeatureIndex
= new uint16_t[rec->FeatureCount];
237
FXSYS_memset(rec->
FeatureIndex
, 0, sizeof(uint16_t) * rec->FeatureCount);
239
rec->
FeatureIndex
[i] = GetUInt16(sp);
/external/fonttools/Lib/fontTools/
merge.py
460
feature = [featureMap[v] for v in langsys.
FeatureIndex
if featureMap[v].FeatureTag == 'locl']
472
langsys.
FeatureIndex
.append(id(synthFeature))
474
langsys.
FeatureIndex
.sort(key=lambda v: featureMap[v].FeatureTag)
605
self.
FeatureIndex
= [featureMap[i] for i in self.
FeatureIndex
]
subset.py
[
all
...]
Completed in 2385 milliseconds