OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JPC_GETSPB
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/3rdparty/libjasper/
jpc_t1cod.h
207
int
jpc_getspb
(int f);
208
#define
JPC_GETSPB
(f) \
jpc_t1dec.c
352
v ^=
JPC_GETSPB
(f); \
765
v ^=
JPC_GETSPB
(f); \
jpc_t1enc.c
421
jpc_mqenc_putbit(mqenc, v ^
JPC_GETSPB
(f)); \
821
jpc_mqenc_putbit((mqenc), v ^
JPC_GETSPB
(f)); \
Completed in 1601 milliseconds