transform8x8.h File Reference

prototypes of 8x8 transform functions More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void itrans8x8 (Macroblock *currMB, ColorPlane pl, int ioff, int joff)


Detailed Description

prototypes of 8x8 transform functions

Date:
9. October 2003
Author:
Main contributors (see contributors.h for copyright, address and affiliation details)
  • Yuri Vatis

Definition in file transform8x8.h.


Function Documentation

void itrans8x8 ( Macroblock currMB,
ColorPlane  pl,
int  ioff,
int  joff 
)

Inverse 8x8 transformation.

Parameters:
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().


Documentation generated with DoxyGen