Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/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()
535 H265eSps *sps = slice->m_sps; in code_skip_flag()
562 H265eSps *sps = slice->m_sps; in code_split_flag()
577 H265eSps *sps = slice->m_sps; in encode_cu()
633 H265eSps *sps = slice->m_sps; in proc_cu16()
665 H265eSps *sps = slice->m_sps; in proc_cu32()
695 H265eSps *sps = slice->m_sps; in proc_ctu()
754 H265eSps *sps = &p->sps; in h265e_code_slice_skip_frame()
H A Dh265e_slice.h285 } H265eSps; typedef
296 H265eSps *m_sps;
384 H265eSps* m_sps;
H A Dh265e_codec.h69 H265eSps sps;
H A Dh265e_syntax.c29 const H265eSps *sps = (H265eSps *)&h->sps; in fill_picture_parameters()
H A Dh265e_header_gen.c429 static MPP_RET h265e_sps_write(H265eSps *sps, H265eStream *s) in h265e_sps_write()
545 static MPP_RET h265e_pps_write(H265ePps *pps, H265eSps *sps, H265eStream *s) in h265e_pps_write()
693 H265eSps *sps = &ctx->sps; in h265e_set_extra_info()
H A Dh265e_ps.c164 MPP_RET h265e_set_sps(H265eCtx *ctx, H265eSps *sps, H265eVps *vps) in h265e_set_sps()
375 MPP_RET h265e_set_pps(H265eCtx *ctx, H265ePps *pps, H265eSps *sps) in h265e_set_pps()