)]}'
{
  "commit": "cc80247f16ce83271e5c2043307dc65c8bb4bbf7",
  "tree": "3c754cb665a552b98367ac115606004740cef018",
  "parents": [
    "89ac94f8fb7be1ce9baee198954a890941ecf936"
  ],
  "author": {
    "name": "Yunqing Wang",
    "email": "yunqingwang@google.com",
    "time": "Thu Dec 27 13:48:17 2012 -0800"
  },
  "committer": {
    "name": "Yunqing Wang",
    "email": "yunqingwang@google.com",
    "time": "Thu Dec 27 14:09:30 2012 -0800"
  },
  "message": "Switch the order of calculating 2-D inverse transform\n\nThe 2-D inverse transform X \u003d M1*Z*Transposed_M2 was calculated\nin 2 steps from left to right:\n1. Vertical transform: Y \u003d M1*Z\n2. Horizontal transform: X\u003d Y*Transposed_M2\nIn SIMD, a transpose is needed in vertical transform.\n\nHere, switched the calculation order to do it from right to left.\nIn this way, we could eliminate that transpose by writing the\nintermediate results out to their transposed positions.\n\nChange-Id: I34dfe5eb01292f6e363712420d99475e2e81e12c\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "7ce8cbee17634f9ba452944a61108502cf3340f1",
      "old_mode": 33188,
      "old_path": "vp9/common/vp9_idctllm.c",
      "new_id": "6cbc259674e1b592f57eb1aa752276a94a73b76d",
      "new_mode": 33188,
      "new_path": "vp9/common/vp9_idctllm.c"
    }
  ]
}
