Home
last modified time | relevance | path

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

/linux/drivers/media/platform/verisilicon/
H A Dhantro_jpeg.c173 static unsigned char jpeg_scale_qp(const unsigned char qp, int scale) in jpeg_scale_qp() function
197 file_q_tab[i] = jpeg_scale_qp(tab[v4l2_jpeg_zigzag_scan_index[i]], scale); in jpeg_scale_quant_table()
198 reordered_q_tab[i] = jpeg_scale_qp(tab[hw_reorder[i]], scale); in jpeg_scale_quant_table()