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
6ff04269
Commit
6ff04269
authored
Oct 08, 2006
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup
Originally committed as revision 6594 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
a10c779f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
cabac.h
libavcodec/cabac.h
+0
-4
No files found.
libavcodec/cabac.h
View file @
6ff04269
...
...
@@ -266,7 +266,6 @@ static void refill(CABACContext *c){
c
->
bytestream
+=
CABAC_BITS
/
8
;
}
#if 1
/* all use commented */
static
void
refill2
(
CABACContext
*
c
){
int
i
,
x
;
...
...
@@ -285,7 +284,6 @@ static void refill2(CABACContext *c){
c
->
low
+=
x
<<
i
;
c
->
bytestream
+=
CABAC_BITS
/
8
;
}
#endif
static
inline
void
renorm_cabac_decoder
(
CABACContext
*
c
){
while
(
c
->
range
<
(
0x200
<<
CABAC_BITS
)){
...
...
@@ -398,8 +396,6 @@ asm(
bit
=
ff_h264_norm_shift
[
RangeLPS
>>
17
];
c
->
low
-=
c
->
range
;
*
state
=
c
->
lps_state
[
s
];
// c->range = RangeLPS;
// renorm_cabac_decoder(c);
c
->
range
=
RangeLPS
<<
bit
;
c
->
low
<<=
bit
;
bit
=
(
s
&
1
)
^
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