![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "vdecmpeg4.h"Go to the source code of this file.
Namespaces | |
| namespace | vdecmpeg4 |
Functions | |
| void | vdecmpeg4::M4InvQuantType0Intra (int16 *output, const int16 *input, uint8 quantiserScale, uint16 DCScaler) |
| void | vdecmpeg4::M4InvQuantType0Inter (int16 *output, const int16 *input, uint8 quantiserScale) |
| void | vdecmpeg4::M4InvQuantType1Intra (int16 *output, const int16 *input, uint8 quantiserScale, uint16 DCScaler, const uint8 *dequantMtx) |
| void | vdecmpeg4::M4InvQuantType1Inter (int16 *output, const int16 *input, uint8 quantiserScale, const uint8 *dequantMtx) |