1. 06 Nov, 2012 - 8 commits
    • Yaowu Xu's avatar
      fixed function prototype · a879b4e6
      Yaowu Xu authored
      so they are consistent with actual definitions of the functions
      
      Change-Id: Ie4b4e81b3da3e288fc2edbbd2b393a5c54d2556b
      a879b4e6
    • Yaowu Xu's avatar
      group refmv experiment related functions · acadcec5
      Yaowu Xu authored
      Change-Id: Iedaa108ddb65f54d768424f9c47ad4d069b656fd
      acadcec5
    • James Zern's avatar
      fix test builds · 2e3e6857
      James Zern authored
      s/([vV][pP])8/$19/
      additionally dct.h was removed; declare the _c functions that are used
      in the tests. the TODO for conversion to parameterized tests still
      remains.
      
      Change-Id: I73db9425a57075bbb78a92693ba6b320578981cd
      2e3e6857
    • Yunqing Wang's avatar
      Convert 16x16 dct/idct to integer forms · 4626faf1
      Yunqing Wang authored
      Converted vp9_short_fdct16x16_c and vp9_short_idct16x16_c to
      integer versions.
      
      Change-Id: Ie3ec985a890ac0f4f4f5818e6f0122e00c8af69f
      4626faf1
    • James Zern's avatar
      vp9/encoder/bitstream.c: fix unused variable warnings · 0078d2f3
      James Zern authored
      Change-Id: Ibfac7e000509d2017eac9a108060e534a19fec33
      0078d2f3
    • Yaowu Xu's avatar
      silent a lot of MSVC compiler warnings · 8a336b0d
      Yaowu Xu authored
      there are still a couple type of warning left, which are related to
      double constants assigned to float type. As those would be addressed
      by the conversion of transforms into integer version. This commit
      has left those un-dealt with.
      
      Change-Id: I48fd9b489c0c27ad6b543f4177423419f929f2bb
      8a336b0d
    • James Zern's avatar
      rd_pick_inter_mode: prevent signed integer overflow · e47d9f1d
      James Zern authored
      calculate the txfm_cache difference first as both values may be
      INT64_MAX with the intent that they cancel each other out.
      
      Change-Id: I214d072458e1b24f60289974e6302af1aff7b66c
      e47d9f1d
    • Jim Bankoski's avatar
      remove invoke_search macro · 7849aa20
      Jim Bankoski authored
      Removed invoke search from encoder
      
      Change-Id: I3d809b795abe6df0e71366edfe94026aaede14fb
      7849aa20
  2. 05 Nov, 2012 - 1 commit
    • James Zern's avatar
      rdopt: fix use of uninitialized value in addition · f2541f8a
      James Zern authored
      rd_pick_intra4x4mby_modes / rd_pick_intra8x8mby_modes would both use the
      input value of 'rate_y' in the return calculation. In many places this
      value is uninitialized. Remove the unneeded sum.
      
      Change-Id: Icbd3df685303000301e69291c0ebc06f74bd548d
      f2541f8a
  3. 03 Nov, 2012 - 1 commit
  4. 02 Nov, 2012 - 4 commits
  5. 01 Nov, 2012 - 1 commit