MACROBLOCK 122 modules/xvid_dec/xvid_wce/decoder.cpp mbs = (MACROBLOCK*)xvid_malloc(sizeof(MACROBLOCK) * mb_width * mb_height, CACHE_LINE); MACROBLOCK 132 modules/xvid_dec/xvid_wce/decoder.cpp MemSet(mbs, 0, sizeof(MACROBLOCK) * mb_width * mb_height); MACROBLOCK 135 modules/xvid_dec/xvid_wce/decoder.cpp last_mbs = (MACROBLOCK*)xvid_malloc(sizeof(MACROBLOCK) * mb_width * mb_height, CACHE_LINE); MACROBLOCK 146 modules/xvid_dec/xvid_wce/decoder.cpp MemSet(last_mbs, 0, sizeof(MACROBLOCK) * mb_width * mb_height); MACROBLOCK 325 modules/xvid_dec/xvid_wce/decoder.cpp void S_decoder::MBIntra(MACROBLOCK *pMB, dword x_pos, dword y_pos, dword acpred_flag, dword cbp, Bitstream *bs, MACROBLOCK 418 modules/xvid_dec/xvid_wce/decoder.cpp void S_decoder::mb_decode(const dword cbp, Bitstream * bs, byte * pY_Cur, byte * pU_Cur, byte * pV_Cur, bool reduced_resolution, const MACROBLOCK *pMB) { MACROBLOCK 477 modules/xvid_dec/xvid_wce/decoder.cpp void S_decoder::DecodeInterMacroBlock(const MACROBLOCK * pMB, dword x_pos, dword y_pos, dword cbp, Bitstream *bs, MACROBLOCK 587 modules/xvid_dec/xvid_wce/decoder.cpp void S_decoder::mbgmc(MACROBLOCK *pMB, dword x_pos, dword y_pos, dword fcode, dword cbp, Bitstream * bs, bool rounding) { MACROBLOCK 646 modules/xvid_dec/xvid_wce/decoder.cpp MACROBLOCK *mb = &mbs[y * mb_width + x]; MACROBLOCK 760 modules/xvid_dec/xvid_wce/decoder.cpp MACROBLOCK *mb = &mbs[y * mb_width + x]; MACROBLOCK 921 modules/xvid_dec/xvid_wce/decoder.cpp void S_decoder::BFrameInterpolateMBInter(const IMAGE &forward, const IMAGE &backward, const MACROBLOCK *pMB, dword x_pos, dword y_pos, Bitstream *bs, int direct) { MACROBLOCK 1081 modules/xvid_dec/xvid_wce/decoder.cpp MACROBLOCK *mb = &mbs[y * mb_width + x]; MACROBLOCK 1082 modules/xvid_dec/xvid_wce/decoder.cpp MACROBLOCK *last_mb = &last_mbs[y * mb_width + x]; MACROBLOCK 93 modules/xvid_dec/xvid_wce/decoder.h void MBIntra(MACROBLOCK *pMB, dword x_pos, dword y_pos, dword acpred_flag, dword cbp, MACROBLOCK 96 modules/xvid_dec/xvid_wce/decoder.h void mb_decode(const dword cbp, Bitstream * bs, byte * pY_Cur, byte * pU_Cur, byte * pV_Cur, bool reduced_resolution, const MACROBLOCK * pMB); MACROBLOCK 98 modules/xvid_dec/xvid_wce/decoder.h void DecodeInterMacroBlock(const MACROBLOCK *pMB, dword x_pos, dword y_pos, dword cbp, Bitstream *bs, MACROBLOCK 101 modules/xvid_dec/xvid_wce/decoder.h void mbgmc(MACROBLOCK *pMB, dword x_pos, dword y_pos, dword fcode, dword cbp, Bitstream *bs, bool rounding); MACROBLOCK 103 modules/xvid_dec/xvid_wce/decoder.h void BFrameInterpolateMBInter(const IMAGE &forward, const IMAGE &backward, const MACROBLOCK *pMB, dword x_pos, dword y_pos, Bitstream *bs, int direct); MACROBLOCK 212 modules/xvid_dec/xvid_wce/decoder.h MACROBLOCK *mbs; MACROBLOCK 216 modules/xvid_dec/xvid_wce/decoder.h MACROBLOCK *last_mbs; /* last MB */ MACROBLOCK 218 modules/xvid_dec/xvid_wce/global.h void deblock_rrv(int edged_width, const struct MACROBLOCK * mbs, int mb_width, int mb_height, int mb_stride, int block, int flags); MACROBLOCK 295 modules/xvid_dec/xvid_wce/image.cpp void IMAGE::deblock_rrv(int edged_width, const MACROBLOCK * mbs, int mb_width, int mb_height, int mb_stride, int block, int flags) { MACROBLOCK 133 modules/xvid_dec/xvid_wce/mbprediction.cpp void predict_acdc(MACROBLOCK *pMBs, dword x, dword y, dword mb_width, dword block, int qcoeff[64], dword current_quant, int iDcScaler, int predictors[8], int bound) { MACROBLOCK 263 modules/xvid_dec/xvid_wce/mbprediction.cpp void add_acdc(MACROBLOCK *pMB, dword block, int dct_codes[64], dword iDcScaler, int predictors[8]) { MACROBLOCK 301 modules/xvid_dec/xvid_wce/mbprediction.cpp VECTOR get_pmv2(const MACROBLOCK * const mbs, const int mb_width, const int bound, const int x, const int y, const int block) { MACROBLOCK 42 modules/xvid_dec/xvid_wce/mbprediction.h void add_acdc(MACROBLOCK *pMB, dword block, int dct_codes[64], dword iDcScaler, int predictors[8]); MACROBLOCK 44 modules/xvid_dec/xvid_wce/mbprediction.h void predict_acdc(MACROBLOCK * pMBs, dword x, dword y, dword mb_width, dword block, int qcoeff[64], dword current_quant, int iDcScaler, int predictors[8], int bound); MACROBLOCK 47 modules/xvid_dec/xvid_wce/mbprediction.h get_pmv2(const MACROBLOCK * const mbs,