Home
last modified time | relevance | path

Searched refs:H265eSps (Results 1 – 7 of 7) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_ps.h27 MPP_RET h265e_set_sps(H265eCtx *ctx, H265eSps *sps, H265eVps *vps);
28 MPP_RET h265e_set_pps(H265eCtx *ctx, H265ePps *pps, H265eSps *sps);
H A Dh265e_slice.c210 H265eSps *sps = &p->sps; in h265e_slice_init()
359 H265eSps *sps = slice->m_sps; in h265e_code_slice_header()
559 H265eSps *sps = slice->m_sps; in code_skip_flag()
586 H265eSps *sps = slice->m_sps; in code_split_flag()
601 H265eSps *sps = slice->m_sps; in encode_cu()
708 H265eSps *sps = slice->m_sps; in proc_ctu64()
766 H265eSps *sps = slice->m_sps; in proc_ctu32()
804 H265eSps *sps = &p->sps; in h265e_code_skip_tile()
854 H265eSps *sps = &p->sps; in h265e_code_slice_skip_frame()
H A Dh265e_slice.h304 } H265eSps; typedef
315 H265eSps *m_sps;
405 H265eSps* m_sps;
H A Dh265e_codec.h69 H265eSps sps;
H A Dh265e_syntax.c44 const H265eSps *sps = (H265eSps *)&h->sps; in fill_picture_parameters()
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_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()