[XviD-devel] reg. idct_int32() func

Edouard Gomez ed.gomez at free.fr
Mon Jul 5 10:21:24 CEST 2004


Selon Mangesh Kulkarni <mangesh_k at citilindia.com>:
> what is the input parameter for function idct_int32() defined in idct.c
> is that object of SearchData?

no, it is not.

> but it is received in (short *const block).

block is obviously block data :-)

Thus, it is a Y, U, or V block of data.
For IFrames, this is image input. For predicted frames
this is residual input (after motion compensation)

> Where the data is defined in decoder_mbintra() in decoder.c ?

I don't have the code handy, but block is defined by a
DECLARE_ALIGNED_MATRIX macro "call" either in the function
or the caller (and passed down the callee).

--
Edouard Gomez


More information about the XviD-devel mailing list