Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching refs:start_pos

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
456 info_PK->start_pos = info_TL->end_header + 1;
461 info_PK->start_pos = p_cstr_info->tile[p_tile_no].tp[curtp].tp_end_header+1;
463 info_PK->start_pos = (l_cp->m_specific_param.m_enc.m_tp_on && info_PK->start_pos) ? info_PK->start_pos : info_TL->packet[p_cstr_info->packno - 1].end_pos + 1;
465 info_PK->end_pos = info_PK->start_pos + l_nb_bytes_read - 1;
466 info_PK->end_ph_pos += info_PK->start_pos - 1; /* End of packet header which now only represents the distance */