| /rockchip-linux_mpp/mpp/codec/enc/h265/ |
| 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() local
|
| /rockchip-linux_mpp/mpp/codec/dec/h265/ |
| H A D | h265d_parser2_syntax.c | 53 static void fill_picture_parameters(const HEVCContext *h, in fill_picture_parameters() 299 static void fill_scaling_lists(const HEVCContext *h, DXVA_Qmatrix_HEVC *qm) in fill_scaling_lists() 350 const HEVCContext *h = (const HEVCContext *)h265dctx->priv_data; in h265d_parser2_syntax() local 366 const HEVCContext *h = (const HEVCContext *)h265dctx->priv_data; in h265d_syntax_fill_slice() local
|
| /rockchip-linux_mpp/osal/inc/ |
| H A D | mpp_hash.h | 50 static inline void INIT_HLIST_NODE(struct hlist_node *h) in INIT_HLIST_NODE() 56 static inline int hlist_unhashed(const struct hlist_node *h) in hlist_unhashed() 61 static inline int hlist_empty(const struct hlist_head *h) in hlist_empty() 91 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head() 124 static inline int hlist_fake(struct hlist_node *h) in hlist_fake() 130 hlist_is_singular_node(struct hlist_node *n, struct hlist_head *h) in hlist_is_singular_node()
|
| H A D | mpp_common.h | 25 #define MPP_CLIP3(l, h, v) ((v) < (l) ? (l) : ((v) > (h) ? (h) : (v))) argument 36 #define MPP_GENMASK(h, l) (((1ULL << ((h) + 1)) - 1) & ~((1ULL << (l)) - 1)) argument
|
| /rockchip-linux_mpp/mpp/vproc/iep2/test/ |
| H A D | iep2_test.c | 36 RK_S32 h; member 161 static inline size_t get_frm_size(RK_S32 fmt, int w, int h) in get_frm_size() 174 static void iep2_test_set_img(iep_com_ctx *ctx, int w, int h, in iep2_test_set_img()
|
| /rockchip-linux_mpp/mpp/hal/rkenc/common/ |
| H A D | vepu510_common.c | 14 RK_S32 w, RK_S32 h) in vepu510_set_roi()
|
| H A D | vepu541_common.c | 27 RK_S32 vepu541_get_roi_buf_size(RK_S32 w, RK_S32 h) in vepu541_get_roi_buf_size() 37 MPP_RET vepu541_set_one_roi(void *buf, MppEncROIRegion *region, RK_S32 w, RK_S32 h) in vepu541_set_one_roi() 91 MPP_RET vepu541_set_roi(void *buf, MppEncROICfg *roi, RK_S32 w, RK_S32 h) in vepu541_set_roi()
|
| H A D | vepu511_common.c | 102 MPP_RET vepu511_set_roi(Vepu511RoiCfg *roi_reg_base, MppEncROICfg * roi, RK_S32 w, RK_S32 h) in vepu511_set_roi()
|
| H A D | vepu540c_common.c | 33 RK_S32 w, RK_S32 h) in vepu540c_set_roi()
|
| /rockchip-linux_mpp/mpp/vproc/vdpp/test/ |
| H A D | vdpp_test.c | 150 static inline size_t get_src_frm_size(RK_S32 fmt, RK_U32 w, RK_U32 h) in get_src_frm_size() 194 static inline size_t get_dst_frm_size(RK_S32 fmt, RK_U32 w, RK_U32 h) in get_dst_frm_size() 207 static void vdpp_test_set_img(vdpp_com_ctx *ctx, RK_U32 w, RK_U32 h, in vdpp_test_set_img()
|
| /rockchip-linux_mpp/utils/ |
| H A D | mpp_enc_roi_utils.h | 28 RK_U16 h; /**< height of ROI rectangle */ member
|
| H A D | mpp_enc_roi_utils.c | 128 RK_S32 h; member 189 static MPP_RET vepu54x_h265_set_roi(void *dst_buf, void *src_buf, RK_S32 w, RK_S32 h) in vepu54x_h265_set_roi() 634 MPP_RET mpp_enc_roi_init(MppEncRoiCtx *ctx, RK_U32 w, RK_U32 h, MppCodingType type, RK_S32 count) in mpp_enc_roi_init()
|
| /rockchip-linux_mpp/mpp/vproc/iep2/ |
| H A D | iep2_roi.h | 28 int h; member
|
| /rockchip-linux_mpp/mpp/codec/dec/av1/ |
| H A D | av1d_parser2_syntax.c | 17 AV1Context *h = ctx->priv_data; in av1d_fill_picparams() local
|
| /rockchip-linux_mpp/mpp/vproc/iep/test/ |
| H A D | iep_test.c | 179 static RK_S32 get_image_size(RK_S32 w, RK_S32 h, RK_S32 fmt) in get_image_size() 210 static void config_iep_img(IepImg *img, RK_S32 w, RK_S32 h, RK_S32 fmt, RK_U32 base) in config_iep_img()
|
| /rockchip-linux_mpp/mpp/hal/vpu/vp8d/ |
| H A D | hal_vp8d_vdpu1.c | 28 #define CLIP3(l, h, v) ((v) < (l) ? (l) : ((v) > (h) ? (h) : (v))) argument
|
| H A D | hal_vp8d_vdpu2.c | 28 #define CLIP3(l, h, v) ((v) < (l) ? (l) : ((v) > (h) ? (h) : (v))) argument
|
| /rockchip-linux_mpp/mpp/hal/rkdec/vp9d/ |
| H A D | hal_vp9d_vdpu34x.c | 632 RK_U32 h = MPP_ALIGN(mpp_frame_get_height(mframe), 64); in hal_vp9d_vdpu34x_gen_regs() local 687 RK_U32 h = MPP_ALIGN(mpp_frame_get_height(frame), 64); in hal_vp9d_vdpu34x_gen_regs() local
|
| H A D | hal_vp9d_vdpu382.c | 642 RK_U32 h = MPP_ALIGN(mpp_frame_get_height(mframe), 64); in hal_vp9d_vdpu382_gen_regs() local 697 RK_U32 h = MPP_ALIGN(mpp_frame_get_height(frame), 64); in hal_vp9d_vdpu382_gen_regs() local
|
| /rockchip-linux_mpp/mpp/codec/dec/vp9/ |
| H A D | vp9d_parser.c | 453 static RK_S32 update_size(Vp9CodecContext *ctx, RK_S32 w, RK_S32 h, RK_S32 fmt) in update_size() 635 RK_U32 w, h; in decode_parser_header() local
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h265e/ |
| H A D | hal_h265e_vepu541.c | 791 MPP_RET vepu541_h265_set_roi(void *dst_buf, void *src_buf, RK_S32 w, RK_S32 h) in vepu541_h265_set_roi() 823 RK_U32 h = ctx->cfg->prep.height; in setup_vepu541_intra_refresh() local 930 RK_U32 h = ctx->cfg->prep.height; in vepu541_h265_set_roi_regs() local
|
| H A D | hal_h265e_vepu580_tune.c | 635 RK_S32 h = ctx->cfg->prep.height; in vepu580_setup_qpmap_buf() local
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h264e/ |
| H A D | hal_h264e_vepu541.c | 982 RK_U32 h = ctx->sps->pic_height_in_mbs * 16; in setup_vepu541_intra_refresh() local 1088 RK_U32 h = ctx->sps->pic_height_in_mbs * 16; in setup_vepu541_roi() local
|
| /rockchip-linux_mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_vdpu2.c | 941 RK_U32 h = p_regs->sw110.pic_mb_h * 16; in vdpu2_h264d_start() local
|
| /rockchip-linux_mpp/mpp/hal/vpu/h264e/ |
| H A D | hal_h264e_vepu_v2.c | 225 MPP_RET h264e_vepu_buf_set_frame_size(HalH264eVepuBufs *bufs, RK_S32 w, RK_S32 h) in h264e_vepu_buf_set_frame_size()
|