Searched refs:JPC_TPH (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/3rdparty/libjasper/ |
D | jpc_dec.c | 102 #define JPC_TPH 0x0010 macro 211 {JPC_MS_SOD, JPC_TPH, jpc_dec_process_sod}, 214 {JPC_MS_COD, JPC_MH | JPC_TPH, jpc_dec_process_cod}, 215 {JPC_MS_COC, JPC_MH | JPC_TPH, jpc_dec_process_coc}, 216 {JPC_MS_RGN, JPC_MH | JPC_TPH, jpc_dec_process_rgn}, 217 {JPC_MS_QCD, JPC_MH | JPC_TPH, jpc_dec_process_qcd}, 218 {JPC_MS_QCC, JPC_MH | JPC_TPH, jpc_dec_process_qcc}, 219 {JPC_MS_POC, JPC_MH | JPC_TPH, jpc_dec_process_poc}, 222 {JPC_MS_PLT, JPC_TPH, 0}, 224 {JPC_MS_PPT, JPC_TPH, jpc_dec_process_ppt}, [all …]
|