Lines Matching refs:info_PK
333 opj_packet_info_t *info_PK = &info_TL->packet[cstr_info->packno]; in opj_t2_encode_packets() local
335 info_PK->start_pos = info_TL->end_header + 1; in opj_t2_encode_packets()
337 … info_PK->start_pos = ((l_cp->m_specific_param.m_enc.m_tp_on | l_tcp->POC) && in opj_t2_encode_packets()
338 … info_PK->start_pos) ? info_PK->start_pos : info_TL->packet[cstr_info->packno - in opj_t2_encode_packets()
341 info_PK->end_pos = info_PK->start_pos + l_nb_bytes - 1; in opj_t2_encode_packets()
342 info_PK->end_ph_pos += info_PK->start_pos - in opj_t2_encode_packets()
526 opj_packet_info_t *info_PK = &info_TL->packet[p_cstr_info->packno]; in opj_t2_decode_packets() local
529 info_PK->start_pos = info_TL->end_header + 1; in opj_t2_decode_packets()
537 info_PK->start_pos = p_cstr_info->tile[p_tile_no].tp[curtp].tp_end_header + 1; in opj_t2_decode_packets()
539 info_PK->start_pos = (l_cp->m_specific_param.m_enc.m_tp_on && in opj_t2_decode_packets()
540 … info_PK->start_pos) ? info_PK->start_pos : info_TL->packet[p_cstr_info->packno - in opj_t2_decode_packets()
543 info_PK->end_pos = info_PK->start_pos + l_nb_bytes_read - 1; in opj_t2_decode_packets()
544 info_PK->end_ph_pos += info_PK->start_pos - in opj_t2_decode_packets()
899 opj_packet_info_t *info_PK = &cstr_info->tile[tileno].packet[cstr_info->packno]; in opj_t2_encode_packet() local
900 info_PK->end_ph_pos = (OPJ_INT32)(c - dest); in opj_t2_encode_packet()
943 opj_packet_info_t *info_PK = &cstr_info->tile[tileno].packet[cstr_info->packno]; in opj_t2_encode_packet() local
944 info_PK->disto += layer->disto; in opj_t2_encode_packet()
945 if (cstr_info->D_max < info_PK->disto) { in opj_t2_encode_packet()
946 cstr_info->D_max = info_PK->disto; in opj_t2_encode_packet()