1. 22 3月, 2014 1 次提交
  2. 13 3月, 2014 1 次提交
  3. 20 2月, 2014 1 次提交
  4. 08 4月, 2013 1 次提交
  5. 26 2月, 2013 1 次提交
  6. 09 2月, 2013 1 次提交
  7. 11 7月, 2011 2 次提交
  8. 05 7月, 2011 1 次提交
  9. 04 7月, 2011 1 次提交
  10. 11 5月, 2011 1 次提交
  11. 10 5月, 2011 1 次提交
    • O
      Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. · 19a0729b
      Oskar Arvidsson 提交于
      This patch lets e.g. dsputil_init chose dsp functions with respect to
      the bit depth to decode. The naming scheme of bit depth dependent
      functions is <base name>_<bit depth>[_<prefix>] (i.e. the old
      clear_blocks_c is now named clear_blocks_8_c).
      
      Note: Some of the functions for high bit depth is not dependent on the
      bit depth, but only on the pixel size. This leaves some room for
      optimizing binary size.
      
      Preparatory patch for high bit depth h264 decoding support.
      Signed-off-by: NRonald S. Bultje <rsbultje@gmail.com>
      19a0729b