]> granicus.if.org Git - libvpx/commitdiff
Temporarily disable SSSE3 quant_32x32
authorJingning Han <jingning@google.com>
Mon, 26 Aug 2013 17:45:59 +0000 (10:45 -0700)
committerJingning Han <jingning@google.com>
Mon, 26 Aug 2013 17:45:59 +0000 (10:45 -0700)
Make the current head working properly, while working on fixing an
issue in the SSSE3 implementation of 32x32 quantization.

Change-Id: Ic029da3fd7f1f5e58bc641341cbd226ec49a16bc

vp9/common/vp9_rtcd_defs.sh

index d075443edc54d7eda69d6ebc51b999a07746c0b3..2979daf6d1197e3283db962e05c7275916a53c8d 100644 (file)
@@ -701,7 +701,7 @@ prototype void vp9_quantize_b "int16_t *coeff_ptr, intptr_t n_coeffs, int skip_b
 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)