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
99b6d2c0
Commit
99b6d2c0
authored
Jul 06, 2011
by
Jason Garrett-Glaser
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
H.264: use fill_rectangle in CABAC decoding
parent
298e52c9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
h264_cabac.c
libavcodec/h264_cabac.c
+1
-2
No files found.
libavcodec/h264_cabac.c
View file @
99b6d2c0
...
...
@@ -1818,8 +1818,7 @@ static av_always_inline void decode_cabac_luma_residual( H264Context *h, const u
}
}
}
else
{
uint8_t
*
const
nnz
=
&
h
->
non_zero_count_cache
[
scan8
[
4
*
i8x8
+
16
*
p
]
];
nnz
[
0
]
=
nnz
[
1
]
=
nnz
[
8
]
=
nnz
[
9
]
=
0
;
fill_rectangle
(
&
h
->
non_zero_count_cache
[
scan8
[
4
*
i8x8
+
16
*
p
]],
2
,
2
,
8
,
0
,
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