Searched refs:anchor_ref_l0 (Results 1 – 9 of 9) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/dec/h264/ |
| H A D | h264d_sps.c | 311 subset_sps->anchor_ref_l0 = 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() 329 subset_sps->anchor_ref_l0[i] = mpp_calloc(RK_S32, subset_sps->num_anchor_refs_l0[i]); in sps_mvc_extension() 330 MEM_CHECK(ret, subset_sps->anchor_ref_l0[i]); in sps_mvc_extension() 332 READ_UE(p_bitctx, &subset_sps->anchor_ref_l0[i][j]); in sps_mvc_extension() 501 MPP_FREE(subset_sps->anchor_ref_l0[i]); in recycle_subsps() 517 MPP_FREE(subset_sps->anchor_ref_l0); in recycle_subsps()
|
| H A D | h264d_fill.c | 233 pp->anchor_ref_l0[i][j] = p_Vid->active_subsps->anchor_ref_l0[i][j]; in fill_picparams()
|
| H A D | h264d_slice.c | 314 ret |= (subset_sps->anchor_ref_l0[0][0] != subset_sps->view_id[0]); in check_sps_pps()
|
| H A D | h264d_global.h | 580 RK_S32 **anchor_ref_l0; member
|
| H A D | h264d_init.c | 969 …st_idx ? p_Vid->active_subsps->anchor_ref_l1[iVOIdx] : p_Vid->active_subsps->anchor_ref_l0[iVOIdx]; in append_interview_list()
|
| /rockchip-linux_mpp/mpp/common/ |
| H A D | h264d_syntax.h | 399 RK_U16 anchor_ref_l0[16][16]; member
|
| /rockchip-linux_mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_rkv_reg.c | 286 mpp_put_bits(&bp, pp->anchor_ref_l0[0][0], 10); in prepare_spspps()
|
| H A D | hal_h264d_vdpu34x.c | 387 mpp_put_bits(&bp, pp->anchor_ref_l0[0][0], 10); in prepare_spspps()
|
| H A D | hal_h264d_vdpu382.c | 393 mpp_put_bits(&bp, pp->anchor_ref_l0[0][0], 10); in prepare_spspps()
|