1. 22 Jan, 2010 1 commit
    • michael's avatar
      Gcc idiocy fixes related to filter_mb_edge*. · b859137f
      michael authored
      Change order of operands as gcc uses a hardcoded register per operand it seems
      even for static functions
      thus reducing unneeded moved (now functions try to pass the same argument in
      the same spot).
      Change signed int to unsigned int for array indexes as signed requires signed
      extension while unsigned is free.
      move the +52 up and merge it where it will end as a lea instruction, gcc always
      splits the 52 out there turning the free +52 into an expensive one otherwise.
      The changed code becomes a little faster.
      
      
      git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21375 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
      b859137f
  2. 21 Jan, 2010 15 commits
  3. 20 Jan, 2010 24 commits