summaryrefslogtreecommitdiffstats
path: root/generic/vp9_rtcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/vp9_rtcd.h')
-rw-r--r--generic/vp9_rtcd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/vp9_rtcd.h b/generic/vp9_rtcd.h
index a11bb00..03e7181 100644
--- a/generic/vp9_rtcd.h
+++ b/generic/vp9_rtcd.h
@@ -224,6 +224,9 @@ void vp9_fwht4x4_c(const int16_t *input, int16_t *output, int stride);
unsigned int vp9_get_mb_ss_c(const int16_t *);
#define vp9_get_mb_ss vp9_get_mb_ss_c
+void vp9_get_sse_sum_16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, int *sum);
+#define vp9_get_sse_sum_16x16 vp9_get_sse_sum_16x16_c
+
void vp9_get_sse_sum_8x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, int *sum);
#define vp9_get_sse_sum_8x8 vp9_get_sse_sum_8x8_c