ref: 4681197a58b3b532e37929563002d5a0485bf29d
parent: 5eed6e222468afe2a478be60c10d0f7b894d3863
parent: 166dc85bed481decb5fdd572a3300d8c6f83887e
author: Jingning Han <jingning@google.com>
date: Mon Aug 26 07:19:53 EDT 2013
Merge "Temporarily disable SSSE3 quant_32x32"
--- a/vp9/common/vp9_rtcd_defs.sh
+++ b/vp9/common/vp9_rtcd_defs.sh
@@ -701,7 +701,7 @@
specialize vp9_quantize_b $ssse3_x86_64
prototype void vp9_quantize_b_32x32 "int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, int16_t *zbin_ptr, int16_t *round_ptr, int16_t *quant_ptr, int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan"
-specialize vp9_quantize_b_32x32 $ssse3_x86_64
+specialize vp9_quantize_b_32x32
#
# Structured Similarity (SSIM)
--
⑨