Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
libvpx
decb1b94deb4420ab540b0963f1ca91ed20137c6
libvpx
vp9
decoder
vp9_decodframe.c
Find file
Normal view
History
Permalink
vp9_decodframe.c
32.6 KB
Newer
Older
Restyle code
John Koleszar
committed
12 years ago
1001
}
Initial WebM release
John Koleszar
committed
14 years ago
1002
Renaming refresh_entropy_probs to refresh_frame_context.
Dmitry Kovalev
committed
11 years ago
1003
if
(
pc
->
refresh_frame_context
)
Handling frame references and scale factors in one for loop.
Dmitry Kovalev
committed
11 years ago
1004
pc
->
frame_contexts
[
pc
->
frame_context_idx
]
=
pc
->
fc
;
Initial WebM release
John Koleszar
committed
14 years ago
1005
Restyle code
John Koleszar
committed
12 years ago
1006
return
0
;
Initial WebM release
John Koleszar
committed
14 years ago
1007
}
Show full blame
Prev
1
2
Next
Menu
Explore
Projects
Groups
Topics
Snippets