|
| template<typename T , typename C > |
| T | ADVANCE_POINTER (T pPointer, C numBytes) |
| |
| void | vdecmpeg4::M4MemOpInterMBCopyAll (void *mCurrent, int32 x, int32 y, void *mReference) |
| |
| void | vdecmpeg4::M4MemOpIntraMBAll (void *mCurrent, int32 mbx, int32 mby, void *dct) |
| |
| void | vdecmpeg4::M4InvQuantType0Intra (int16 *output, const int16 *input, uint8 quantiserScale, uint16 DCScaler) |
| |
| void | vdecmpeg4::M4InvQuantType0Inter (int16 *output, const int16 *input, uint8 quantiserScale) |
| |
| void | vdecmpeg4::M4MemOpInterMBAdd (void *mCurrent, int32 x, int32 y, void *dctData, uint32 cpb) |
| |
| void | vdecmpeg4::M4idct (int16 *block) |
| | Inverse DCT on 8x8 block.
|
| |
| 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) |
| |