OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nlps
(Results
1 - 5
of
5
) sorted by null
/external/opencv3/3rdparty/libjasper/
jpc_mqcod.h
112
/* The
NLPS
state. */
113
struct jpc_mqstate_s *
nlps
;
member in struct:jpc_mqstate_s
jpc_mqdec.h
202
*(curctx) = state->
nlps
; \
217
*(curctx) = state->
nlps
; \
jpc_mqenc.c
121
*(curctx) = state->
nlps
; \
/external/pdfium/third_party/libopenjpeg20/
mqc.h
63
struct opj_mqc_state *
nlps
;
member in struct:opj_mqc_state
mqc.c
268
*mqc->curctx = (*mqc->curctx)->
nlps
;
284
*mqc->curctx = (*mqc->curctx)->
nlps
;
302
*mqc->curctx = (*mqc->curctx)->
nlps
;
Completed in 151 milliseconds