aboutsummaryrefslogtreecommitdiff
path: root/config/x86_64/vp9_rtcd.h
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2018-01-16 14:31:39 -0800
committerJohann <johannkoenig@google.com>2018-01-24 19:33:01 -0800
commitdf37111358d02836cb29bbcb9c6e4c95dff90a16 (patch)
tree6cd97ad8df3e86227802fe1b54b84570192297f6 /config/x86_64/vp9_rtcd.h
parent1b07e2077592ec4344fc5cae47e73c354a8a8163 (diff)
downloadlibvpx-df37111358d02836cb29bbcb9c6e4c95dff90a16.tar.gz
Update libvpx to v1.7.0
Test: existing Change-Id: I9078b655a90e406936c21bb3c1a938b217d5feae
Diffstat (limited to 'config/x86_64/vp9_rtcd.h')
-rw-r--r--config/x86_64/vp9_rtcd.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/config/x86_64/vp9_rtcd.h b/config/x86_64/vp9_rtcd.h
index 981998df3..2a13e5d5c 100644
--- a/config/x86_64/vp9_rtcd.h
+++ b/config/x86_64/vp9_rtcd.h
@@ -1,3 +1,4 @@
+// This file is generated. Do not edit.
#ifndef VP9_RTCD_H_
#define VP9_RTCD_H_
@@ -57,10 +58,6 @@ void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_t
void vp9_fht8x8_sse2(const int16_t *input, tran_low_t *output, int stride, int tx_type);
#define vp9_fht8x8 vp9_fht8x8_sse2
-int vp9_full_search_sad_c(const struct macroblock *x, const struct mv *ref_mv, int sad_per_bit, int distance, const struct vp9_variance_vtable *fn_ptr, const struct mv *center_mv, struct mv *best_mv);
-int vp9_full_search_sadx3(const struct macroblock *x, const struct mv *ref_mv, int sad_per_bit, int distance, const struct vp9_variance_vtable *fn_ptr, const struct mv *center_mv, struct mv *best_mv);
-#define vp9_full_search_sad vp9_full_search_sadx3
-
void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride);
void vp9_fwht4x4_sse2(const int16_t *input, tran_low_t *output, int stride);
#define vp9_fwht4x4 vp9_fwht4x4_sse2
@@ -124,9 +121,6 @@ void vp9_scale_and_extend_frame_c(const struct yv12_buffer_config *src, struct y
void vp9_scale_and_extend_frame_ssse3(const struct yv12_buffer_config *src, struct yv12_buffer_config *dst, INTERP_FILTER filter_type, int phase_scaler);
#define vp9_scale_and_extend_frame vp9_scale_and_extend_frame_ssse3
-void vp9_temporal_filter_apply_c(const uint8_t *frame1, unsigned int stride, const uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, int filter_weight, uint32_t *accumulator, uint16_t *count);
-#define vp9_temporal_filter_apply vp9_temporal_filter_apply_c
-
void vp9_rtcd(void);
#ifdef RTCD_C