[cvs] / xvidcore / src / prediction / mbprediction.h Repository:
ViewVC logotype

Diff of /xvidcore/src/prediction/mbprediction.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22.2.1, Mon May 3 23:28:29 2004 UTC revision 1.25, Tue Sep 13 12:12:15 2005 UTC
# Line 49  Line 49 
49                          uint32_t block,                          uint32_t block,
50                          int16_t dct_codes[64],                          int16_t dct_codes[64],
51                          uint32_t iDcScaler,                          uint32_t iDcScaler,
52                          int16_t predictors[8]);                          int16_t predictors[8],
53                            const int bsversion);
54    
55  void predict_acdc(MACROBLOCK * pMBs,  void predict_acdc(MACROBLOCK * pMBs,
56                                  uint32_t x,                                  uint32_t x,
# Line 60  Line 61 
61                                  uint32_t current_quant,                                  uint32_t current_quant,
62                                  int32_t iDcScaler,                                  int32_t iDcScaler,
63                                  int16_t predictors[8],                                  int16_t predictors[8],
64                                  const int bound,                                  const int bound);
                                 const int bsversion);  
65    
66  VECTOR  VECTOR
67  get_pmv2(const MACROBLOCK * const mbs,  get_pmv2(const MACROBLOCK * const mbs,
# Line 72  Line 72 
72                  const int block);                  const int block);
73    
74  VECTOR  VECTOR
75    get_pmv2_interlaced(const MACROBLOCK * const mbs,
76                    const int mb_width,
77                    const int bound,
78                    const int x,
79                    const int y,
80                    const int block);
81    
82    VECTOR
83  get_qpmv2(const MACROBLOCK * const mbs,  get_qpmv2(const MACROBLOCK * const mbs,
84                  const int mb_width,                  const int mb_width,
85                  const int bound,                  const int bound,

Legend:
Removed from v.1.22.2.1  
changed lines
  Added in v.1.25

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4