libva icon indicating copy to clipboard operation
libva copied to clipboard

Incorrect documentation for I010 memory layout?

Open uartie opened this issue 5 years ago • 3 comments

The va/va.h documentation for I010 format says the layout is 3-plane Y, V, U. But, afaict, I010 is just the 10bit version of I420... which means the 3-plane layout should be Y, U, V, right (according to commit message in d0c867c683671b60059175e74a46e00e7c115091)?

https://github.com/intel/libva/blob/82122961145d4be616400cc99485867adfddd971/va/va.h#L3996-L4001

uartie avatar Apr 24 '20 04:04 uartie

cc: @xhaihao

uartie avatar Apr 24 '20 04:04 uartie

@yakuizhao it is typo issue or something behind the definition ?

XinfengZhang avatar Apr 24 '20 07:04 XinfengZhang

@fhvwy added in 14507e4a3bc07.

uartie avatar Apr 24 '20 13:04 uartie