Parent Directory
|
Revision Log
|
Patch
revision 1.35, Mon May 6 10:07:18 2002 UTC | revision 1.36, Thu May 9 00:15:50 2002 UTC | |
---|---|---|
# | Line 32 | Line 32 |
32 | * | * |
33 | * History | * History |
34 | * | * |
35 | * 08.05.2002 fix some problem in DEBUG mode; | |
36 | * MinChen <chenm001@163.com> | |
37 | * 14.04.2002 added FrameCodeB() | * 14.04.2002 added FrameCodeB() |
38 | * | * |
39 | * $Id$ | * $Id$ |
# | Line 365 | Line 367 |
367 | Bitstream bs; | Bitstream bs; |
368 | uint32_t bits; | uint32_t bits; |
369 | ||
370 | #ifdef _DEBUG | |
371 | float psnr; | |
372 | char temp[128]; | |
373 | #endif | |
374 | ||
375 | ENC_CHECK(pEnc); | ENC_CHECK(pEnc); |
376 | ENC_CHECK(pFrame); | ENC_CHECK(pFrame); |
377 | ||
# | Line 457 | Line 464 |
464 | stop_conv_timer(); | stop_conv_timer(); |
465 | ||
466 | #ifdef _DEBUG | #ifdef _DEBUG |
467 | image_copy(&pEnc->sOriginal, &pEnc->sCurrent, pEnc->mbParam.edged_width, pEnc->mbParam.height); | image_copy(&pEnc->sOriginal, &pEnc->current->image, pEnc->mbParam.edged_width, pEnc->mbParam.height); |
468 | #endif | #endif |
469 | ||
470 |
|
No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.0.4 |