Define NVCV_IMAGE_FORMAT_NV12

Define Documentation

NVCV_IMAGE_FORMAT_NV12

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

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

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