)]}'
{
  "commit": "c4839b36b96d627acba585ff889c3901aa30b7bc",
  "tree": "2d069a85c6b8cdd4e7aa51a128653e97365ebb2d",
  "parents": [
    "530ea6bbb3d5bec61379b14ad8b245add5a828e0"
  ],
  "author": {
    "name": "Lun Dong",
    "email": "lundong@google.com",
    "time": "Thu Jul 28 17:02:09 2022 -0700"
  },
  "committer": {
    "name": "Lun Dong",
    "email": "lundong@google.com",
    "time": "Fri Jul 29 15:20:44 2022 -0700"
  },
  "message": "Optimize dot product in audio MFCC pre-processing via RVV\n\nUse RVV for the dot product operation in audio preprocessing. Yield ~30% of saving in term of # of instructions.\n\nResults validated (within 1 code of difference due to quantization) and unit tests are passed.\n\nOther optimization opportunies for audio preprocessing are not trivial nor straightforword, and will be put on hold due to priority shift.\n\nChange-Id: Iea6f78bf488bacb8c617fbed0671dd607137e50f\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "b54cb7e6cce03b1d14346b55bf35fd370fe4c9d0",
      "old_mode": 33188,
      "old_path": "CMakeLists.txt",
      "new_id": "b3d7f43cd7248f7cdb876d630db1d6d857195a06",
      "new_mode": 33188,
      "new_path": "CMakeLists.txt"
    },
    {
      "type": "modify",
      "old_id": "6f3467b747e05b1ea6f2e76840b2b6a95e761981",
      "old_mode": 33188,
      "old_path": "samples/audio_prep/CMakeLists.txt",
      "new_id": "c8085ded278e5c6924a0779e54d2da5ccad0f9e0",
      "new_mode": 33188,
      "new_path": "samples/audio_prep/CMakeLists.txt"
    },
    {
      "type": "modify",
      "old_id": "bc01d8b714ea8d8e408697ff4d0fb5982b5c0fbe",
      "old_mode": 33188,
      "old_path": "samples/audio_prep/mfcc.c",
      "new_id": "b0f6334b1459b402fd08b2ca2e4e5f03aed28987",
      "new_mode": 33188,
      "new_path": "samples/audio_prep/mfcc.c"
    },
    {
      "type": "modify",
      "old_id": "b8016492fb1d900e8c76cfa26f3e2e41079d0490",
      "old_mode": 33188,
      "old_path": "samples/audio_prep/mfcc_test.cc",
      "new_id": "f39f68e03b7edbc5c5e267c12ba3622866f729a5",
      "new_mode": 33188,
      "new_path": "samples/audio_prep/mfcc_test.cc"
    }
  ]
}
