OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pxformseqs
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/3rdparty/libjasper/
jas_cm.c
115
(((prof)->
pxformseqs
[SEQFWD(intent)]) ? \
116
((prof)->
pxformseqs
[SEQFWD(intent)]) : \
117
((prof)->
pxformseqs
[SEQFWD(0)]))
120
(((prof)->
pxformseqs
[SEQREV(intent)]) ? \
121
((prof)->
pxformseqs
[SEQREV(intent)]) : \
122
((prof)->
pxformseqs
[SEQREV(0)]))
125
(((prof)->
pxformseqs
[SEQSIM(intent)]) ? \
126
((prof)->
pxformseqs
[SEQSIM(intent)]) : \
127
((prof)->
pxformseqs
[SEQSIM(0)]))
129
#define gampxformseq(prof) ((prof)->
pxformseqs
[SEQGAM]
[
all
...]
/external/opencv3/3rdparty/libjasper/jasper/
jas_cm.h
221
jas_cmpxformseq_t *
pxformseqs
[JAS_CMPROF_NUMPXFORMSEQS];
member in struct:__anon21648
Completed in 2601 milliseconds