|
libvmx
VMX Codec
|
#include <vmxcodec.h>
Data Fields | |
| int | avx2 |
| VMX_FORMAT | Format |
| VMX_PROFILE | Profile |
| VMX_COLORSPACE | ColorSpace |
| int | Quality |
| int | MinQuality |
| int | DCShift |
| unsigned short * | DecodeQualityPresets [VMX_QUALITY_COUNT] |
| unsigned short * | EncodeQualityPresets [VMX_QUALITY_COUNT] |
| unsigned short * | DecodeMatrix |
| unsigned short * | EncodeMatrix |
| unsigned short * | DecodeQualityPresets256 [VMX_QUALITY_COUNT] |
| unsigned short * | EncodeQualityPresets256 [VMX_QUALITY_COUNT] |
| unsigned short * | DecodeMatrix256 |
| unsigned short * | EncodeMatrix256 |
| VMX_PLANE | Planes [VMX_MAX_PLANES] |
| int | SliceCount |
| int | AlignedHeight |
| VMX_SLICE_SET ** | Slices |
| int | TargetBytesPerFrameMin |
| int | TargetBytesPerFrameMax |
| int | Threads |
| ThreadTasks * | Tasks |
| VMX_SIZE | PreviewSize |
| VMX_SIZE | PreviewSizeInterlaced |
| BYTE * | ImageData |
| int | ImageStride |
| BYTE * | ImageDataU |
| int | ImageStrideU |
| BYTE * | ImageDataV |
| int | ImageStrideV |
| BYTE * | ImageDataA |
| int | ImageStrideA |
| VMX_IMAGE_FORMAT | ImageFormat |
| int AlignedHeight |
| int avx2 |
| VMX_COLORSPACE ColorSpace |
| int DCShift |
| unsigned short* DecodeMatrix |
| unsigned short* DecodeMatrix256 |
| unsigned short* DecodeQualityPresets[VMX_QUALITY_COUNT] |
| unsigned short* DecodeQualityPresets256[VMX_QUALITY_COUNT] |
| unsigned short* EncodeMatrix |
| unsigned short* EncodeMatrix256 |
| unsigned short* EncodeQualityPresets[VMX_QUALITY_COUNT] |
| unsigned short* EncodeQualityPresets256[VMX_QUALITY_COUNT] |
| VMX_FORMAT Format |
| BYTE* ImageData |
| BYTE* ImageDataA |
| BYTE* ImageDataU |
| BYTE* ImageDataV |
| VMX_IMAGE_FORMAT ImageFormat |
| int ImageStride |
| int ImageStrideA |
| int ImageStrideU |
| int ImageStrideV |
| int MinQuality |
| VMX_PLANE Planes[VMX_MAX_PLANES] |
| VMX_SIZE PreviewSize |
| VMX_SIZE PreviewSizeInterlaced |
| VMX_PROFILE Profile |
| int Quality |
| int SliceCount |
| VMX_SLICE_SET** Slices |
| int TargetBytesPerFrameMax |
| int TargetBytesPerFrameMin |
| ThreadTasks* Tasks |
| int Threads |