[svn] / trunk / xvidcore / src / motion / motion_comp.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/motion/motion_comp.c

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

revision 1927, Tue Dec 28 16:34:55 2010 UTC revision 1928, Tue Dec 28 19:19:57 2010 UTC
# Line 20  Line 20 
20   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
21   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
22   *   *
23   * $Id: motion_comp.c,v 1.24 2010-12-18 16:02:00 Isibaar Exp $   * $Id: motion_comp.c,v 1.25 2010-12-28 19:19:43 Isibaar Exp $
24   *   *
25   ****************************************************************************/   ****************************************************************************/
26    
# Line 171  Line 171 
171                                          const uint32_t edged_width,                                          const uint32_t edged_width,
172                                          const int32_t quarterpel,                                          const int32_t quarterpel,
173                                          const int32_t rounding,                                          const int32_t rounding,
174                                          const uint8_t * const tmp)                                          uint8_t * const tmp)
175  {  {
176          int32_t dx;          int32_t dx;
177          int32_t dy;          int32_t dy;
# Line 269  Line 269 
269                                                  const IMAGE * const b_refv,                                                  const IMAGE * const b_refv,
270                                                  const IMAGE * const b_refhv,                                                  const IMAGE * const b_refhv,
271                                                  int16_t * dct_codes,                                                  int16_t * dct_codes,
272                                                  const uint8_t * const tmp)                                                  uint8_t * const tmp)
273  {  {
274          const uint32_t edged_width = pParam->edged_width;          const uint32_t edged_width = pParam->edged_width;
275          int32_t dx, dy, b_dx, b_dy, sumx, sumy, b_sumx, b_sumy;          int32_t dx, dy, b_dx, b_dy, sumx, sumy, b_sumx, b_sumy;

Legend:
Removed from v.1927  
changed lines
  Added in v.1928

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