Define NVCV_IMAGE_FORMAT_NV12_ER_BL

Define Documentation

NVCV_IMAGE_FORMAT_NV12_ER_BL

YUV420sp 8-bit block-linear format with full range. Format is composed of two planes:

  1. One 8-bit channel with luma (Y’). Values range from 0 to 255.

  2. Two interleaved 8-bit channels with chroma (Cb,Cr). Values range from 0 to 255. Resolution is half of luma plane, both horizontally and vertically. For a given pixel, Cb channel has lower memory address than Cr.