Searched refs:JPC_MS_EOC (Results 1 – 5 of 5) sorted by relevance
635 #define JPC_MS_EOC 0xffd9 /* End of code stream (EOC). */ macro723 (!((x) == JPC_MS_SOC || (x) == JPC_MS_SOD || (x) == JPC_MS_EOC || \
428 case JPC_MS_EOC: in jpc_dec_decodepkts()
178 {JPC_MS_EOC, "EOC", {0, 0, 0, 0}},
212 {JPC_MS_EOC, JPC_TPHSOT, jpc_dec_process_eoc},
311 if (!(enc->mrk = jpc_ms_create(JPC_MS_EOC))) { in jpc_encode()