Searched refs:num_anchor_refs_l0 (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/ |
| H A D | h264d_sps.c | 298 subset_sps->num_anchor_refs_l0 = mpp_calloc(RK_S32, num_views); in sps_mvc_extension() 306 MEM_CHECK(ret, subset_sps->view_id && subset_sps->num_anchor_refs_l0 in sps_mvc_extension() 316 READ_UE(p_bitctx, &subset_sps->num_anchor_refs_l0[i]); in sps_mvc_extension() 317 if (subset_sps->num_anchor_refs_l0[i]) { in sps_mvc_extension() 318 subset_sps->anchor_ref_l0[i] = mpp_calloc(RK_S32, subset_sps->num_anchor_refs_l0[i]); in sps_mvc_extension() 320 for (j = 0; j < subset_sps->num_anchor_refs_l0[i]; j++) { in sps_mvc_extension() 489 if (subset_sps->num_anchor_refs_l0[i] > 0) { in recycle_subsps() 504 MPP_FREE(subset_sps->num_anchor_refs_l0); in recycle_subsps()
|
| H A D | h264d_fill.c | 231 pp->num_anchor_refs_l0[i] = p_Vid->active_subsps->num_anchor_refs_l0[i]; in fill_picparams() 232 for (j = 0; j < pp->num_anchor_refs_l0[i]; j++) { in fill_picparams()
|
| H A D | h264d_slice.c | 301 if (subset_sps->num_anchor_refs_l0[0] > 0) in check_sps_pps()
|
| H A D | h264d_global.h | 579 RK_S32 *num_anchor_refs_l0; member
|
| H A D | h264d_init.c | 953 …_Vid->active_subsps->num_anchor_refs_l1[iVOIdx] : p_Vid->active_subsps->num_anchor_refs_l0[iVOIdx]; in append_interview_list()
|
| /OK3568_Linux_fs/external/mpp/mpp/common/ |
| H A D | h264d_syntax.h | 398 RK_U8 num_anchor_refs_l0[16]; member
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_rkv_reg.c | 285 mpp_put_bits(&bp, pp->num_anchor_refs_l0[0], 1); in prepare_spspps() 286 if (pp->num_anchor_refs_l0[0]) { in prepare_spspps()
|
| H A D | hal_h264d_vdpu34x.c | 384 mpp_put_bits(&bp, pp->num_anchor_refs_l0[0], 1); in prepare_spspps() 385 if (pp->num_anchor_refs_l0[0]) { in prepare_spspps()
|
| H A D | hal_h264d_vdpu382.c | 390 mpp_put_bits(&bp, pp->num_anchor_refs_l0[0], 1); in prepare_spspps() 391 if (pp->num_anchor_refs_l0[0]) { in prepare_spspps()
|