[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 1451, Fri May 21 14:40:15 2004 UTC revision 1632, Tue Sep 13 12:12:15 2005 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.25 2005-09-13 12:12:15 suxen_drol 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,
# 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.1451  
changed lines
  Added in v.1632

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