Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_scalist.h31 MPP_RET get_max_dec_frame_buf_size(H264_SPS_t *sps);
33 MPP_RET parse_sps_scalinglists(BitReadCtx_t *p_bitctx, H264_SPS_t *sps);
H A Dh264d_scalist.c66 static void set_sps_scanlist_matrix(H264_SPS_t *sps, H264dVideoCtx_t *p_Vid) in set_sps_scanlist_matrix()
109 static void set_pps_scanlist_matrix(H264_SPS_t *sps, H264_PPS_t *pps, H264dVideoCtx_t *p_Vid) in set_pps_scanlist_matrix()
210 MPP_RET get_max_dec_frame_buf_size(H264_SPS_t *sps) in get_max_dec_frame_buf_size()
303 MPP_RET parse_sps_scalinglists(BitReadCtx_t *p_bitctx, H264_SPS_t *sps) in parse_sps_scalinglists()
341 H264_SPS_t *sps = currSlice->p_Vid->active_sps; in prepare_init_scanlist()
H A Dh264d_sps.c32 static void reset_cur_sps_data(H264_SPS_t *cur_sps) in reset_cur_sps_data()
34 memset(cur_sps, 0, sizeof(H264_SPS_t)); in reset_cur_sps_data()
173 static MPP_RET parser_sps(BitReadCtx_t *p_bitctx, H264_SPS_t *cur_sps, H264_DecCtx_t *p_Dec) in parser_sps()
390 static void update_video_pars(H264dVideoCtx_t *p_Vid, H264_SPS_t *sps) in update_video_pars()
429 static RK_U32 video_pars_changed(H264dVideoCtx_t *p_Vid, H264_SPS_t *sps, RK_U8 layer_id) in video_pars_changed()
443 static void update_last_video_pars(H264dVideoCtx_t *p_Vid, H264_SPS_t *sps, RK_U8 layer_id) in update_last_video_pars()
464 H264_SPS_t *cur_sps = &p_Cur->sps; in process_sps()
474 currSlice->p_Vid->spsSet[cur_sps->seq_parameter_set_id] = mpp_calloc(H264_SPS_t, 1); in process_sps()
477 cur_sps, sizeof(H264_SPS_t)); in process_sps()
578 MPP_RET activate_sps(H264dVideoCtx_t *p_Vid, H264_SPS_t *sps, H264_subSPS_t *subset_sps) in activate_sps()
H A Dh264d_sps.h33 MPP_RET activate_sps(H264dVideoCtx_t *p_Vid, H264_SPS_t *sps, H264_subSPS_t *subset_sps);
H A Dh264d_pps.c35 static MPP_RET parse_pps_calingLists(BitReadCtx_t *p_bitctx, H264_SPS_t *sps, H264_PPS_t *pps) in parse_pps_calingLists()
65 static MPP_RET parser_pps(BitReadCtx_t *p_bitctx, H264_SPS_t *cur_sps, H264_PPS_t *cur_pps) in parser_pps()
H A Dh264d_slice.c270 static MPP_RET check_sps_pps(H264_SPS_t *sps, H264_subSPS_t *subset_sps, in check_sps_pps()
350 H264_SPS_t *cur_sps = NULL; in set_slice_user_parmeters()
H A Dh264d_global.h570 } H264_SPS_t; typedef
H A Dh264d_init.c40 H264_SPS_t *active_sps = p_Vid->active_sps; in decode_poc()
645 H264_SPS_t *active_sps = p_Vid->active_sps; in alloc_decpic()
750 H264_SPS_t *active_sps = p_Vid->active_sps; in update_pic_num()
H A Dh264d_dpb.c49 static RK_S32 getDpbSize(H264dVideoCtx_t *p_Vid, H264_SPS_t *active_sps) in getDpbSize()
1960 H264_SPS_t *active_sps = p_Vid->active_sps; in init_dpb()