Home
last modified time | relevance | path

Searched refs:mcu_h (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpege/
H A Dhal_jpege_vepu1_v2.c130 ctx->mcu_h = syntax->mcu_h; in hal_jpege_vepu1_get_task()
492 RK_U32 mcu_h = syntax->mcu_h; in hal_jpege_vepu1_part_start() local
505 if (mcu_y + part_mcu_h < mcu_h) { in hal_jpege_vepu1_part_start()
H A Dhal_jpege_vepu2_v2.c183 ctx->mcu_h = syntax->mcu_h; in hal_jpege_vepu2_get_task()
685 (syntax->mcu_h - ctx_ext->part_rows[0] - mcu_y) * 16; in multi_core_start()
902 RK_U32 mcu_h = syntax->mcu_h; in hal_jpege_vepu2_part_start() local
915 if (mcu_y + part_mcu_h < mcu_h) { in hal_jpege_vepu2_part_start()
H A Dhal_jpege_base.h53 RK_U32 mcu_h; member
/OK3568_Linux_fs/kernel/drivers/media/platform/mtk-jpeg/
H A Dmtk_jpeg_dec_hw.c82 param->mcu_h = (param->pic_h + (1 << factor_h) - 1) >> factor_h; in mtk_jpeg_calc_mcu()
83 param->total_mcu = param->mcu_w * param->mcu_h; in mtk_jpeg_calc_mcu()
163 param->dec_h = ds_row_h[0] * param->mcu_h; in mtk_jpeg_calc_dst_size()
169 param->mcu_h; in mtk_jpeg_calc_dst_size()
H A Dmtk_jpeg_dec_hw.h34 u32 mcu_h; member
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Djpege_syntax.h29 RK_U32 mcu_h; member
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/jpeg/
H A Djpege_api_v2.c488 syntax->mcu_h = MPP_ALIGN(prep->height, 16) / 16; in jpege_proc_hal()