Mans Rullgard
|
2912e87a6c
|
Replace FFmpeg with Libav in licence headers
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
2011-03-19 13:33:20 +00:00 |
|
Jason Garrett-Glaser
|
1eeca88691
|
VP8: optimize VP8Context struct ordering
Shaves at least 3KB off code size on x86, should improve cache utilization.
This would probably be useful to do for other decoders/encoders as well.
|
2011-03-12 03:43:42 -08:00 |
|
Jason Garrett-Glaser
|
b1d2f812c9
|
VP8: token probs doesn't need padding
prob[0] is the only prob array ever accessed, so prob[1] can serve as padding
for prob[0].
|
2011-03-12 03:41:36 -08:00 |
|
Jason Garrett-Glaser
|
bcf4568f18
|
VP8: split out declarations to new header
|
2011-02-17 15:25:16 -08:00 |
|