Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
075ebdf7
Commit
075ebdf7
authored
Dec 01, 2011
by
Mashiat Sarker Shakkhar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move num_lms reading out of a loop
parent
29c2fcb6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wmalosslessdec.c
libavcodec/wmalosslessdec.c
+1
-1
No files found.
libavcodec/wmalosslessdec.c
View file @
075ebdf7
...
...
@@ -981,8 +981,8 @@ static void revert_cdlms(WmallDecodeCtx *s, int tile_size)
for
(
ich
=
0
;
ich
<
s
->
num_channels
;
ich
++
)
{
if
(
!
s
->
is_channel_coded
[
ich
])
continue
;
num_lms
=
s
->
cdlms_ttl
[
ich
];
for
(
icoef
=
0
;
icoef
<
tile_size
;
icoef
++
)
{
num_lms
=
s
->
cdlms_ttl
[
ich
];
channel_coeff
=
s
->
channel_residues
[
ich
][
icoef
];
if
(
icoef
==
s
->
transient_pos
[
ich
])
{
s
->
transient
[
ich
]
=
1
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment