Home
last modified time | relevance | path

Searched refs:nb_refs (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.c273 while ((RK_U32)rpl_tmp.nb_refs < sh->nb_refs[list_idx]) { in hal_h265d_slice_rpl()
276 RK_U32 nb_refs = 0; in hal_h265d_slice_rpl() local
279 nb_refs = bef_nb_refs; in hal_h265d_slice_rpl()
282 nb_refs = aft_nb_refs; in hal_h265d_slice_rpl()
285 nb_refs = lt_cur_nb_refs; in hal_h265d_slice_rpl()
287 for (j = 0; j < nb_refs && rpl_tmp.nb_refs < MAX_REFS; j++) { in hal_h265d_slice_rpl()
288 rpl_tmp.dpb_index[rpl_tmp.nb_refs] = rps[j]; in hal_h265d_slice_rpl()
289 rpl_tmp.nb_refs++; in hal_h265d_slice_rpl()
296 for (i = 0; i < sh->nb_refs[list_idx]; i++) { in hal_h265d_slice_rpl()
299 rpl->nb_refs++; in hal_h265d_slice_rpl()
[all …]
H A Dhal_h265d_com.h66 RK_U8 nb_refs; member
71 RK_U32 nb_refs; member
105 RK_U32 nb_refs[2]; member
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c337 for (i = 0; i < s->sh.nb_refs[L0]; i++) { in pred_weight_table()
346 for (i = 0; i < s->sh.nb_refs[L0]; i++) { in pred_weight_table()
350 for (i = 0; i < s->sh.nb_refs[L0]; i++) in pred_weight_table()
354 for (i = 0; i < s->sh.nb_refs[L0]; i++) { in pred_weight_table()
380 for (i = 0; i < s->sh.nb_refs[L1]; i++) { in pred_weight_table()
388 for (i = 0; i < s->sh.nb_refs[L1]; i++) in pred_weight_table()
391 for (i = 0; i < s->sh.nb_refs[L1]; i++) in pred_weight_table()
394 for (i = 0; i < s->sh.nb_refs[L1]; i++) { in pred_weight_table()
436 rps->nb_refs = 0; in decode_lt_rps()
448 rps->nb_refs = nb_sh + nb_sps; in decode_lt_rps()
[all …]
H A Dh265d_refs.c267 list->list[list->nb_refs] = ref->poc; in add_candidate_ref()
268 list->ref[list->nb_refs] = ref; in add_candidate_ref()
269 list->nb_refs++; in add_candidate_ref()
291 rps[0].nb_refs = rps[1].nb_refs = 0; in mpp_hevc_frame_rps()
302 rps[i].nb_refs = 0; in mpp_hevc_frame_rps()
322 for (i = 0; long_rps && i < long_rps->nb_refs; i++) { in mpp_hevc_frame_rps()
392 for (i = 0; i < long_rps->nb_refs; i++) in mpp_hevc_frame_nb_refs()
H A Dh265d_parser.h73 RK_U8 nb_refs; member
80 RK_S32 nb_refs; member
408 RK_U32 nb_refs[2]; member
H A Dh265d_parser2_syntax.c211 for (j = 0; j < (RK_U32)h->rps[i].nb_refs; j++) { in fill_picture_parameters()
254 while (!frame && j < (RK_U32)rpl->nb_refs) \ in fill_picture_parameters()