Skip to content
Snippets Groups Projects
Commit b2e77e60 authored by Dominik Loidolt's avatar Dominik Loidolt
Browse files

bug fixing

parent 721a8263
No related branches found
No related tags found
1 merge request!11decompression/compression for non-imagette data
...@@ -270,7 +270,7 @@ size_t size_of_a_sample(enum cmp_data_type data_type); ...@@ -270,7 +270,7 @@ size_t size_of_a_sample(enum cmp_data_type data_type);
unsigned int cmp_cal_size_of_data(unsigned int samples, enum cmp_data_type data_type); unsigned int cmp_cal_size_of_data(unsigned int samples, enum cmp_data_type data_type);
int cmp_input_size_to_samples(unsigned int size, enum cmp_data_type data_type); int cmp_input_size_to_samples(unsigned int size, enum cmp_data_type data_type);
int cmp_input_big_to_cpu_endianness(void *data, u_int32_t data_size_byte, int cmp_input_big_to_cpu_endianness(void *data, uint32_t data_size_byte,
enum cmp_data_type data_type); enum cmp_data_type data_type);
#endif /* CMP_DATA_TYPE_H */ #endif /* CMP_DATA_TYPE_H */
...@@ -141,7 +141,7 @@ static int rdcu_cfg_gen_par_is_invalid(const struct cmp_cfg *cfg) ...@@ -141,7 +141,7 @@ static int rdcu_cfg_gen_par_is_invalid(const struct cmp_cfg *cfg)
* on error the data_type record is set to DATA_TYPE_UNKOWN * on error the data_type record is set to DATA_TYPE_UNKOWN
*/ */
struct cmp_cfg rdcu_cfg_create(enum cmp_ent_data_type data_type, enum cmp_mode cmp_mode, struct cmp_cfg rdcu_cfg_create(enum cmp_data_type data_type, enum cmp_mode cmp_mode,
uint32_t model_value, uint32_t lossy_par) uint32_t model_value, uint32_t lossy_par)
{ {
struct cmp_cfg cfg = {0}; struct cmp_cfg cfg = {0};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment