Skip to content
Snippets Groups Projects
  1. Nov 01, 2013
    • Yaowu Xu's avatar
      Convert filter kernel choice to lookup · 0f76ba55
      Yaowu Xu authored
      Also removed unused declaration related 6 tap filter
      
      Change-Id: Ic17f516141d885157918505f4204081e4c951fad
      0f76ba55
    • Yaowu Xu's avatar
      Two optimizations: · a272530b
      Yaowu Xu authored
      1. Reduced the size memset based on eob for 32x32 transform. The reset
      of non-zero coefficient should probably go into where they are read in
      inverse transform functions. (TODO)
      2. Removed a redundant level of indirection.
      vp9_iht4x4_add() checks transform type and call vp9_iht4x4_16_add()
      for tranforms other than DCT_DCT. In this case, the DCT_DCT case
      has been already handled here.
      
      Change-Id: Iacbc77da761f0b308df5acea0f20c9add9f33d20
      a272530b
    • Yaowu Xu's avatar
      Merge "simplify read_coef_prob()" · f0446164
      Yaowu Xu authored
      f0446164
    • Dmitry Kovalev's avatar
      0e175633
  2. Oct 31, 2013
  3. Oct 30, 2013
  4. Oct 29, 2013
Loading