1 /* SPDX-License-Identifier: Apache-2.0 */ 2 /* 3 * Copyright (c) 2025 Rockchip Electronics Co., Ltd. 4 */ 5 6 #ifndef __HAL_JPEGE_VEPU511_H__ 7 #define __HAL_JPEGE_VEPU511_H__ 8 9 #include "mpp_enc_hal.h" 10 11 extern const MppEncHalApi hal_jpege_vepu511; 12 #define MPP_MAX_JPEG_ROI_NUM 16 13 #define MPP_MAX_JPEG_ROI_LEVEL 63 14 15 #endif /* __HAL_JPEGE_VEPU511_H__ */ 16