)]}'
{
  "commit": "b746c3b7d926d57983cb5a53bfa585d47cd3fc85",
  "tree": "301c4fd94781a6b9ccc32f978d1f59050f13c091",
  "parents": [
    "7daf04222b4200d5f7277992eff7104c94473ce0"
  ],
  "author": {
    "name": "David Barker",
    "email": "david.barker@argondesign.com",
    "time": "Fri Aug 04 17:45:52 2017 +0100"
  },
  "committer": {
    "name": "Yue Chen",
    "email": "yuec@google.com",
    "time": "Mon Aug 07 17:14:01 2017 +0000"
  },
  "message": "Fix bug in highbd wedge-interintra prediction\n\nWhen calling aom_(highbd_)blend_a64_mask for a subsampled plane,\nthe mask is subsampled in-place. This means that the mask stride\npassed in needs to be the value before subsampling. Since the\nwedge masks are set up so that mask stride \u003d mask width, this means\nthat the stride should equal the width of the current mi block.\n\nHowever, for the wedge-interintra path in combine_interintra_highbd,\nwe subsampled the mask stride, resulting in the wrong stride being\nused for chroma planes if subsampling_x \u003d\u003d 1.\n\nThe lowbd path already uses the correct stride, so this patch just\ncopies the stride calculation over to the highbd path.\n\nChange-Id: I08a4120b11a38912c45d9e637a54e009eddd88ec\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "ea544f8eb7653a9ee4ad0db4c7d6f5f41b1b6ae7",
      "old_mode": 33188,
      "old_path": "av1/common/reconinter.c",
      "new_id": "643dbcbb8dc952888e8b3115060e0ef9400981f9",
      "new_mode": 33188,
      "new_path": "av1/common/reconinter.c"
    }
  ]
}
