[XviD-devel] Regarding the parameters in the MBParam structure

Shiva Narayan Reddy venkat.d at samsung.com
Fri Feb 29 13:45:11 CET 2008


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


More information about the XviD-devel mailing list