Tero Rintaluoma 56e6c66b49 Avoid division in intra prediction
- Using multiplication and shifting instead of division in
  intra prediction.
- Maximum absolute difference is 1 for division statements
  in d45, d27, d63 prediction modes. However, errors can
  cumulate for large block sizes when using already predicted
  values.
- Maximum number of non-matching result values in loops using
  division are:
  4x4        0/16
  8x8        0/64
  16x16     10/256
  32x32     13/1024
  64x64    122/4096

  Overall PSNR
  derf:     0.005
  yt:      -0.022
  std-hd:   0.021
  hd:      -0.006

Change-Id: I3979a02eb6351636442c1af1e23d6c4e6ec1d01d
2013-02-20 10:37:36 +02:00
..
2013-02-15 14:06:25 -08:00
2013-02-11 16:53:11 -08:00
2013-02-05 14:19:28 -08:00
2013-02-11 10:42:39 -08:00
2013-01-10 08:23:59 -08:00
2013-02-15 14:06:25 -08:00
2013-02-13 12:31:00 -08:00
2013-01-10 08:23:59 -08:00
2012-11-27 14:12:30 -08:00
2013-01-28 17:28:04 +00:00
2012-11-27 14:12:30 -08:00
2013-02-13 12:31:00 -08:00
2013-02-13 12:31:00 -08:00