Searched refs:l_nb_bytes_for_comp (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
H A Dj2k.c5235 OPJ_UINT32 l_nb_bytes_for_comp; local
5245 l_nb_bytes_for_comp = 2;
5249 l_nb_bytes_for_comp = 1;
5253 l_mcc_size = p_mcc_record->m_nb_comps * 2 * l_nb_bytes_for_comp + 19;
5297 opj_write_bytes(l_current_data,i,l_nb_bytes_for_comp); /* Cmccij Component offset*/
5298 l_current_data+=l_nb_bytes_for_comp;
5306 opj_write_bytes(l_current_data,i,l_nb_bytes_for_comp); /* Wmccij Component offset*/
5307 l_current_data+=l_nb_bytes_for_comp;

Completed in 60 milliseconds