Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 34) sorted by relevance

12

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_syntax.c40 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 Dh265d_parser2_syntax.c53 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 Dmpp_hash.h50 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 Dmpp_common.h25 #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 Diep2_test.c36 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 Dvepu510_common.c14 RK_S32 w, RK_S32 h) in vepu510_set_roi()
H A Dvepu541_common.c27 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 Dvepu511_common.c102 MPP_RET vepu511_set_roi(Vepu511RoiCfg *roi_reg_base, MppEncROICfg * roi, RK_S32 w, RK_S32 h) in vepu511_set_roi()
H A Dvepu540c_common.c33 RK_S32 w, RK_S32 h) in vepu540c_set_roi()
/rockchip-linux_mpp/mpp/vproc/vdpp/test/
H A Dvdpp_test.c150 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 Dmpp_enc_roi_utils.h28 RK_U16 h; /**< height of ROI rectangle */ member
H A Dmpp_enc_roi_utils.c128 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 Diep2_roi.h28 int h; member
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_parser2_syntax.c17 AV1Context *h = ctx->priv_data; in av1d_fill_picparams() local
/rockchip-linux_mpp/mpp/vproc/iep/test/
H A Diep_test.c179 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 Dhal_vp8d_vdpu1.c28 #define CLIP3(l, h, v) ((v) < (l) ? (l) : ((v) > (h) ? (h) : (v))) argument
H A Dhal_vp8d_vdpu2.c28 #define CLIP3(l, h, v) ((v) < (l) ? (l) : ((v) > (h) ? (h) : (v))) argument
/rockchip-linux_mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_vdpu34x.c632 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 Dhal_vp9d_vdpu382.c642 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 Dvp9d_parser.c453 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 Dhal_h265e_vepu541.c791 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 Dhal_h265e_vepu580_tune.c635 RK_S32 h = ctx->cfg->prep.height; in vepu580_setup_qpmap_buf() local
/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541.c982 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 Dhal_h264d_vdpu2.c941 RK_U32 h = p_regs->sw110.pic_mb_h * 16; in vdpu2_h264d_start() local
/rockchip-linux_mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu_v2.c225 MPP_RET h264e_vepu_buf_set_frame_size(HalH264eVepuBufs *bufs, RK_S32 w, RK_S32 h) in h264e_vepu_buf_set_frame_size()

12