Enum NVCVChromaLocation

Enum Documentation

enum NVCVChromaLocation

Chroma sampling location.

Values:

enumerator NVCV_CHROMA_LOC_BOTH

Sample chroma from even and odd coordinates. This is used when no sub-sampling is taking place.

enumerator NVCV_CHROMA_LOC_EVEN

Sample the chroma with even coordinate.

enumerator NVCV_CHROMA_LOC_CENTER

Sample the chroma exactly between the even and odd coordinate.

enumerator NVCV_CHROMA_LOC_ODD

Sample the chroma with odd coordinate.