vp9_rdopt,block_rd_txfm: fix clang-tidy warning
authorJames Zern <jzern@google.com>
Tue, 7 Mar 2023 23:29:37 +0000 (15:29 -0800)
committerJames Zern <jzern@google.com>
Mon, 27 Mar 2023 23:20:22 +0000 (16:20 -0700)
commit8f17482e824e021e16c91bcf2b034830639ad3bb
tree42c8033e72627fb04b82e6b7e2a28935f3d5764a
parent5b05f6f3a01d7e25d0573b482245a2b8b0eb09bd
vp9_rdopt,block_rd_txfm: fix clang-tidy warning

argument name 'recon' in comment does not match parameter name
'out_recon'.

https://clang.llvm.org/extra/clang-tidy/checks/bugprone/argument-comment.html

+ normalize similar calls, using /*var=*/NULL to better match the style
  guidelines

https://google.github.io/styleguide/cppguide.html#Function_Argument_Comments

Change-Id: I089591317f7138965735f737c1536a8b16fcd4e4
vp9/encoder/vp9_rdopt.c