Skip to content
Snippets Groups Projects
  1. Aug 22, 2013
    • Hangyu Kuang's avatar
      Add neon optimize vp9_short_idct10_16x16_add. · 4082bf9d
      Hangyu Kuang authored
      vp9_short_idct10_16x16_add is used to handle the block that only have valid data
      at top left 4x4 block. All the other datas are 0. So we could cut many
      unnecessary calculations in order to save instructions.
      
      Change-Id: I6e30a3fee1ece5af7f258532416d0bfddd1143f0
      4082bf9d
  2. Aug 21, 2013
  3. Aug 20, 2013
  4. Aug 19, 2013
  5. Aug 17, 2013
    • Jingning Han's avatar
      Fix the returned distortion value in rd_pick_intra · f67919ae
      Jingning Han authored
      Return the distortion value in vp9_rd_pick_intra_mode_sb as sum of
      dist_y and dist_uv. Remove the right shift operation on dist_uv,
      and make it consistent with that of vp9_rd_pick_inter_mode_sb.
      
      Change-Id: I9d564e242d9add38e32595d33b0e0dddb1d55e5b
      f67919ae
  6. Aug 16, 2013
Loading