| Index: source/libvpx/vp9/common/vp9_rtcd_defs.pl
|
| ===================================================================
|
| --- source/libvpx/vp9/common/vp9_rtcd_defs.pl (revision 282873)
|
| +++ source/libvpx/vp9/common/vp9_rtcd_defs.pl (working copy)
|
| @@ -717,6 +717,9 @@
|
| 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_fp_32x32/, "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_32x32/, "$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";
|
|
|
| @@ -783,12 +786,10 @@
|
| $vp9_full_search_sad_sse4_1=vp9_full_search_sadx8;
|
|
|
| add_proto qw/int vp9_refining_search_sad/, "const struct macroblock *x, struct mv *ref_mv, int sad_per_bit, int distance, const struct vp9_variance_vtable *fn_ptr, const struct mv *center_mv";
|
| -specialize qw/vp9_refining_search_sad sse3/;
|
| -$vp9_refining_search_sad_sse3=vp9_refining_search_sadx4;
|
| +specialize qw/vp9_refining_search_sad/;
|
|
|
| add_proto qw/int vp9_diamond_search_sad/, "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";
|
| -specialize qw/vp9_diamond_search_sad sse3/;
|
| -$vp9_diamond_search_sad_sse3=vp9_diamond_search_sadx4;
|
| +specialize qw/vp9_diamond_search_sad/;
|
|
|
| add_proto qw/int vp9_full_range_search/, "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";
|
| specialize qw/vp9_full_range_search/;
|
|
|