• Michael Niedermayer's avatar
    change · 356ab1da
    Michael Niedermayer authored
    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
    
    Originally committed as revision 9860 to svn://svn.ffmpeg.org/ffmpeg/trunk
    356ab1da