mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +00:00
[alf] Fix AVX2 priority
This commit is contained in:
parent
8ef3e6a126
commit
915bf3ca24
|
@ -385,7 +385,7 @@ int kvz_strategy_register_alf_avx2(void* opaque, uint8_t bitdepth) {
|
|||
#if COMPILE_INTEL_AVX2
|
||||
#if KVZ_BIT_DEPTH == 8
|
||||
if (bitdepth == 8){
|
||||
success &= kvz_strategyselector_register(opaque, "alf_get_blk_stats", "generic", 0, &alf_get_blk_stats_avx2);
|
||||
success &= kvz_strategyselector_register(opaque, "alf_get_blk_stats", "avx2", 40, &alf_get_blk_stats_avx2);
|
||||
}
|
||||
#endif // KVZ_BIT_DEPTH == 8
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue