Lines Matching refs:height
193 RK_U32 height = ctx->cfg->prep.height; in hal_jpege_vepu2_get_task() local
194 RK_U32 buf_size = width * height / 2; in hal_jpege_vepu2_get_task()
197 if (width * height <= 1280 * 720 && (height <= 720 || width <= 720)) in hal_jpege_vepu2_get_task()
251 RK_U32 mb_h = MPP_ALIGN(height, 16) / 16; in hal_jpege_vepu2_get_task()
346 cfg.height = syntax->height; in hal_jpege_vepu2_set_extra_info()
374 RK_U32 height = syntax->height; in hal_jpege_vepu2_gen_regs() local
377 RK_U32 ver_stride = MPP_ALIGN(height, 16); in hal_jpege_vepu2_gen_regs()
404 MPP_SWAP(RK_U32, width, height); in hal_jpege_vepu2_gen_regs()
414 syntax->width, syntax->height); in hal_jpege_vepu2_gen_regs()
418 y_fill = (ver_stride - height); in hal_jpege_vepu2_gen_regs()
658 cfg.height = syntax->height; in multi_core_start()
925 part_enc_h = syntax->height - mcu_y * 16; in hal_jpege_vepu2_part_start()