Mercurial > libavcodec.hg
comparison armv4l/mpegvideo_iwmmxt.c @ 5441:7b8fd76dba47 libavcodec
change
for(){
if(){
switch(){
to
switch(){
for(){
if(){
this halfs the number of times the switch is executed in bidir blocks, in
other blocks the number is the same
25 cpu cycles less with matrixbench on duron
author | michael |
---|---|
date | Wed, 01 Aug 2007 20:37:41 +0000 |
parents | d5ba514e3f4a |
children | 43c97362dfa8 |
comparison
equal
deleted
inserted
replaced
5440:cfbb6ab18f89 | 5441:7b8fd76dba47 |
---|