OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:info_pk
(Results
1 - 1
of
1
) sorted by null
/external/pdfium/third_party/libopenjpeg20/
t2.c
310
opj_packet_info_t *
info_PK
= &info_TL->packet[cstr_info->packno];
312
info_PK
->start_pos = info_TL->end_header + 1;
314
info_PK
->start_pos = ((l_cp->m_specific_param.m_enc.m_tp_on | l_tcp->POC)&&
info_PK
->start_pos) ?
info_PK
->start_pos : info_TL->packet[cstr_info->packno - 1].end_pos + 1;
316
info_PK
->end_pos =
info_PK
->start_pos + l_nb_bytes - 1;
317
info_PK
->end_ph_pos +=
info_PK
->start_pos - 1; /* End of packet header which now only represents the distance
453
opj_packet_info_t *
info_PK
= &info_TL->packet[p_cstr_info->packno]
[
all
...]
Completed in 49 milliseconds