Home
last modified time | relevance | path

Searched refs:mcu_hor_cnt (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/jpeg/
H A Djpege_api_v2.c213 syntax->mcu_hor_cnt = (syntax->width + syntax->mcu_width - 1) / syntax->mcu_width; in init_jpeg_component_info()
215 syntax->mcu_cnt = syntax->mcu_hor_cnt * syntax->mcu_ver_cnt; in init_jpeg_component_info()
258 RK_U32 mb_w = syntax->mcu_hor_cnt; in jpege_proc_hal()
282 syntax->restart_ri = syntax->mcu_hor_cnt * part_rows; in jpege_proc_hal()
/rockchip-linux_mpp/mpp/common/
H A Djpege_syntax.h46 RK_U32 mcu_hor_cnt; member
/rockchip-linux_mpp/mpp/hal/vpu/jpege/
H A Dhal_jpege_vepu2_v2.c640 regs[103] = syntax->mcu_hor_cnt << 8 | in multi_core_start()
666 (syntax->mcu_hor_cnt) << 20 | in multi_core_start()
903 RK_U32 mcu_w = syntax->mcu_hor_cnt; in hal_jpege_vepu2_part_start()
H A Dhal_jpege_vepu1_v2.c470 RK_U32 mcu_w = syntax->mcu_hor_cnt; in hal_jpege_vepu1_part_start()