Lines Matching refs:p_cstr_info
524 if (p_cstr_info) { in opj_t2_decode_packets()
525 opj_tile_info_v2_t *info_TL = &p_cstr_info->tile[p_tile_no]; in opj_t2_decode_packets()
526 opj_packet_info_t *info_PK = &info_TL->packet[p_cstr_info->packno]; in opj_t2_decode_packets()
528 if (!p_cstr_info->packno) { in opj_t2_decode_packets()
530 } else if (info_TL->packet[p_cstr_info->packno - 1].end_pos >= in opj_t2_decode_packets()
532 p_cstr_info->tile[p_tile_no].tp[curtp].tp_end_pos) { /* New tile part */ in opj_t2_decode_packets()
533 info_TL->tp[curtp].tp_numpacks = p_cstr_info->packno - in opj_t2_decode_packets()
535 tp_start_packno = p_cstr_info->packno; 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()
540 … info_PK->start_pos) ? info_PK->start_pos : info_TL->packet[p_cstr_info->packno - in opj_t2_decode_packets()
546 ++p_cstr_info->packno; in opj_t2_decode_packets()
558 (p_cstr_info) { in opj_t2_decode_packets()
559 p_cstr_info->tile[p_tile_no].tp[curtp].tp_numpacks = p_cstr_info->packno - in opj_t2_decode_packets()