Searched refs:mqc_states (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | mqc.c | 82 static const opj_mqc_state_t mqc_states[47 * 2] = { variable 83 {0x5601, 0, &mqc_states[2], &mqc_states[3]}, 84 {0x5601, 1, &mqc_states[3], &mqc_states[2]}, 85 {0x3401, 0, &mqc_states[4], &mqc_states[12]}, 86 {0x3401, 1, &mqc_states[5], &mqc_states[13]}, 87 {0x1801, 0, &mqc_states[6], &mqc_states[18]}, 88 {0x1801, 1, &mqc_states[7], &mqc_states[19]}, 89 {0x0ac1, 0, &mqc_states[8], &mqc_states[24]}, 90 {0x0ac1, 1, &mqc_states[9], &mqc_states[25]}, 91 {0x0521, 0, &mqc_states[10], &mqc_states[58]}, [all …]
|