)]}'
{
  "commit": "10783d4f3a6188a01f9a993c56ab0013acd97214",
  "tree": "068914b26183a52c2cf7a084cfca333a94cf952f",
  "parents": [
    "1e4136d35d0323f64817a0d9ae333ba9f6f731c3"
  ],
  "author": {
    "name": "Deb Mukherjee",
    "email": "debargha@google.com",
    "time": "Tue Sep 02 16:34:09 2014 -0700"
  },
  "committer": {
    "name": "Deb Mukherjee",
    "email": "debargha@google.com",
    "time": "Thu Sep 11 19:56:33 2014 -0700"
  },
  "message": "Adds high bitdepth transform functions and tests\n\nAdds various high bitdepth transform functions and tests.\nMuch of the changes are related to using typedefs tran_low_t\nand tran_high_t for the final transform cofficients and intermediate\nstages of the transform computation respectively rather than fixed\ntypes int16_t/int. When vp9_highbitdepth configure flag is off,\nthese map tp int16_t/int32_t, but when the flag is on, they map\nto int32_t/int64_t to make space for needed extra precision.\n\nChange-Id: I3c56de79e15b904d6f655b62ffae170729befdd8\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "32b70f18e6c4309e53f859b1b85e7b8e99496a33",
      "old_mode": 33261,
      "old_path": "configure",
      "new_id": "7b9c211841fcca25dc220d66463ade8bc1a145a1",
      "new_mode": 33261,
      "new_path": "configure"
    },
    {
      "type": "modify",
      "old_id": "2e3659ff359d381b89e75a97f029e254cc23c292",
      "old_mode": 33188,
      "old_path": "test/convolve_test.cc",
      "new_id": "d1e7f1d06ff79c5b735856af69a8286517ada68a",
      "new_mode": 33188,
      "new_path": "test/convolve_test.cc"
    },
    {
      "type": "modify",
      "old_id": "c38cc2ea5d46d9b4312325c7240454a211f47560",
      "old_mode": 33188,
      "old_path": "test/dct16x16_test.cc",
      "new_id": "d1ce1097d3872d266a00fa7a0572a49f116da954",
      "new_mode": 33188,
      "new_path": "test/dct16x16_test.cc"
    },
    {
      "type": "modify",
      "old_id": "d2d437c66f64c804d20c2aac7b4531c60aa36c3e",
      "old_mode": 33188,
      "old_path": "test/dct32x32_test.cc",
      "new_id": "c7a1931af8bb7bd58508fb69613ab244442aa835",
      "new_mode": 33188,
      "new_path": "test/dct32x32_test.cc"
    },
    {
      "type": "modify",
      "old_id": "08a69abee4c7334624e9a447183d8fc82861c8af",
      "old_mode": 33188,
      "old_path": "test/fdct4x4_test.cc",
      "new_id": "f803c8e2537f5aa436802dd7a427c6e220488e62",
      "new_mode": 33188,
      "new_path": "test/fdct4x4_test.cc"
    },
    {
      "type": "modify",
      "old_id": "a694f0c4584f7effe61c63adc7d4bf6caf4aae2c",
      "old_mode": 33188,
      "old_path": "test/fdct8x8_test.cc",
      "new_id": "545553456d576c679beee78c2f3f6f41281a0f22",
      "new_mode": 33188,
      "new_path": "test/fdct8x8_test.cc"
    },
    {
      "type": "modify",
      "old_id": "5f4c33a818d9a715d6a57837588bf2e1c962fd96",
      "old_mode": 33188,
      "old_path": "test/idct8x8_test.cc",
      "new_id": "f488cb4affeac6e49e24de963c43f8f95b09b156",
      "new_mode": 33188,
      "new_path": "test/idct8x8_test.cc"
    },
    {
      "type": "modify",
      "old_id": "15f4e6cbad37986221233779636c653fe99bac51",
      "old_mode": 33188,
      "old_path": "test/partial_idct_test.cc",
      "new_id": "9c24fee5cbf19700fd6cef14a6fccda81b18a11e",
      "new_mode": 33188,
      "new_path": "test/partial_idct_test.cc"
    },
    {
      "type": "modify",
      "old_id": "951e6e02334b692dc563787aa3c7c51bd188266e",
      "old_mode": 33188,
      "old_path": "vp9/common/vp9_blockd.h",
      "new_id": "7d4ed95a2305a03f4b039b733558ef97015536ac",
      "new_mode": 33188,
      "new_path": "vp9/common/vp9_blockd.h"
    },
    {
      "type": "modify",
      "old_id": "856d41e7001e597591994e2bf6b19d6de521ae6e",
      "old_mode": 33188,
      "old_path": "vp9/common/vp9_idct.c",
      "new_id": "b196fc527959f8fa723ba37efb3eefe7b8e063cb",
      "new_mode": 33188,
      "new_path": "vp9/common/vp9_idct.c"
    },
    {
      "type": "modify",
      "old_id": "7f595e1cca205b7793b67cbfb859198b4117cc2a",
      "old_mode": 33188,
      "old_path": "vp9/common/vp9_idct.h",
      "new_id": "694be3cf94bf0991dc33ef473bcdb29fc54485f0",
      "new_mode": 33188,
      "new_path": "vp9/common/vp9_idct.h"
    },
    {
      "type": "modify",
      "old_id": "1e030cf8d1516cd46c05ffd9360bce53c5019151",
      "old_mode": 33188,
      "old_path": "vp9/common/vp9_rtcd_defs.pl",
      "new_id": "32bcf9a77491b5e955b2bd3918048a73359269ab",
      "new_mode": 33188,
      "new_path": "vp9/common/vp9_rtcd_defs.pl"
    },
    {
      "type": "modify",
      "old_id": "38e35ca8c9383d7cccaa837a6ceca509ba845464",
      "old_mode": 33188,
      "old_path": "vp9/decoder/vp9_decodeframe.c",
      "new_id": "7615cddda3d34f25d20be1a104df2feaff00c7bb",
      "new_mode": 33188,
      "new_path": "vp9/decoder/vp9_decodeframe.c"
    },
    {
      "type": "modify",
      "old_id": "91cdf3860e87d3dadc3577274ca6957becd5b84f",
      "old_mode": 33188,
      "old_path": "vp9/decoder/vp9_detokenize.c",
      "new_id": "76ca1ae8fce187db980193010ad6e69ff95e5cf4",
      "new_mode": 33188,
      "new_path": "vp9/decoder/vp9_detokenize.c"
    },
    {
      "type": "modify",
      "old_id": "b7263832279dbc9d0fb07502a7b6d639964527c1",
      "old_mode": 33188,
      "old_path": "vp9/encoder/vp9_block.h",
      "new_id": "767bd7f919551be70cbd6efa053346289458917c",
      "new_mode": 33188,
      "new_path": "vp9/encoder/vp9_block.h"
    },
    {
      "type": "modify",
      "old_id": "9b7a93267f1528693abf5f225bfaafd11abacc4d",
      "old_mode": 33188,
      "old_path": "vp9/encoder/vp9_context_tree.c",
      "new_id": "12acc51143aa78e374e0d43c17abe5c88d4a22ec",
      "new_mode": 33188,
      "new_path": "vp9/encoder/vp9_context_tree.c"
    },
    {
      "type": "modify",
      "old_id": "236389b6f9d84a9a1c452f237ad404e3318e15fd",
      "old_mode": 33188,
      "old_path": "vp9/encoder/vp9_context_tree.h",
      "new_id": "97f07414813a6ef5b76bb4baa91d1d844f9a5ab7",
      "new_mode": 33188,
      "new_path": "vp9/encoder/vp9_context_tree.h"
    },
    {
      "type": "modify",
      "old_id": "59222f0a959a712ed9d7ce05a165bb4ecdf58925",
      "old_mode": 33188,
      "old_path": "vp9/encoder/vp9_dct.c",
      "new_id": "eff899610b3f892486a1882b2d9c2054ef2717cc",
      "new_mode": 33188,
      "new_path": "vp9/encoder/vp9_dct.c"
    },
    {
      "type": "modify",
      "old_id": "667845072507870139162da827368b6f8db109df",
      "old_mode": 33188,
      "old_path": "vp9/encoder/vp9_encodemb.c",
      "new_id": "794e6d0e338a5c05a468f8cce20cf2615a1b38b9",
      "new_mode": 33188,
      "new_path": "vp9/encoder/vp9_encodemb.c"
    },
    {
      "type": "modify",
      "old_id": "b6e606d780805d1eac7d4f34994c26862352dbb7",
      "old_mode": 33188,
      "old_path": "vp9/encoder/vp9_encoder.c",
      "new_id": "627bff68a2c08783ba4900bd42e3244e84fc6a43",
      "new_mode": 33188,
      "new_path": "vp9/encoder/vp9_encoder.c"
    },
    {
      "type": "modify",
      "old_id": "0d3c4c19a4d8058eab00ee984b46cd82ea553b5a",
      "old_mode": 33188,
      "old_path": "vp9/encoder/vp9_encoder.h",
      "new_id": "80774de9247ce86e2e7fc29de31e49cfa566d8be",
      "new_mode": 33188,
      "new_path": "vp9/encoder/vp9_encoder.h"
    },
    {
      "type": "modify",
      "old_id": "eababdbca9746370b0f34e91f5a3442edb6387b8",
      "old_mode": 33188,
      "old_path": "vp9/encoder/vp9_quantize.c",
      "new_id": "d49eb956f0df4723716289c9ca8d94ec102ebfd6",
      "new_mode": 33188,
      "new_path": "vp9/encoder/vp9_quantize.c"
    },
    {
      "type": "modify",
      "old_id": "262529b057002d743dfd73522af6a84d67516372",
      "old_mode": 33188,
      "old_path": "vp9/encoder/vp9_quantize.h",
      "new_id": "d7edb0bdc67adea6b80c10d895063c4573a8f0c2",
      "new_mode": 33188,
      "new_path": "vp9/encoder/vp9_quantize.h"
    },
    {
      "type": "modify",
      "old_id": "0804cb547f0ea818525156e6fed628ac98d0d022",
      "old_mode": 33188,
      "old_path": "vp9/encoder/vp9_rdopt.c",
      "new_id": "2564bdb4529c2e22e9d9369f687d8460f2225568",
      "new_mode": 33188,
      "new_path": "vp9/encoder/vp9_rdopt.c"
    },
    {
      "type": "modify",
      "old_id": "6068b85a0435df3c1afe3995ab96eb2e92e5fd4e",
      "old_mode": 33188,
      "old_path": "vp9/encoder/vp9_tokenize.c",
      "new_id": "263883f664c86a8cef909700427fbfa63905feb8",
      "new_mode": 33188,
      "new_path": "vp9/encoder/vp9_tokenize.c"
    },
    {
      "type": "modify",
      "old_id": "0f0b7a5abbdecfa0c2475a84d9a7b22cfc6b67bf",
      "old_mode": 33188,
      "old_path": "vp9/vp9_cx_iface.c",
      "new_id": "9bf1aa270b24b8fbac479d2a935ac6213190af3b",
      "new_mode": 33188,
      "new_path": "vp9/vp9_cx_iface.c"
    }
  ]
}
