Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cmp_tool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dominik Loidolt
cmp_tool
Commits
b2e77e60
Commit
b2e77e60
authored
3 years ago
by
Dominik Loidolt
Browse files
Options
Downloads
Patches
Plain Diff
bug fixing
parent
721a8263
No related branches found
No related tags found
1 merge request
!11
decompression/compression for non-imagette data
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/cmp_data_types.h
+1
-1
1 addition, 1 deletion
include/cmp_data_types.h
lib/cmp_rdcu.c
+1
-1
1 addition, 1 deletion
lib/cmp_rdcu.c
with
2 additions
and
2 deletions
include/cmp_data_types.h
+
1
−
1
View file @
b2e77e60
...
...
@@ -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
);
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
);
#endif
/* CMP_DATA_TYPE_H */
This diff is collapsed.
Click to expand it.
lib/cmp_rdcu.c
+
1
−
1
View file @
b2e77e60
...
...
@@ -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
*/
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
)
{
struct
cmp_cfg
cfg
=
{
0
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment