Home
last modified time | relevance | path

Searched refs:mcu_height (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/jpeg/
H A Djpege_api_v2.c212 syntax->mcu_height = comp_info[0].v_sample_factor * DCT_SIZE; in init_jpeg_component_info()
214 syntax->mcu_ver_cnt = (syntax->height + syntax->mcu_height - 1) / syntax->mcu_height; in init_jpeg_component_info()
/rockchip-linux_mpp/mpp/common/
H A Djpege_syntax.h50 RK_U32 mcu_height; member
/rockchip-linux_mpp/mpp/hal/rkenc/jpege/
H A Dhal_jpege_vpu720.c467 encode_height = MPP_ALIGN(syntax->height, syntax->mcu_height); in hal_jpege_vpu720_gen_regs()