[x264-devel] Regarding disabling 4x4 in JM code

List, Peter Peter.List at t-systems.com
Tue Aug 7 11:42:02 CEST 2007


Dear Mahesh,

if you are talking about a DECODER intra 4x4 is a must, if you want to
be standard conform in all cases (for any profile). 

If you are talking about  ENCODERS you don't need to implement intra-4x4
but only use intra-16x16 (resulting in very poor intra performance).

 

I don't understand what you mean with:

But we want to decode any standard bitstream that is as per standard but
return the error code accordingly . 



About mb_type read in  "Recommendation H.264" (ISO/IEC 14496-10)
paragraph 7.4.5

 

Peter

 

________________________________

Von: mahesh k [mailto:maheswarreddy.k at gmail.com] 
Gesendet: Dienstag, 7. August 2007 11:22
An: Mailing list for x264 developers
Betreff: Re: [x264-devel] Regarding disabling 4x4 in JM code

 

thanks for ur reply. Plz tell me whether intra 4x4 is must in base line
profile or it is an optional.
 Can't we run the baseline profile decoder without 4x4 as per standard?
I need this because at present we have not implemented this 4x4 mode But
we want to decode any standard bitstream that is as per standard but
return the error code accordingly . 
Also I am confused with the syntax element mb_type. 
What values does mb_type should have if i need to check whether this is
an 4x4 or 16x16.
Also plz tell me in clear about this mb_type and ma_mde.
If possible refer some good document on this. 

Thanks in advance.

On 8/7/07, List, Peter <Peter.List at t-systems.com> wrote:


> mahesh k wrote:
> > I want a baseline ecoded bit stream in which intra4x4 predition mode
> > should not be present.
>
> Note (but you probably already know it): of course intra4x4 is part of

> baseline.

Also note that intra4x4 is NOT some fancy add on for intra-coding like
some people think 4x4 motion estimation is.
Intra4x4 is the basic intra coding mode! It is usually used for the
majority of intra-macroblocks. Intra-16x16 is only used for very uniform

macroblocks like blocks from a blue sky or something like that.
Regards, Peter
_______________________________________________
x264-devel mailing list
x264-devel at videolan.org 
http://mailman.videolan.org/listinfo/x264-devel

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.videolan.org/pipermail/x264-devel/attachments/20070807/3760b4f6/attachment.htm 
-------------- next part --------------
_______________________________________________
x264-devel mailing list
x264-devel at videolan.org
http://mailman.videolan.org/listinfo/x264-devel


More information about the x264-devel mailing list