Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions libvmaf/src/feature/common/convolution.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
#ifndef CONVOLUTION_H_
#define CONVOLUTION_H_

/*
Filter widths above this one will not use the AVX path for convolutions.
*/
#define MAX_FWIDTH_AVX_CONV 17

/*
* All functions listed here expect a SYMMETRICAL filter.
* All array arguments must be 32-byte aligned.
Expand Down
Loading
Loading