Home
last modified time | relevance | path

Searched refs:num_anchor_refs_l1 (Results 1 – 9 of 9) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_sps.c310 subset_sps->num_anchor_refs_l1 = mpp_calloc(RK_S32, num_views); in sps_mvc_extension()
318 && subset_sps->num_anchor_refs_l1 && subset_sps->anchor_ref_l0 in sps_mvc_extension()
335 READ_UE(p_bitctx, &subset_sps->num_anchor_refs_l1[i]); in sps_mvc_extension()
336 if (subset_sps->num_anchor_refs_l1[i]) { in sps_mvc_extension()
337 subset_sps->anchor_ref_l1[i] = mpp_calloc(RK_S32, subset_sps->num_anchor_refs_l1[i]); in sps_mvc_extension()
339 for (j = 0; j < subset_sps->num_anchor_refs_l1[i]; j++) { in sps_mvc_extension()
503 if (subset_sps->num_anchor_refs_l1[i] > 0) { in recycle_subsps()
516 MPP_FREE(subset_sps->num_anchor_refs_l1); in recycle_subsps()
H A Dh264d_fill.c235 pp->num_anchor_refs_l1[i] = p_Vid->active_subsps->num_anchor_refs_l1[i]; in fill_picparams()
236 for (j = 0; j < pp->num_anchor_refs_l1[i]; j++) { in fill_picparams()
H A Dh264d_slice.c315 if (subset_sps->num_anchor_refs_l1[0] > 0) in check_sps_pps()
H A Dh264d_global.h581 RK_S32 *num_anchor_refs_l1; member
H A Dh264d_init.c968 …num_ref_views = list_idx ? p_Vid->active_subsps->num_anchor_refs_l1[iVOIdx] : p_Vid->active_subsps… in append_interview_list()
/rockchip-linux_mpp/mpp/common/
H A Dh264d_syntax.h400 RK_U8 num_anchor_refs_l1[16]; member
/rockchip-linux_mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_rkv_reg.c290 mpp_put_bits(&bp, pp->num_anchor_refs_l1[0], 1); in prepare_spspps()
291 if (pp->num_anchor_refs_l1[0]) { in prepare_spspps()
H A Dhal_h264d_vdpu34x.c391 mpp_put_bits(&bp, pp->num_anchor_refs_l1[0], 1); in prepare_spspps()
392 if (pp->num_anchor_refs_l1[0]) { in prepare_spspps()
H A Dhal_h264d_vdpu382.c397 mpp_put_bits(&bp, pp->num_anchor_refs_l1[0], 1); in prepare_spspps()
398 if (pp->num_anchor_refs_l1[0]) { in prepare_spspps()