Home
last modified time | relevance | path

Searched refs:H264_PPS_t (Results 1 – 5 of 5) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_pps.c28 static void reset_curpps_data(H264_PPS_t *cur_pps) in reset_curpps_data()
30 memset(cur_pps, 0, sizeof(H264_PPS_t)); in reset_curpps_data()
35 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()
136 H264_PPS_t *cur_pps = &p_Cur->pps; in process_pps()
144 currSlice->p_Vid->ppsSet[cur_pps->pic_parameter_set_id] = mpp_calloc(H264_PPS_t, 1); in process_pps()
147 memcpy(currSlice->p_Vid->ppsSet[cur_pps->pic_parameter_set_id], cur_pps, sizeof(H264_PPS_t)); in process_pps()
162 MPP_RET activate_pps(H264dVideoCtx_t *p_Vid, H264_PPS_t *pps) in activate_pps()
H A Dh264d_pps.h31 MPP_RET activate_pps(H264dVideoCtx_t *p_Vid, H264_PPS_t *pps);
H A Dh264d_scalist.c109 static void set_pps_scanlist_matrix(H264_SPS_t *sps, H264_PPS_t *pps, H264dVideoCtx_t *p_Vid) in set_pps_scanlist_matrix()
342 H264_PPS_t *pps = currSlice->p_Vid->active_pps; in prepare_init_scanlist()
H A Dh264d_slice.c271 H264_PPS_t *pps, const MppDecHwCap *hw_info) in check_sps_pps()
349 H264_PPS_t *cur_pps = NULL; in set_slice_user_parmeters()
H A Dh264d_global.h653 } H264_PPS_t; typedef