Home
last modified time | relevance | path

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

/drivers/media/platform/mtk-jpeg/
Dmtk_jpeg_dec_hw.c39 (param->sampling_h[0] << 16) | in mtk_jpeg_decide_format()
41 (param->sampling_h[1] << 8) | in mtk_jpeg_decide_format()
43 (param->sampling_h[2]); in mtk_jpeg_decide_format()
80 factor_h = 2 + param->sampling_h[0]; in mtk_jpeg_calc_mcu()
91 param->sampling_h[i]; in mtk_jpeg_calc_mcu()
160 ds_row_h[i] = (MTK_JPEG_DCTSIZE * param->sampling_h[i]); in mtk_jpeg_calc_dst_size()
394 config->sampling_h[0], in mtk_jpeg_dec_set_config()
396 config->sampling_h[1], in mtk_jpeg_dec_set_config()
398 config->sampling_h[2]); in mtk_jpeg_dec_set_config()
Dmtk_jpeg_dec_hw.h40 u32 sampling_h[MTK_JPEG_COMP_MAX]; member
Dmtk_jpeg_dec_parse.c117 param->sampling_h[i] = byte & 0x0F; in mtk_jpeg_do_parse()