OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JPC_MS_COD
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/3rdparty/libjasper/
jpc_cs.h
641
#define
JPC_MS_COD
0xff52 /* Coding style default (COD). */
jpc_enc.c
1016
if (!(enc->mrk = jpc_ms_create(
JPC_MS_COD
))) {
[
all
...]
jpc_cs.c
181
{
JPC_MS_COD
, "COD", {jpc_cod_destroyparms, jpc_cod_getparms,
[
all
...]
jpc_dec.c
214
{
JPC_MS_COD
, JPC_MH | JPC_TPH, jpc_dec_process_cod},
[
all
...]
Completed in 1798 milliseconds