[x264-devel] Re: DCT coefficeints and its quantized value
Victor Mateevitsi
victoras at telecom.ntua.gr
Wed Jun 20 12:41:47 CEST 2007
This is the struct:
/* Current MB DCT coeffs */
struct
{
DECLARE_ALIGNED( int, luma16x16_dc[16], 16 );
DECLARE_ALIGNED( int, chroma_dc[2][4], 16 );
// FIXME merge with union
DECLARE_ALIGNED( int, luma8x8[4][64], 16 );
union
{
DECLARE_ALIGNED( int, residual_ac[15], 16 );
DECLARE_ALIGNED( int, luma4x4[16], 16 );
} block[16+8];
} dct;
on line 355 of the common\common.h file.
You can access it almost everywhere with the h variable. (h->dct)
Victor
On 6/20/07, Hoda Roodaki <hoda.roodaki at gmail.com> wrote:
>
> Hi,
>
> I want to find the variables which contain the DCT coefficeints and
> its quantized values in the source code, Can anyone help me?
>
> Thanks & Regards
> Hoda Roodaki,
>
> --
> This is the x264-devel mailing-list
> To unsubscribe, go to: http://developers.videolan.org/lists.html
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.videolan.org/pipermail/x264-devel/attachments/20070620/c398cf70/attachment.htm
More information about the x264-devel
mailing list