Home
last modified time | relevance | path

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

/linux/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_dec_hw.c65 (param->sampling_h[0] << 16) | in mtk_jpeg_decide_format()
67 (param->sampling_h[1] << 8) | in mtk_jpeg_decide_format()
69 (param->sampling_h[2]); in mtk_jpeg_decide_format()
106 factor_h = 2 + param->sampling_h[0]; in mtk_jpeg_calc_mcu()
117 param->sampling_h[i]; in mtk_jpeg_calc_mcu()
186 ds_row_h[i] = (MTK_JPEG_DCTSIZE * param->sampling_h[i]); in mtk_jpeg_calc_dst_size()
461 cfg->sampling_h[0], in mtk_jpeg_dec_set_config()
463 cfg->sampling_h[1], in mtk_jpeg_dec_set_config()
465 cfg->sampling_h[2]); in mtk_jpeg_dec_set_config()
H A Dmtk_jpeg_dec_hw.h41 u32 sampling_h[MTK_JPEG_COMP_MAX]; member
H A Dmtk_jpeg_dec_parse.c112 param->sampling_h[i] = byte & 0x0F; in mtk_jpeg_do_parse()