• Ronald S. Bultje's avatar
    h264/svq3: stop using draw_edges. · 51513b98
    Ronald S. Bultje authored
    Instead, only extend edges on-demand when the motion vector actually
    crosses the visible decoded area using ff_emulated_edge_mc(). This
    changes decoding time for cathedral from 8.722sec to 8.706sec, i.e.
    0.2% faster overall. More generally (VP8 uses this also), low-motion
    content gets significant speed improvements, whereas high-motion content
    tends to decode in approximately the same time.
    Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
    51513b98
h264.c 183 KB