#include "global.h"
#include "image.h"
#include "mb_access.h"
#include "elements.h"
#include "transform8x8.h"
#include "transform.h"
#include "quant.h"

Go to the source code of this file.
Functions | |
| void | itrans8x8 (Macroblock *currMB, ColorPlane pl, int ioff, int joff) |
Definition in file transform8x8.c.
| void itrans8x8 | ( | Macroblock * | currMB, | |
| ColorPlane | pl, | |||
| int | ioff, | |||
| int | joff | |||
| ) |
Inverse 8x8 transformation.
| currMB | current macroblock | |
| pl | used color plane | |
| ioff | index to 4x4 block | |
| joff | index to 4x4 block |
Definition at line 36 of file transform8x8.c.
References macroblock::p_Img, and macroblock::p_Slice.
Referenced by decode_one_component_b_slice(), decode_one_component_i_slice(), and decode_one_component_p_slice().