Go to the source code of this file.
|
| 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) |
| |