intel / libva-utils

Libva-utils is a collection of tests for VA-API (VIdeo Acceleration API)
https://01.org/linuxmedia
Other
195 stars 162 forks source link

av1encode: Add "VAEntrypointEncSlice" entrypoint support #336

Open sguttula23 opened 1 year ago

sguttula23 commented 1 year ago

Current av1encode test always using "VAEntrypointEncSliceLP" , which is giving failure for av1encode test for entrypoint "VAEntrypointEncSlice".

Can you please add support like h264encode test for av1encode also.