1. 16 Apr, 2013 - 2 commits
    • Yunqing Wang's avatar
      Optimize the scaling calculation · 148eb803
      Yunqing Wang authored
      In decoder, the scaling calculation, such as (mv * x_num / x_den),
      is fairly time-consuming. In this patch, we check if the scaling
      happens or not at frame level, and then decide which function to
      call to skip scaling calculation when no scaling is needed. Tests
      showed a 3% decoder performance gain.
      
      Change-Id: I270901dd0331048e50368cfd51ce273dd82b8733
      148eb803
    • Scott LaVarnway's avatar
      Removing extra params from x_add_residual() functions · 6f95d53e
      Scott LaVarnway authored
      Now that the predictor is the dest, we do not need the
      extra parameters.
      
      Change-Id: I31e2c3d2015f4a1cd12e7f04536d8db478582a0a
      6f95d53e
  2. 15 Apr, 2013 - 11 commits
  3. 12 Apr, 2013 - 8 commits
  4. 11 Apr, 2013 - 19 commits