View Single Post
Old 15th December 2002, 18:28   #15  |  Link
Koepi
Moderator
 
Koepi's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 4,454
hpel and qpel _are_ sub pixel resolution.

The benefit from it is the more precise movement detection - thus possibly saving texture bits, which get consumed by bigger motion vectors usually.

The error that this more precise detection produces is smaller, that's why it's considered to improve something(the amount of error correction data gets less). You can see the success of it in the sharper image you get, it has more details - even if you have to compress the material more.

The search range is still the same:

if in fullpel 32 pixel range is searched, this happens in hpel and qpel as well (hm. not sure about the hpel part). So the search efforts increase (think of it as if you'd blow up the image by the factor of 4 in each direction).

I hope i didn't cause more confusion now %)

Best regards
Koepi
Koepi is offline