| Index: source/libvpx/vp9/common/vp9_rtcd_defs.pl
|
| ===================================================================
|
| --- source/libvpx/vp9/common/vp9_rtcd_defs.pl (revision 281795)
|
| +++ source/libvpx/vp9/common/vp9_rtcd_defs.pl (working copy)
|
| @@ -714,6 +714,9 @@
|
| add_proto qw/void vp9_subtract_block/, "int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8_t *src_ptr, ptrdiff_t src_stride, const uint8_t *pred_ptr, ptrdiff_t pred_stride";
|
| specialize qw/vp9_subtract_block/, "$sse2_x86inc";
|
|
|
| +add_proto qw/void vp9_quantize_fp/, "const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan";
|
| +specialize qw/vp9_quantize_fp/, "$ssse3_x86_64";
|
| +
|
| add_proto qw/void vp9_quantize_b/, "const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan";
|
| specialize qw/vp9_quantize_b/, "$ssse3_x86_64";
|
|
|
|
|