aboutsummaryrefslogtreecommitdiff
path: root/config/x86_64/vp9_rtcd.h
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2019-07-16 13:50:33 -0700
committerJohann Koenig <johannkoenig@google.com>2019-07-16 21:08:41 +0000
commitf275f11914c831ddd4cfdf5927086edb83c09bc8 (patch)
tree624f3c296273aa24efb1ce50f79f97c122dc77d9 /config/x86_64/vp9_rtcd.h
parenta20ad88fcc900f20e4a9d194eb7c2f20d06b939f (diff)
downloadlibvpx-f275f11914c831ddd4cfdf5927086edb83c09bc8.tar.gz
libvpx: Pull from upstream
Current HEAD: 8ae686757b708cd8df1d10c71586aff5355cfe1e git log from upstream: 8ae686757 Release v1.8.1 Orpington Duck Bug: 136198713 Test: upstream + existing build tests Change-Id: If78ae9b8b593b05f4d6cf0ff54564edfc6c6dca6
Diffstat (limited to 'config/x86_64/vp9_rtcd.h')
-rw-r--r--config/x86_64/vp9_rtcd.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/config/x86_64/vp9_rtcd.h b/config/x86_64/vp9_rtcd.h
index 97102f964..272cfe65e 100644
--- a/config/x86_64/vp9_rtcd.h
+++ b/config/x86_64/vp9_rtcd.h
@@ -42,11 +42,6 @@ int64_t vp9_block_error_fp_sse2(const tran_low_t *coeff, const tran_low_t *dqcoe
int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, struct mv *ref_mv, struct mv *best_mv, int search_param, int sad_per_bit, int *num00, const struct vp9_variance_vtable *fn_ptr, const struct mv *center_mv);
#define vp9_diamond_search_sad vp9_diamond_search_sad_c
-void vp9_fdct8x8_quant_c(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
-void vp9_fdct8x8_quant_sse2(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
-void vp9_fdct8x8_quant_ssse3(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
-#define vp9_fdct8x8_quant vp9_fdct8x8_quant_ssse3
-
void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
void vp9_fht16x16_sse2(const int16_t *input, tran_low_t *output, int stride, int tx_type);
#define vp9_fht16x16 vp9_fht16x16_sse2