Searched refs:H264_subSPS_t (Results 1 – 4 of 4) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/dec/h264/ |
| H A D | h264d_sps.h | 31 void recycle_subsps(H264_subSPS_t *subset_sps); 33 MPP_RET activate_sps(H264dVideoCtx_t *p_Vid, H264_SPS_t *sps, H264_subSPS_t *subset_sps);
|
| H A D | h264d_sps.c | 38 static void reset_cur_subpps_data(H264_subSPS_t *cur_subpps) in reset_cur_subpps_data() 40 memset(cur_subpps, 0, sizeof(H264_subSPS_t)); in reset_cur_subpps_data() 298 static MPP_RET sps_mvc_extension(BitReadCtx_t *p_bitctx, H264_subSPS_t *subset_sps) in sps_mvc_extension() 370 static MPP_RET parser_subsps_ext(BitReadCtx_t *p_bitctx, H264_subSPS_t *cur_subsps) in parser_subsps_ext() 494 void recycle_subsps(H264_subSPS_t *subset_sps) in recycle_subsps() 539 H264_subSPS_t *cur_subsps = NULL; in process_subsps() 540 H264_subSPS_t *p_subset = NULL; in process_subsps() 543 currSlice->p_Cur->subsps = mpp_calloc(H264_subSPS_t, 1); in process_subsps() 557 … currSlice->p_Vid->subspsSet[cur_subsps->sps.seq_parameter_set_id] = mpp_calloc(H264_subSPS_t, 1); in process_subsps() 562 memcpy(p_subset, cur_subsps, sizeof(H264_subSPS_t)); in process_subsps() [all …]
|
| H A D | h264d_slice.c | 270 static MPP_RET check_sps_pps(H264_SPS_t *sps, H264_subSPS_t *subset_sps, in check_sps_pps() 351 H264_subSPS_t *cur_subsps = NULL; in set_slice_user_parmeters()
|
| H A D | h264d_global.h | 600 } H264_subSPS_t; typedef
|