1. 14 Sep, 2010 - 1 commit
    • Suman Sunkara's avatar
      Changed code to remove extra read/write loops when not necessary · 00cec8f9
      Suman Sunkara authored
      Modified code so that:
      -When above and left contexts are same and not equal to current segment id, it needs to read a maximum of 2 segment_tree_probabilities.
      - When above and left contexts are different and not equal to current segment id, it needs to read only a single segment_tree_probability.
      
      Change-Id: Idc2cf2c4afcc6179b8162ac5a32c948ff5a9a2ba
      00cec8f9
  2. 13 Sep, 2010 - 1 commit
  3. 28 May, 2010 - 1 commit
  4. 25 May, 2010 - 2 commits
  5. 24 May, 2010 - 1 commit
  6. 20 May, 2010 - 1 commit
  7. 19 May, 2010 - 2 commits
    • Yaowu Xu's avatar
      Fixed an encoder debug/relese mismatch in x86_64-win64-vs8 · c15652bc
      Yaowu Xu authored
      Visual c++ compiler uses xmm registers for floating point
      operations for 64 bit architecture, therefore its calling
      convention requires the preservation of xmm6-xmm15 in any
      function that have used these registers. However, the sse2
      functions, that were originally written for 32 bit windows,
      may have used xmm6 and xmm7 without preserving the content.
      In this particular case, the compiler used xmm6 to save
      the variable "two_pass_min_rate", the value of the variable
      is mucked up by our sse2 optimized loop filter functions,
      hence the results of release/debug mismatching.
      c15652bc
    • Pavol Rusnak's avatar
      remove unneeded variables · 0fc9abfb
      Pavol Rusnak authored
      0fc9abfb
  8. 18 May, 2010 - 1 commit