Doxygen Source Code Documentation
block.c File Reference
#include "all.h"#include "mtypes.h"#include "frames.h"#include "bitio.h"#include "prototypes.h"#include "fsize.h"#include "opts.h"#include "postdct.h"Go to the source code of this file.
Defines | |
| #define | ABS(x) ((x < 0) ? (-x) : x) |
| #define | TRUNCATE_UINT8(x) ((x < 0) ? 0 : ((x > 255) ? 255 : x)) |
| #define | ADD_ADD_DIFF(d, l, a, b, c, i) |
Functions | |
| boolean | ComputeDiffDCTBlock (current, dest, motionBlock) Block current |
Variables | |
| Block ** | dct |
| Block ** | dctb |
| Block ** | dctr |
| boolean | dest |
| boolean | motionBlock |
| MpegFrame * | prev |
| int | by |
| int | bx |
| int | my |
| int | mx |
| int * | pattern |
| int32 | bestSoFar |
| MpegFrame * | prevFrame |
| LumBlock | blockSoFar |
| uint8 ** | next |
| int | mode |
| int | fmy |
| int | fmx |
| int | bmy |
| int | bmx |
| Block | block |
Define Documentation
|
|
|
|
|
Value: |
|
|
|
Function Documentation
|
||||||||||||||||
|
|
Variable Documentation
|
|
Definition at line 646 of file subsample.c. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 645 of file subsample.c. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 641 of file subsample.c. |