Home
last modified time | relevance | path

Searched defs:sps (Results 1 – 25 of 28) sorted by relevance

12

/rockchip-linux_mpp/mpp/codec/dec/h264/
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() local
H A Dh264d_sps.c390 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()
578 MPP_RET activate_sps(H264dVideoCtx_t *p_Vid, H264_SPS_t *sps, H264_subSPS_t *subset_sps) in activate_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()
H A Dh264d_slice.c270 static MPP_RET check_sps_pps(H264_SPS_t *sps, H264_subSPS_t *subset_sps, in check_sps_pps()
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_slice.c210 H265eSps *sps = &p->sps; in h265e_slice_init() local
359 H265eSps *sps = slice->m_sps; in h265e_code_slice_header() local
559 H265eSps *sps = slice->m_sps; in code_skip_flag() local
586 H265eSps *sps = slice->m_sps; in code_split_flag() local
601 H265eSps *sps = slice->m_sps; in encode_cu() local
708 H265eSps *sps = slice->m_sps; in proc_ctu64() local
766 H265eSps *sps = slice->m_sps; in proc_ctu32() local
804 H265eSps *sps = &p->sps; in h265e_code_skip_tile() local
854 H265eSps *sps = &p->sps; in h265e_code_slice_skip_frame() local
H A Dh265e_header_gen.c444 static MPP_RET h265e_sps_write(H265eSps *sps, H265eStream *s) in h265e_sps_write()
559 static MPP_RET h265e_pps_write(H265ePps *pps, H265eSps *sps, H265eStream *s) in h265e_pps_write()
709 H265eSps *sps = &ctx->sps; in h265e_set_extra_info() local
H A Dh265e_ps.c180 MPP_RET h265e_set_sps(H265eCtx *ctx, H265eSps *sps, H265eVps *vps) in h265e_set_sps()
402 MPP_RET h265e_set_pps(H265eCtx *ctx, H265ePps *pps, H265eSps *sps) in h265e_set_pps()
H A Dh265e_syntax.c44 const H265eSps *sps = (H265eSps *)&h->sps; in fill_picture_parameters() local
H A Dh265e_codec.h69 H265eSps sps; member
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c139 const HEVCSPS *sps, RK_S32 is_slice_header) in mpp_hevc_decode_short_term_rps()
652 static RK_S32 compare_sps(HEVCSPS *openhevc_sps, HEVCSPS *sps) in compare_sps()
1179 static RK_S32 decode_vui(HEVCContext *s, HEVCSPS *sps) in decode_vui()
1339 static int scaling_list_data(HEVCContext *s, ScalingList *sl, HEVCSPS *sps) in scaling_list_data()
1424 HEVCSPS *sps; in mpp_hevc_decode_nal_sps() local
1929 HEVCSPS *sps = NULL; in mpp_hevc_decode_nal_pps() local
H A Dh265d_parser2_syntax.c58 const HEVCSPS *sps = (HEVCSPS *)h->sps_list[pps->sps_id]; in fill_picture_parameters() local
303 const HEVCSPS *sps = (HEVCSPS *)h->sps_list[pps->sps_id]; in fill_scaling_lists() local
H A Dh265d_sei.c89 HEVCSPS *sps; in decode_pic_timing() local
H A Dh265d_parser.c426 const HEVCSPS *sps = s->sps; in decode_lt_rps() local
488 static RK_S32 set_sps(HEVCContext *s, const HEVCSPS *sps) in set_sps()
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_sps.c61 MPP_RET h264e_sps_update(H264eSps *sps, MppEncCfgSet *cfg) in h264e_sps_update()
253 MPP_RET h264e_sps_to_packet(H264eSps *sps, MppPacket packet, RK_S32 *offset, in h264e_sps_to_packet()
462 MPP_RET h264e_sps_dump(H264eSps *sps) in h264e_sps_dump()
H A Dh264e_dpb.c122 MPP_RET h264e_dpb_setup(H264eDpb *dpb, MppEncCfgSet* cfg, H264eSps *sps) in h264e_dpb_setup()
H A Dh264e_api_v2.c56 H264eSps sps; member
H A Dh264e_slice.c43 H264eSps *sps, H264ePps *pps, H264eDpbFrm *frm) in h264e_slice_update()
/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_base.c37 Vp8eSps *sps = &ctx->sps; in set_frame_params() local
51 Vp8eSps *sps = &ctx->sps; in set_filter() local
292 static void set_filter_level_delta(Vp8ePutBitBuf *bitbuf, Vp8eSps *sps) in set_filter_level_delta()
339 Vp8eSps *sps = &ctx->sps; in set_frame_header() local
438 Vp8eSps *sps = &ctx->sps; in set_new_frame() local
986 Vp8eSps *sps = &ctx->sps; in set_parameter() local
/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu540c.c65 H264eSps *sps; member
545 static void setup_vepu540c_codec(HalVepu540cRegSet *regs, H264eSps *sps, in setup_vepu540c_codec()
757 static void setup_vepu540c_rdo_pred(HalVepu540cRegSet *regs, H264eSps *sps, in setup_vepu540c_rdo_pred()
888 H264eSps *sps = ctx->sps; in setup_vepu540c_rc_base() local
1245 static void setup_vepu540c_me(HalVepu540cRegSet *regs, H264eSps *sps, in setup_vepu540c_me()
1463 H264eSps *sps = ctx->sps; in hal_h264e_vepu540c_gen_regs() local
H A Dhal_h264e_vepu541.c61 H264eSps *sps; member
553 static void setup_vepu541_codec(Vepu541H264eRegSet *regs, H264eSps *sps, in setup_vepu541_codec()
769 static void setup_vepu541_rdo_pred(Vepu541H264eRegSet *regs, H264eSps *sps, in setup_vepu541_rdo_pred()
816 static void setup_vepu541_rc_base(Vepu541H264eRegSet *regs, H264eSps *sps, in setup_vepu541_rc_base()
1239 static void setup_vepu541_me(Vepu541H264eRegSet *regs, H264eSps *sps, in setup_vepu541_me()
1593 H264eSps *sps = ctx->sps; in hal_h264e_vepu541_gen_regs() local
H A Dhal_h264e_vepu580.c79 H264eSps *sps; member
891 static void setup_vepu580_codec(HalVepu580RegSet *regs, H264eSps *sps, in setup_vepu580_codec()
1104 static void setup_vepu580_rdo_pred(HalVepu580RegSet *regs, H264eSps *sps, in setup_vepu580_rdo_pred()
1249 H264eSps *sps = ctx->sps; in setup_vepu580_rc_base() local
1728 static void calc_cime_parameter(HalVepu580RegSet *regs, H264eSps *sps) in calc_cime_parameter()
1813 static void setup_vepu580_me(HalVepu580RegSet *regs, H264eSps *sps, in setup_vepu580_me()
2119 H264eSps *sps = ctx->sps; in hal_h264e_vepu580_gen_regs() local
H A Dhal_h264e_vepu510.c111 H264eSps *sps; member
912 static void setup_vepu510_codec(HalVepu510RegSet *regs, H264eSps *sps, in setup_vepu510_codec()
1127 static void setup_vepu510_rdo_pred(HalH264eVepu510Ctx *ctx, H264eSps *sps, in setup_vepu510_rdo_pred()
1159 H264eSps *sps = ctx->sps; in setup_vepu510_rc_base() local
2163 H264eSps *sps = ctx->sps; in hal_h264e_vepu510_gen_regs() local
H A Dhal_h264e_vepu511.c111 H264eSps *sps; member
883 H264eSps *sps = ctx->sps; in setup_vepu511_codec() local
1100 H264eSps *sps = ctx->sps; in setup_vepu511_rdo_pred() local
1154 H264eSps *sps = ctx->sps; in setup_vepu511_rc_base() local
/rockchip-linux_mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu1_v2.c63 H264eSps *sps; member
296 H264eSps *sps = ctx->sps; in hal_h264e_vepu1_gen_regs_v2() local
H A Dhal_h264e_vepu2_v2.c63 H264eSps *sps; member
346 H264eSps *sps = ctx->sps; in hal_h264e_vepu2_gen_regs_v2() local

12