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

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

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

revision 1471, Fri Jun 11 08:44:30 2004 UTC revision 1472, Sat Jun 12 13:02:12 2004 UTC
# Line 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: mbprediction.h,v 1.23 2004-05-21 14:40:15 edgomez Exp $   * $Id: mbprediction.h,v 1.24 2004-06-12 13:02:12 edgomez Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# 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,

Legend:
Removed from v.1471  
changed lines
  Added in v.1472

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