)]}'
{
  "commit": "b889a7fa7c8b0842a5d5b675e1aa419e205c5aef",
  "tree": "90b3f454f8e25cff6fba9299ff523e2ac9535688",
  "parents": [
    "9d05576c16e671e5665a563c3127b5636ecc9488"
  ],
  "author": {
    "name": "Wan-Teh Chang",
    "email": "wtc@google.com",
    "time": "Fri Jun 28 16:35:44 2019 -0700"
  },
  "committer": {
    "name": "Wan-Teh Chang",
    "email": "wtc@google.com",
    "time": "Wed Jul 10 23:36:05 2019 +0000"
  },
  "message": "Do not account for high bit depth twice.\n\nWhen calculating the stride (for packed formats) and alloc_size, we\nshould not account for high bit depth twice.\n\nbps accounts for high bit depth (implicitly).\n\nstride_in_bytes also accounts for high bit depth.\n\nSo any value calculated by multiplying bps and stride_in_bytes ends up\naccounting for high bit depth twice. A solution is to divide bps not by\na fixed 8 bits but by a variable (bit_depth) that is either 8 bits or 16\nbits depending on the bit depth.\n\nChange-Id: I603db355eb7ed923da6d55634d5c247095c08356\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "723ff83bc303c753d72cc6acfb0ed38cc09981f0",
      "old_mode": 33188,
      "old_path": "aom/src/aom_image.c",
      "new_id": "9407facd37dda47b532d39156917f13424ee5446",
      "new_mode": 33188,
      "new_path": "aom/src/aom_image.c"
    }
  ]
}
