Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_sps.c312 subset_sps->anchor_ref_l1 = mpp_calloc(RK_S32*, num_views); in sps_mvc_extension()
319 && subset_sps->anchor_ref_l1 && subset_sps->num_non_anchor_refs_l0 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()
338 MEM_CHECK(ret, subset_sps->anchor_ref_l1[i]); in sps_mvc_extension()
340 READ_UE(p_bitctx, &subset_sps->anchor_ref_l1[i][j]); in sps_mvc_extension()
504 MPP_FREE(subset_sps->anchor_ref_l1[i]); in recycle_subsps()
518 MPP_FREE(subset_sps->anchor_ref_l1); in recycle_subsps()
H A Dh264d_fill.c237 pp->anchor_ref_l1[i][j] = p_Vid->active_subsps->anchor_ref_l1[i][j]; in fill_picparams()
H A Dh264d_slice.c316 ret |= (subset_sps->anchor_ref_l1[0][0] != subset_sps->view_id[1]); in check_sps_pps()
H A Dh264d_global.h582 RK_S32 **anchor_ref_l1; member
H A Dh264d_init.c969 …ref_view_id = list_idx ? p_Vid->active_subsps->anchor_ref_l1[iVOIdx] : p_Vid->active_subsps->ancho… in append_interview_list()
/rockchip-linux_mpp/mpp/common/
H A Dh264d_syntax.h401 RK_U16 anchor_ref_l1[16][16]; member
/rockchip-linux_mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_rkv_reg.c292 mpp_put_bits(&bp, pp->anchor_ref_l1[0][0], 10); in prepare_spspps()
H A Dhal_h264d_vdpu34x.c393 mpp_put_bits(&bp, pp->anchor_ref_l1[0][0], 10); in prepare_spspps()
H A Dhal_h264d_vdpu382.c399 mpp_put_bits(&bp, pp->anchor_ref_l1[0][0], 10); in prepare_spspps()