Regarding the parameters in the MBParam structure

Shiva Narayan Reddy <[email protected]>
Newsgroups gmane.comp.video.xvid.devel
Message-ID <[email protected]>
In the encoder.h file, have a look at the MBParam structure


typedef struct
{
    /* --- constants --- */
 uint32_t width;
 uint32_t height;

 uint32_t edged_width;
 uint32_t edged_height;
 uint32_t mb_width;
 uint32_t mb_height;
----
--
--
-
}MBParam;


Can any one give me an idea with proper explanation regarding the difference between the width,mb_width and edged_width .

Why we need all these params ?


Regards,
shiva narayan
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.