Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/platform/mediatek/jpeg/
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()
428 cfg->sampling_h[0], in mtk_jpeg_dec_set_config()
430 cfg->sampling_h[1], in mtk_jpeg_dec_set_config()
432 cfg->sampling_h[2]); in mtk_jpeg_dec_set_config()
A Dmtk_jpeg_dec_hw.h41 u32 sampling_h[MTK_JPEG_COMP_MAX]; member
A Dmtk_jpeg_dec_parse.c117 param->sampling_h[i] = byte & 0x0F; in mtk_jpeg_do_parse()

Completed in 4 milliseconds