Lines Matching refs:poc

445     if (nb_sh + nb_sps > MPP_ARRAY_ELEMS(rps->poc))  in decode_lt_rps()
459 rps->poc[i] = sps->lt_ref_pic_poc_lsb_sps[lt_idx_sps]; in decode_lt_rps()
462 READ_BITS(gb, sps->log2_max_poc_lsb, &rps->poc[i]); in decode_lt_rps()
475 rps->poc[i] += s->poc - delta * max_poc_lsb - s->sh.pic_order_cnt_lsb; in decode_lt_rps()
831 int poc; in hls_slice_header() local
834 poc = mpp_hevc_compute_poc(s, sh->pic_order_cnt_lsb); in hls_slice_header()
835 if (!sh->first_slice_in_pic_flag && poc != s->poc) { in hls_slice_header()
836 mpp_log("Ignoring POC change between slices: %d -> %d\n", s->poc, poc); in hls_slice_header()
841 poc = s->poc; in hls_slice_header()
843 s->poc = poc; in hls_slice_header()
891 s->poc = 0; in hls_slice_header()
903 s->pocTid0 = s->poc; in hls_slice_header()
1196 if (frame->poc < min_poc) { in mpp_hevc_output_frame()
1197 min_poc = frame->poc; in mpp_hevc_output_frame()
1224 … "Output frame with POC %d frame->slot_index = %d\n", frame->poc, frame->slot_index); in mpp_hevc_output_frame()
1232 if (frame_next_ready->poc == frame->poc + 1) { in mpp_hevc_output_frame()
1241 frame_next_ready->poc, frame_next_ready->slot_index); in mpp_hevc_output_frame()
1282 ret = mpp_hevc_set_new_ref(s, &s->frame, s->poc); in hevc_frame_start()
1288 s->poc < s->recovery.recovery_pic_id && s->poc >= s->recovery.first_frm_id) { in hevc_frame_start()
1295 … if (s->recovery.valid_flag && s->recovery.first_frm_valid && s->recovery.first_frm_id == s->poc) { in hevc_frame_start()
1315 if (frame->poc == s->poc ) { in hevc_frame_start()
1455 s->recovery.first_frm_id = s->poc; in parser_nal_unit()
1460 if (s->recovery.recovery_pic_id < s->poc) in parser_nal_unit()
1468 s->recovery.first_frm_id == s->poc)) { in parser_nal_unit()
1469 s->max_ra = s->poc; in parser_nal_unit()
1477 s->poc <= s->max_ra) { in parser_nal_unit()
1481 …(s->poc < s->max_ra) && !IS_IRAP(s)) { //when seek to I slice skip the stream small then I slic poc in parser_nal_unit()
1485 if (s->nal_unit_type == NAL_RASL_R && s->poc > s->max_ra) in parser_nal_unit()
2067 h265d_dbg(H265D_DBG_GLOBAL, "decode poc = %d", s->poc); in h265d_parse()
2084 h265d_dbg(H265D_DBG_GLOBAL, "Decoded frame with POC %d.\n", s->poc); in h265d_parse()
2172 s->DPB[i].poc = INT_MAX; in hevc_init_context()