)]}'
{
  "commit": "b4b1914878aa39c7a409dde81047038cbf70a370",
  "tree": "0c5dda3053c17edaae86a882a015c148db170629",
  "parents": [
    "3cec245855e193c29b006ddab248b4755bb1fbbe"
  ],
  "author": {
    "name": "Diksha Singh",
    "email": "diksha.singh@ittiam.com",
    "time": "Mon Feb 16 11:45:22 2026 +0530"
  },
  "committer": {
    "name": "Yunqing Wang",
    "email": "yunqingwang@google.com",
    "time": "Mon Feb 23 11:50:10 2026 -0800"
  },
  "message": "Skip redundant initializations in av1_rd_pick_inter_mode()\n\nIn `av1_rd_pick_inter_mode()`, init_mbmi() and set_ref_ptrs() were\ncalled unconditionally prior to mode evaluation. However, these\nintializations are redundant when `is_skip_inter_mode` is true.\nIn this patch, init_mbmi() and set_ref_ptrs() are only called when\nmode evaluation is not skipped.\n\nThis change is bit-exact for all presets.\n\nEncoder performance results averaged over all resolutions:\n\n       Encoder Instruction\n  CPU   Count Reduction (%)\n   1        0.33\n   2        0.39\n   3        0.70\n   4        0.75\n   5        0.77\n   6        1.03\n\nChange-Id: I88a5e027a1a41af8d9c0da45b5fb77897f27c14d\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "76490359d55ce43c7471dcf65ecfdd672bed37bd",
      "old_mode": 33188,
      "old_path": "av1/encoder/rdopt.c",
      "new_id": "dde46f697f209b8ab5d8228848f3b42b736f6848",
      "new_mode": 33188,
      "new_path": "av1/encoder/rdopt.c"
    }
  ]
}
