Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/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.h65 RK_U8 nb_refs; member
70 RK_U32 nb_refs; member
104 RK_U32 nb_refs[2]; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c331 for (i = 0; i < s->sh.nb_refs[L0]; i++) { in pred_weight_table()
340 for (i = 0; i < s->sh.nb_refs[L0]; i++) { in pred_weight_table()
344 for (i = 0; i < s->sh.nb_refs[L0]; i++) in pred_weight_table()
348 for (i = 0; i < s->sh.nb_refs[L0]; i++) { in pred_weight_table()
374 for (i = 0; i < s->sh.nb_refs[L1]; i++) { in pred_weight_table()
382 for (i = 0; i < s->sh.nb_refs[L1]; i++) in pred_weight_table()
385 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()
430 rps->nb_refs = 0; in decode_lt_rps()
442 rps->nb_refs = nb_sh + nb_sps; in decode_lt_rps()
[all …]
H A Dh265d_refs.c256 list->list[list->nb_refs] = ref->poc; in add_candidate_ref()
257 list->ref[list->nb_refs] = ref; in add_candidate_ref()
258 list->nb_refs++; in add_candidate_ref()
280 rps[0].nb_refs = rps[1].nb_refs = 0; in mpp_hevc_frame_rps()
291 rps[i].nb_refs = 0; in mpp_hevc_frame_rps()
311 for (i = 0; long_rps && i < long_rps->nb_refs; i++) { in mpp_hevc_frame_rps()
381 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
378 RK_U32 nb_refs[2]; member
H A Dh265d_parser2_syntax.c198 for (j = 0; j < (RK_U32)h->rps[i].nb_refs; j++) { in fill_picture_parameters()
241 while (!frame && j < (RK_U32)rpl->nb_refs) \ in fill_picture_parameters()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dgraphite.h70 int nb_refs; member
198 #define PDR_NB_REFS(PDR) (PDR->nb_refs)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dgraphite.h70 int nb_refs; member
198 #define PDR_NB_REFS(PDR) (PDR->nb_refs)