)]}'
{
  "commit": "ee0af21256e7a985730ad7b9aa842cbabcf55af7",
  "tree": "d16b7da71aa0c055b53a6de7b305914349091843",
  "parents": [
    "1a2df5e295eab3ee4de729b253e2e0c1b9a714b6"
  ],
  "author": {
    "name": "Yushin Cho",
    "email": "ycho@mozilla.com",
    "time": "Mon Jan 09 15:46:55 2017 -0800"
  },
  "committer": {
    "name": "Yushin Cho",
    "email": "ycho@mozilla.com",
    "time": "Tue Jan 10 00:51:43 2017 +0000"
  },
  "message": "Correct the misleading codes in encode_inter_mb_segment()\n\nIn encode_inter_mb_segment(), when BLOCK_8X4 or BLOCK_4X8 is\npassed, the nested loop inside it iterates always twice.\n(For BLOCK_4X4, loop iterates only once because encode_inter_mb_segment()\nis called for each of 4X4 block.)\nThen, the k for 1st iteration is always zero, and the k for 2nd\niteration is always (idy * 2 + idx) with either idy \u003d\u003d 1 or idx \u003d\u003d 1\ndepending on the sb_type.\n\nUsing \"+\u003d\" there could mislead readers expecting that\nthe # of iterations is more.\nAnd probably using simple assignment would be more proper here.\n\nChange-Id: I7a11255eca13403bc090ba4f0cd4785db9f0e541\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "e139eab6af99e613e22f9cd512a99d9c43e3e6de",
      "old_mode": 33188,
      "old_path": "av1/encoder/rdopt.c",
      "new_id": "1bd9dfa14f27daff94471089eb624ee1d5b328b5",
      "new_mode": 33188,
      "new_path": "av1/encoder/rdopt.c"
    }
  ]
}
