Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 1DLUT VPP filter. #709

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

FurongZhang
Copy link
Contributor

@FurongZhang FurongZhang commented Apr 12, 2023

1DLUT (One-dimensional Look up table) has long been utilized in image processing. Added
1DLUT caps and parameters description.

1DLUT (One-dimensional Look up table) has long been utilized in image processing. Added
1DLUT caps and parameters description.

Signed-off-by: Zhang, Furong <furong.zhang@intel.com>
} VAProcFilterParameterBuffer1DLUT;

/** \brief Capabilities specification for the 1DLUT filter. */
typedef struct _VAProcFilterCap1DLUT {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dumb question , how to report the capability of backend driver.
for example, support both 128 & 64 size
bit_depth support both 10bit and 12bit
only support RGB_RGB etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants