Searched defs:l_indix (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
H A Dj2k.c5130 OPJ_UINT32 l_indix; local
5163 l_indix = l_tmp & 0xff;
5167 if (l_mct_data->m_index == l_indix) {
5202 l_mct_data->m_index = l_indix;
5337 OPJ_UINT32 l_indix; local
5373 opj_read_bytes(p_header_data,&l_indix,1); /* Imcc -> no need for other values, take the first */
5379 if (l_mcc_record->m_index == l_indix) {
5408 l_mcc_record->m_index = l_indix;
5502 l_indix = l_tmp & 0xff;
5503 if (l_indix !
6861 OPJ_UINT32 l_indix = 1; local
[all...]

Completed in 38 milliseconds