Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_dec_hw.c63 (param->sampling_h[0] << 16) | in mtk_jpeg_decide_format()
65 (param->sampling_h[1] << 8) | in mtk_jpeg_decide_format()
67 (param->sampling_h[2]); in mtk_jpeg_decide_format()
104 factor_h = 2 + param->sampling_h[0]; in mtk_jpeg_calc_mcu()
115 param->sampling_h[i]; in mtk_jpeg_calc_mcu()
184 ds_row_h[i] = (MTK_JPEG_DCTSIZE * param->sampling_h[i]); in mtk_jpeg_calc_dst_size()
426 cfg->sampling_h[0], in mtk_jpeg_dec_set_config()
428 cfg->sampling_h[1], in mtk_jpeg_dec_set_config()
430 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()