tiled formats

531 views
Skip to first unread message

frank roku

unread,
Jun 26, 2013, 9:02:09 PM6/26/13
to discuss...@googlegroups.com
We would like to use libyuv, but the qualcomm decoder produces a tiled format that we are having trouble understanding

Has anyone figured how to move tiled formats into standard formats so that we can then use libyuv?

Thanks,
Frank

frank roku

unread,
Jun 26, 2013, 9:04:25 PM6/26/13
to discuss...@googlegroups.com
specifically we are trying to decode YUV420PackedSemiPlanar64x32Tile2m8ka

Frank Barchard

unread,
Jul 26, 2013, 6:57:36 AM7/26/13
to discuss-libyuv
(Sorry for slow response... I was on vacation)

Looks like you found the answer is here


YUV420PackedSemiPlanar means NV12
Theres a Y plane followed by a 1/2 width by 1/2 height UV channel.
64x32Tile means there is a 64x32 block in NV12.
So 64x32 Y plane and 32x16 UV plane.
I dont know what 2m8ka means.
Looks like the content in the tile is zigzag order.




--
You received this message because you are subscribed to the Google Groups "discuss-libyuv" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-libyu...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply all
Reply to author
Forward
0 new messages