1. 14 Apr, 2014 - 6 commits
    • Dmitry Kovalev's avatar
      Replacing int_mv with MV. · 60db1315
      Dmitry Kovalev authored
      Change-Id: I35b9d1856d7951b8df7c933df6936dfc52a28451
      60db1315
    • Dmitry Kovalev's avatar
      Removing unused vp9_mcomp_x86.h file. · 2fc3a186
      Dmitry Kovalev authored
      We don't use declarations from this file. The real declarations
      (differently named) are in vp9_rtcd_defs.pl, e.g. vp9_full_search_sad.
      
      Change-Id: I73cbf064305710ba20747233cfdbe67366f069a0
      2fc3a186
    • Yaowu Xu's avatar
      Reduce code duplication · 54306b58
      Yaowu Xu authored
      Change-Id: I6ea1c335da9ca5b65f6a11466b417ad196fd0d65
      54306b58
    • Adrian Grange's avatar
      Enable vpxenc to specify internal coded frame size · f7bd1274
      Adrian Grange authored
      Added command line flags "resize-width" & "resize-height"
      to allow the user to specify the frame size to encode at.
      
      These two flags are ignored if the "resize-allowed" switch
      is not set to 1.
      
      All frames in the clip are then encoded at this size, which
      must be smaller than the raw frame size.
      
      Change-Id: I3d64bd9303d5c0bd678461a866a1ea621700d744
      f7bd1274
    • Paul Wilkins's avatar
      Remove vp9_ prefix on static inline function. · 19536d69
      Paul Wilkins authored
      This prefix reserved for global scope functions etc.
      
      Change-Id: I671cda2a63e01a40aae3d7407dd1bb4d338d709c
      19536d69
    • Paul Wilkins's avatar
      Speed 2 alternative balance. · 0639b5cf
      Paul Wilkins authored
      A previous path improved speed 2 quality a little but
      more extensive testing showed that it slowed encode
      by a few %.
      
      The change will have a similar effect for speed 3 but
      should not impact speeds 4+;
      
      This experiment should reverse that and give a speed
      up at the cost of a small quality loss.
      
      Borg results pending.
      
      Change-Id: I4493fc1541aaf44587f1a41ff219f7088da9252c
      0639b5cf
  2. 12 Apr, 2014 - 1 commit
    • Dmitry Kovalev's avatar
      Fixing error found by ioc. · 1f58f9d0
      Dmitry Kovalev authored
      vp9/encoder/vp9_rdopt.c:3913:44: runtime error: index -1 out of bounds for
      type 'RefBuffer [3]'.
      
      Change-Id: Ic0ec755328853b359e3a1ee84d319589183e38b7
      1f58f9d0
  3. 11 Apr, 2014 - 18 commits
  4. 10 Apr, 2014 - 12 commits
  5. 09 Apr, 2014 - 3 commits