intel / media-driver

Intel Graphics Media Driver to support hardware decode, encode and video processing.
https://github.com/intel/media-driver/wiki
Other
939 stars 337 forks source link

[Bug]: 10bit RT_FORMAT are contains in VP9 profile 0 and 1 encoding #1799

Open rosetta-jpn opened 1 month ago

rosetta-jpn commented 1 month ago

Which component impacted?

Encode

Is it regression? Good in old configuration?

None

What happened?

See vainfo output on gen12 device. vainfo.txt. VAProfileVP9Profile0/VAEntrypointEncSlice contains VA_RT_FORMAT_YUV420_10BPP. But 10 bits encoding is infeasible in vp9 profile 0 and 1. It is good to correct them.

What's the usage scenario when you are seeing the problem?

Others

What impacted?

No response

Debug Information

No response

Do you want to contribute a patch to fix the issue?

None

intel-mediadev commented 1 month ago

Auto Created VSMGWL-73538 for further analysis.

leyu-yao commented 1 month ago

@rosetta-jpn That's correct. 10 bits encoding is infeasible in vp9 profile 0 and 1, according to vp9 spec. We would plan to fix it.