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

Unified Diff: libvpx/source/libvpx/vp8/encoder/encodeintra.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/encoder/encodeframe.c ('k') | libvpx/source/libvpx/vp8/encoder/encodeintra.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libvpx/source/libvpx/vp8/encoder/encodeintra.h
diff --git a/libvpx/source/libvpx/vp8/encoder/encodeintra.h b/libvpx/source/libvpx/vp8/encoder/encodeintra.h
index 9c1fa56842507dda7ddffc50b33f977508555c44..40930bc423a6cd0aa2c37295a10fcd65d487e511 100644
--- a/libvpx/source/libvpx/vp8/encoder/encodeintra.h
+++ b/libvpx/source/libvpx/vp8/encoder/encodeintra.h
@@ -13,10 +13,10 @@
#define _ENCODEINTRA_H_
#include "onyx_int.h"
-int vp8_encode_intra(VP8_COMP *cpi, MACROBLOCK *x, int use_dc_pred);
void vp8_encode_intra16x16mby(const VP8_ENCODER_RTCD *, MACROBLOCK *x);
void vp8_encode_intra16x16mbuv(const VP8_ENCODER_RTCD *, MACROBLOCK *x);
void vp8_encode_intra4x4mby(const VP8_ENCODER_RTCD *, MACROBLOCK *mb);
-void vp8_encode_intra4x4block(const VP8_ENCODER_RTCD *rtcd,
- MACROBLOCK *x, int ib);
+void vp8_encode_intra4x4block(const VP8_ENCODER_RTCD *, MACROBLOCK *x, BLOCK *be, BLOCKD *b, int best_mode);
+void vp8_encode_intra4x4block_rd(const VP8_ENCODER_RTCD *, MACROBLOCK *x, BLOCK *be, BLOCKD *b, int best_mode);
+
#endif
« no previous file with comments | « libvpx/source/libvpx/vp8/encoder/encodeframe.c ('k') | libvpx/source/libvpx/vp8/encoder/encodeintra.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698