UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
M4MemOps.h File Reference
#include "vdecmpeg4.h"

Go to the source code of this file.

Classes

class  vdecmpeg4::MemOpOffsets
 

Namespaces

namespace  vdecmpeg4
 

Functions

void vdecmpeg4::M4MemOpIntraMBAll (void *mCurrent, int32 mbx, int32 mby, void *dct)
 
void vdecmpeg4::M4MemOpInterMBCopyAll (void *mCurrent, int32 x, int32 y, void *mReference)
 
void vdecmpeg4::M4MemOpInterMBAdd (void *mCurrent, int32 x, int32 y, void *dctData, uint32 cpb)
 
void vdecmpeg4::M4MemHalfPelInterpolate (void *dst, void *src, int32 stride, int32 xpos, int32 ypos, void *mv, uint32 rounding, bool b4x4=false)
 
void vdecmpeg4::M4MemOpInterpolateAll (void *mCurrent, int32 mbx, int32 mby, void *mReference)