)]}'
{
  "commit": "cdffeaaae05f9261ab9be5aebe0fbb2454b295fb",
  "tree": "d5da25f70a23f2f187dd9aa1134e9eb1b2c0eb64",
  "parents": [
    "70eb862fd3ea11bcbd6d7811dffd5bc62d48c3d1"
  ],
  "author": {
    "name": "hkuang",
    "email": "hkuang@google.com",
    "time": "Mon Jun 09 16:01:53 2014 -0700"
  },
  "committer": {
    "name": "hkuang",
    "email": "hkuang@google.com",
    "time": "Tue Jun 10 13:43:36 2014 -0700"
  },
  "message": "Add mode info arrays and mode info index.\n\nIn non frame-parallel decoding, this works the same way as\ncurrent decoding scheme. Every time after decoder finish\ndecoding a frame, it will swap the current mode info pointer\nand  previous mode info pointer if the decoded frame needs\nto be shown. Both mode info pointer and previous mode info\npointer are from mode info arrays.\n\nIn frame-parallel decoding, this will become more complicated\nas current frame\u0027s mode info pointer will be shared with next\nframe as previous mode info pointer. But when one decoder\nthread finishes decoding one frame and starts to work on next\navailable frame, it needs to retain the decoded frame\u0027s mode\ninfo pointers until next frame finishes decoding. The mode info\nindex will serve this purpose. The decoder will use different\nbuffer in the mode info arrays and use the other buffer to save\nprevious decoded frame’s mode info.\n\nChange-Id: If11d57d8eb0ee38c8876158e5482177fcb229428\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "f44ada1b9c1449df6d5e81141e216bd6bc140b2c",
      "old_mode": 33188,
      "old_path": "vp9/common/vp9_alloccommon.c",
      "new_id": "e56a0b7a8c9021b6a3166224232f800515a68ecd",
      "new_mode": 33188,
      "new_path": "vp9/common/vp9_alloccommon.c"
    },
    {
      "type": "modify",
      "old_id": "20de434148e1aecaf1881b81f28ee74941c20c83",
      "old_mode": 33188,
      "old_path": "vp9/common/vp9_onyxc_int.h",
      "new_id": "e1753a11b9c2c454322fe47430fd26046824ae0a",
      "new_mode": 33188,
      "new_path": "vp9/common/vp9_onyxc_int.h"
    }
  ]
}
