Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(423)

Unified Diff: libvpx/source/libvpx/vp8/common/extend.h

Issue 7624054: Revert r97185 "Update libvpx snapshot to v0.9.7-p1 (Cayuga)." (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « libvpx/source/libvpx/vp8/common/entropymv.h ('k') | libvpx/source/libvpx/vp8/common/extend.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libvpx/source/libvpx/vp8/common/extend.h
diff --git a/libvpx/source/libvpx/vp8/common/extend.h b/libvpx/source/libvpx/vp8/common/extend.h
index 9e0be4e0661530e5024492de53cc2fd1450a81f4..fd0a608e53c4d00da9908fd2210e0ce534559f92 100644
--- a/libvpx/source/libvpx/vp8/common/extend.h
+++ b/libvpx/source/libvpx/vp8/common/extend.h
@@ -14,8 +14,8 @@
#include "vpx_scale/yv12config.h"
+void Extend(YV12_BUFFER_CONFIG *ybf);
void vp8_extend_mb_row(YV12_BUFFER_CONFIG *ybf, unsigned char *YPtr, unsigned char *UPtr, unsigned char *VPtr);
-void vp8_copy_and_extend_frame(YV12_BUFFER_CONFIG *src,
- YV12_BUFFER_CONFIG *dst);
+void vp8_extend_to_multiple_of16(YV12_BUFFER_CONFIG *ybf, int width, int height);
#endif
« no previous file with comments | « libvpx/source/libvpx/vp8/common/entropymv.h ('k') | libvpx/source/libvpx/vp8/common/extend.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698