NHS31xx SW API
compress.h
1 /*
2  * Copyright 2016-2017,2019 NXP
3  * This software is owned or controlled by NXP and may only be used strictly
4  * in accordance with the applicable license terms. By expressly accepting
5  * such terms or by downloading, installing, activating and/or otherwise using
6  * the software, you are agreeing that you have read, and that you agree to
7  * comply with and are bound by, such license terms. If you do not agree to
8  * be bound by the applicable license terms, then you may not retain, install,
9  * activate or otherwise use the software.
10  */
11 
12 #ifndef __COMPRESS_H_
13 #define __COMPRESS_H_
14 
53 #include "board.h"
54 #include "compress_dft.h"
55 
56 /* ------------------------------------------------------------------------- */
57 
69 int Compress_Encode(const uint8_t * input, int inputLength, uint8_t * output, int outputLength);
70 
83 int Compress_Decode(const uint8_t * input, int inputLength, uint8_t * output, int outputLength);
84 
86 #endif
int Compress_Decode(const uint8_t *input, int inputLength, uint8_t *output, int outputLength)
int Compress_Encode(const uint8_t *input, int inputLength, uint8_t *output, int outputLength)