Searched refs:JPC_MS_SOC (Results 1 – 4 of 4) sorted by relevance
632 #define JPC_MS_SOC 0xff4f /* Start of code stream (SOC). */ macro723 (!((x) == JPC_MS_SOC || (x) == JPC_MS_SOD || (x) == JPC_MS_EOC || \
174 {JPC_MS_SOC, "SOC", {0, 0, 0, 0}},1636 if (buf[0] == (JPC_MS_SOC >> 8) && buf[1] == (JPC_MS_SOC & 0xff)) { in jpc_validate()
209 {JPC_MS_SOC, JPC_MHSOC, jpc_dec_process_soc},
918 if (!(enc->mrk = jpc_ms_create(JPC_MS_SOC))) { in jpc_enc_encodemainhdr()