)]}'
{
  "commit": "8783a8a97c6caa6ca5be81aab66fe83726b13077",
  "tree": "55bfe0f2ebc068c625d5d0462e47fe4121f49e07",
  "parents": [
    "8bf791e7ef59ed55252b9dc9e6b44f672147404d"
  ],
  "author": {
    "name": "Jingning Han",
    "email": "jingning@google.com",
    "time": "Wed Jul 08 09:15:39 2015 -0700"
  },
  "committer": {
    "name": "Jingning Han",
    "email": "jingning@google.com",
    "time": "Wed Jul 08 22:55:16 2015 +0000"
  },
  "message": "Refactor transform block loop for inter mode decoding\n\nRework the inter mode transform block decoding loop. Replace the\nblock index with the row and col index as the input argument. It\nsaves function call to compute the row and col index according to\nthe block index and overall block size, and many if statements\nassociated with the transform block position relative to the coding\nblock. For the test bit-stream pedestrian_area 1080p at 5 Mbps,\nthe decoding speed goes up from 81.13 fps to 81.92 fps.\n\nNote that the intra coded block decoding needs more refactoring\nwork than the inter ones. So keep it using foreach_transforme_block\nas for now.\n\nChange-Id: I5622bdae7be28ed5af96693274057f55ba9b4fb4\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "142e865d3089718d483f4db85e2c049884b55992",
      "old_mode": 33188,
      "old_path": "vp9/decoder/vp9_decodeframe.c",
      "new_id": "ebff9c421ba3f0360bbe337339d646bdd638c72a",
      "new_mode": 33188,
      "new_path": "vp9/decoder/vp9_decodeframe.c"
    }
  ]
}
