Lines Matching refs:h
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() argument
194 RK_S32 mb_h = MPP_ALIGN(h, 64) / 64; in vepu54x_h265_set_roi()
227 RK_S32 mb_h = MPP_ALIGN(ctx->h, 16) / 16; in gen_vepu54x_roi()
247 if (ctx->w <= 0 || ctx->h <= 0) { in gen_vepu54x_roi()
248 mpp_err_f("invalid size [%d:%d]\n", ctx->w, ctx->h); in gen_vepu54x_roi()
255 if (region->x + region->w > ctx->w || region->y + region->h > ctx->h) in gen_vepu54x_roi()
268 region->x, region->y, region->w, region->h, ctx->w, ctx->h); in gen_vepu54x_roi()
281 RK_S32 roi_height = (region->h + 15) / 16; in gen_vepu54x_roi()
320 roi_height = (region->h + 64) / 64; in gen_vepu54x_roi()
464 RK_S32 mb_h = MPP_ALIGN(ctx->h, 16) / 16; in gen_vepu580_roi_h264()
536 RK_S32 ctu_h = MPP_ALIGN(ctx->h, 64) / 64; in gen_vepu580_roi_h265()
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() argument
666 impl->h = h; in mpp_enc_roi_init()
675 RK_S32 mb_h = MPP_ALIGN(impl->h, 16) / 16; in mpp_enc_roi_init()
711 RK_U32 ctu_h = MPP_ALIGN(h, 64) / 64; in mpp_enc_roi_init()
721 RK_U32 mb_h = MPP_ALIGN(h, 64) / 16; in mpp_enc_roi_init()
759 RK_S32 mb_h = MPP_ALIGN(impl->h, 16) / 16; in mpp_enc_roi_init()
857 vepu54x_h265_set_roi(impl->dst_base, impl->tmp, impl->w, impl->h); in mpp_enc_roi_setup_meta()
894 region[i].h = regions[i].h; in mpp_enc_roi_setup_meta()