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

Diff of /xvidcore/src/encoder.c

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

revision 1.95.2.63, Fri Jan 30 18:53:50 2004 UTC revision 1.95.2.64, Mon Feb 16 03:40:47 2004 UTC
# Line 1440  Line 1440 
1440                  start_timer();                  start_timer();
1441                  image_setedges(&pEnc->current->image,                  image_setedges(&pEnc->current->image,
1442                          pEnc->mbParam.edged_width, pEnc->mbParam.edged_height,                          pEnc->mbParam.edged_width, pEnc->mbParam.edged_height,
1443                          pEnc->mbParam.width, pEnc->mbParam.height);                          pEnc->mbParam.width, pEnc->mbParam.height, 0);
1444                  stop_edges_timer();                  stop_edges_timer();
1445          }          }
1446    
# Line 1551  Line 1551 
1551          if (!reference->is_edged) {          if (!reference->is_edged) {
1552                  start_timer();                  start_timer();
1553                  image_setedges(pRef, pParam->edged_width, pParam->edged_height,                  image_setedges(pRef, pParam->edged_width, pParam->edged_height,
1554                                             pParam->width, pParam->height);                                             pParam->width, pParam->height, 0);
1555                  stop_edges_timer();                  stop_edges_timer();
1556                  reference->is_edged = 1;                  reference->is_edged = 1;
1557          }          }
# Line 1949  Line 1949 
1949          if (!pEnc->reference->is_edged) {          if (!pEnc->reference->is_edged) {
1950                  image_setedges(f_ref, pEnc->mbParam.edged_width,                  image_setedges(f_ref, pEnc->mbParam.edged_width,
1951                                             pEnc->mbParam.edged_height, pEnc->mbParam.width,                                             pEnc->mbParam.edged_height, pEnc->mbParam.width,
1952                                             pEnc->mbParam.height);                                             pEnc->mbParam.height, 0);
1953                  pEnc->current->is_edged = 1;                  pEnc->current->is_edged = 1;
1954          }          }
1955    
# Line 1966  Line 1966 
1966          if (!pEnc->current->is_edged) {          if (!pEnc->current->is_edged) {
1967                  image_setedges(b_ref, pEnc->mbParam.edged_width,                  image_setedges(b_ref, pEnc->mbParam.edged_width,
1968                                             pEnc->mbParam.edged_height, pEnc->mbParam.width,                                             pEnc->mbParam.edged_height, pEnc->mbParam.width,
1969                                             pEnc->mbParam.height);                                             pEnc->mbParam.height, 0);
1970                  pEnc->current->is_edged = 1;                  pEnc->current->is_edged = 1;
1971          }          }
1972    

Legend:
Removed from v.1.95.2.63  
changed lines
  Added in v.1.95.2.64

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