[][src]Module aom_decode::chroma

Helper functions for undoing chroma subsampling

Functions

yuv_420

Iterator that combines planes of Y, U, V into YUV pixels, where U and V have half width and half height

yuv_422

Iterator that combines planes of Y, U, V into YUV pixels, where U and V have half width

yuv_444

Iterator that combines equal-sized planes of Y, U, V into YUV pixels