Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/jpeg/
H A Djpege_api_v2.c211 syntax->mcu_width = comp_info[0].h_sample_factor * DCT_SIZE; in init_jpeg_component_info()
213 syntax->mcu_hor_cnt = (syntax->width + syntax->mcu_width - 1) / syntax->mcu_width; in init_jpeg_component_info()
/rockchip-linux_mpp/mpp/common/
H A Djpege_syntax.h49 RK_U32 mcu_width; member
/rockchip-linux_mpp/mpp/hal/rkenc/jpege/
H A Dhal_jpege_vpu720.c466 encode_width = MPP_ALIGN(syntax->width, syntax->mcu_width); in hal_jpege_vpu720_gen_regs()