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

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

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

revision 1.24, Sat Dec 18 16:02:00 2010 UTC revision 1.24.2.1, Tue Dec 28 19:19:57 2010 UTC
# 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.1.24  
changed lines
  Added in v.1.24.2.1

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