Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 /*
0003  * Copyright © 2021 Intel Corporation
0004  */
0005 
0006 #ifndef _INTEL_QP_TABLES_H_
0007 #define _INTEL_QP_TABLES_H_
0008 
0009 #include <linux/types.h>
0010 
0011 u8 intel_lookup_range_min_qp(int bpc, int buf_i, int bpp_i);
0012 u8 intel_lookup_range_max_qp(int bpc, int buf_i, int bpp_i);
0013 
0014 #endif