brintos

brintos / linux-shallow public Read only

0
0
Text · 321 B · a9ff9ca Raw
15 lines · c
1/* SPDX-License-Identifier: MIT */2/*3 * Copyright © 2021 Intel Corporation4 */5 6#ifndef _INTEL_QP_TABLES_H_7#define _INTEL_QP_TABLES_H_8 9#include <linux/types.h>10 11u8 intel_lookup_range_min_qp(int bpc, int buf_i, int bpp_i, bool is_420);12u8 intel_lookup_range_max_qp(int bpc, int buf_i, int bpp_i, bool is_420);13 14#endif15