20#ifndef FREERDP_LIB_CODEC_RFX_QUANTIZATION_H
21#define FREERDP_LIB_CODEC_RFX_QUANTIZATION_H
23#include <freerdp/codec/rfx.h>
24#include <freerdp/api.h>
26static const size_t NR_QUANT_VALUES = 10;
29FREERDP_LOCAL BOOL rfx_quantization_decode(INT16* WINPR_RESTRICT buffer,
30 const UINT32* WINPR_RESTRICT quantization_values,
31 size_t nrQuantValues);
34FREERDP_LOCAL BOOL rfx_quantization_encode(INT16* WINPR_RESTRICT buffer,
35 const UINT32* WINPR_RESTRICT quantization_values,
36 size_t nrQuantValues);