Searched refs:H265eCtx (Results 1 – 8 of 8) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/enc/h265/ |
| H A D | h265e_api.c | 42 H265eCtx *p = (H265eCtx *)ctx; in h265e_init() 189 H265eCtx *p = (H265eCtx *)ctx; in h265e_deinit() 210 H265eCtx *p = (H265eCtx *)ctx; in h265e_gen_hdr() 270 H265eCtx *p = (H265eCtx *)ctx; in h265e_start() 298 H265eCtx *p = (H265eCtx *)ctx; in h265e_proc_dpb() 316 H265eCtx *p = (H265eCtx *)ctx; in h265e_proc_hal() 361 H265eCtx *p = (H265eCtx *)ctx; in h265e_proc_enc_skip() 408 H265eCtx *p = (H265eCtx *)ctx; in h265e_proc_cfg() 451 sizeof(H265eCtx),
|
| H A D | h265e_ps.h | 27 MPP_RET h265e_set_sps(H265eCtx *ctx, H265eSps *sps, H265eVps *vps); 28 MPP_RET h265e_set_pps(H265eCtx *ctx, H265ePps *pps, H265eSps *sps); 29 MPP_RET h265e_set_vps(H265eCtx *ctx, H265eVps *vps);
|
| H A D | h265e_header_gen.h | 104 MPP_RET h265e_set_extra_info(H265eCtx *ctx); 105 MPP_RET h265e_get_extra_info(H265eCtx *ctx, MppPacket pkt_out);
|
| H A D | h265e_syntax.c | 40 static void fill_picture_parameters(const H265eCtx *h, in fill_picture_parameters() 146 static void fill_slice_parameters( const H265eCtx *h, in fill_slice_parameters() 206 RK_S32 fill_ref_parameters(const H265eCtx *h, H265eSlicParams *sp) in fill_ref_parameters() 371 H265eCtx *h = (H265eCtx *)ctx; in h265e_syntax_fill()
|
| H A D | h265e_codec.h | 79 } H265eCtx; typedef
|
| H A D | h265e_slice.c | 208 H265eCtx *p = (H265eCtx *)ctx; in h265e_slice_init() 803 H265eCtx *p = (H265eCtx *)ctx; in h265e_code_skip_tile() 853 H265eCtx *p = (H265eCtx *)ctx; in h265e_code_slice_skip_frame()
|
| H A D | h265e_ps.c | 114 MPP_RET h265e_set_vps(H265eCtx *ctx, H265eVps *vps) in h265e_set_vps() 180 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 D | h265e_header_gen.c | 706 MPP_RET h265e_set_extra_info(H265eCtx *ctx) in h265e_set_extra_info() 765 MPP_RET h265e_get_extra_info(H265eCtx *ctx, MppPacket pkt_out) in h265e_get_extra_info()
|