Re[3]: [XviD-devel] GMC

Radek 'sysKin' Czyz xvid-devel@xvid.org
Tue, 5 Nov 2002 23:57:17 +1030


AGGGGHHHHHHHHHHRRRRRRRR..............

Hi,

I found the problem

  if ( (pEnc->current->GMC_MV.x == 0) && (pEnc->current->GMC_MV.y == 0) )
         pEnc->current->coding_type = P_VOP;             /* no global motion -> no GMC */

Can we really turn off GMC at any frame? If we can, then ethier
decoders can't handle it, or we do it in a buggy way.

Anyway, it seems we can't turn GMC off for the time being...

My function works correctly now. I'll play with some thresholds to
make GMC improve anything - it doesn't improve now.

Hooray, it works! :-)

Radek