Skip to content
Snippets Groups Projects
Commit b90d8cc7 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

avcodec/gdv: Replace divisions by shifts in rescale()


Divisions tend to be slower than shifts unless the compiler optimizes them out.
And some of these are in inner loops.

Signed-off-by: default avatarMichael Niedermayer <michael@niedermayer.cc>
parent 303439bc
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment