Merge "disable vp9_diamond_search_sad_avx"
This commit is contained in:
Коммит
74ed95a33e
|
@ -276,7 +276,7 @@ $vp9_full_search_sad_sse3=vp9_full_search_sadx3;
|
|||
$vp9_full_search_sad_sse4_1=vp9_full_search_sadx8;
|
||||
|
||||
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 avx/;
|
||||
specialize qw/vp9_diamond_search_sad/;
|
||||
|
||||
add_proto qw/void vp9_temporal_filter_apply/, "uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count";
|
||||
specialize qw/vp9_temporal_filter_apply sse2 msa/;
|
||||
|
|
Загрузка…
Ссылка в новой задаче