summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_onyx_int.h
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2014-03-17 17:53:02 -0700
committerDmitry Kovalev <dkovalev@google.com>2014-03-27 16:15:04 -0700
commitfc28560bbdf6fad11990c992605b4773f807aa7b (patch)
treed9bdbeee9eaa8cc09bcb224baa1b41c35feded91 /vp9/encoder/vp9_onyx_int.h
parente27bcc2451855d08bf2b86028de9e090ee513929 (diff)
downloadlibvpx-fc28560bbdf6fad11990c992605b4773f807aa7b.tar
libvpx-fc28560bbdf6fad11990c992605b4773f807aa7b.tar.gz
libvpx-fc28560bbdf6fad11990c992605b4773f807aa7b.tar.bz2
libvpx-fc28560bbdf6fad11990c992605b4773f807aa7b.zip
Rewriting calc_plane_error() function.
Change-Id: I06bb077edd4917b967fefe28bf4891b61b4f79b5
Diffstat (limited to 'vp9/encoder/vp9_onyx_int.h')
-rw-r--r--vp9/encoder/vp9_onyx_int.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/vp9/encoder/vp9_onyx_int.h b/vp9/encoder/vp9_onyx_int.h
index 582fa0ea3..6a4893efa 100644
--- a/vp9/encoder/vp9_onyx_int.h
+++ b/vp9/encoder/vp9_onyx_int.h
@@ -900,8 +900,7 @@ static INLINE int get_token_alloc(int mb_rows, int mb_cols) {
return mb_rows * mb_cols * (16 * 16 * 3 + 4);
}
-int vp9_calc_ss_err(const YV12_BUFFER_CONFIG *source,
- const YV12_BUFFER_CONFIG *reference);
+int vp9_get_y_sse(const YV12_BUFFER_CONFIG *a, const YV12_BUFFER_CONFIG *b);
void vp9_alloc_compressor_data(VP9_COMP *cpi);