20#ifndef FREERDP_LIB_CODEC_RFX_RLGR_H
21#define FREERDP_LIB_CODEC_RFX_RLGR_H
23#include <freerdp/codec/rfx.h>
24#include <freerdp/api.h>
26FREERDP_LOCAL
int rfx_rlgr_encode(RLGR_MODE mode,
const INT16* WINPR_RESTRICT data,
27 UINT32 data_size, BYTE* WINPR_RESTRICT buffer,
30FREERDP_LOCAL
int rfx_rlgr_decode(RLGR_MODE mode,
const BYTE* WINPR_RESTRICT pSrcData,
31 UINT32 SrcSize, INT16* WINPR_RESTRICT pDstData, UINT32 rDstSize);