1. 26 Mar, 2014 - 1 commit
  2. 25 Mar, 2014 - 2 commits
  3. 24 Mar, 2014 - 3 commits
  4. 21 Mar, 2014 - 5 commits
  5. 20 Mar, 2014 - 1 commit
  6. 19 Mar, 2014 - 3 commits
  7. 18 Mar, 2014 - 1 commit
  8. 17 Mar, 2014 - 1 commit
  9. 13 Mar, 2014 - 5 commits
  10. 10 Mar, 2014 - 4 commits
  11. 06 Mar, 2014 - 3 commits
  12. 05 Mar, 2014 - 1 commit
  13. 04 Mar, 2014 - 1 commit
  14. 03 Mar, 2014 - 5 commits
  15. 01 Mar, 2014 - 3 commits
    • Yaowu Xu's avatar
      Remove dec_build_inter_predictors() parameters · 9650b9d7
      Yaowu Xu authored
      There were two parameters not in use, this commit removed them.
      
      Change-Id: Ia03a73b9a2521400bed539df45574e34214ed93a
      9650b9d7
    • Yaowu Xu's avatar
      Remove vp9_create_common() · 2f4eb5f0
      Yaowu Xu authored
      The function has evolved over time, now only calls vp9_rtcd(), so this
      commit removes the function and changes to call vp9_rtcd() directly.
      
      Change-Id: I8cfa6190daa4b28f6f3d1e11bb3a07f9c95322bf
      2f4eb5f0
    • levytamar82's avatar
      AVX2 SubPixel AVG Variance Optimization · ea149096
      levytamar82 authored
      Optimizing 2 functions to process 32 elements in parallel instead of 16:
      1. vp9_sub_pixel_avg_variance64x64
      2. vp9_sub_pixel_avg_variance32x32
      both of those function were calling vp9_sub_pixel_avg_variance16xh_ssse3
      instead of calling that function, it calls vp9_sub_pixel_avg_variance32xh_avx2
      that is written in avx2 and process 32 elements in parallel.
      This Optimization gave 80% function level gain and 2% user level gain
      
      Change-Id: Iea694654e1b7612dc6ed11e2626208c2179502c8
      ea149096
  16. 28 Feb, 2014 - 1 commit
    • Dmitry Kovalev's avatar
      Cleaning up vp9_mvref_common.c. · d689f2ad
      Dmitry Kovalev authored
      different_ref_found is always equal to one (if calculated) because
      ref_frame[0] != ref_frame[1] for each mi-block.
      
      Change-Id: Ibd7625b7b29dec2fd3c40edbc3de1169abb78585
      d689f2ad