]> granicus.if.org Git - libvpx/commit
Changed name of rd_pick_intra4x4mby_modes
authorAdrian Grange <agrange@google.com>
Wed, 31 Jul 2013 19:58:19 +0000 (12:58 -0700)
committerAdrian Grange <agrange@google.com>
Thu, 1 Aug 2013 16:23:49 +0000 (09:23 -0700)
commit5271d478928cc0cf66b1fbbed1fca2bdc0abe5e9
treeb2edc39d79c099bdd31a8786aeeb11f493ff49c6
parent12f5762756f90b04a23d25c29cb9866904fbde56
Changed name of rd_pick_intra4x4mby_modes

The function name rd_pick_intra4x4mby_modes is confusing, so
I changed it to rd_pick_intra_sub_8x8_y_modes to better
reflect what the function does. Also added const qualifiers
to some of the input parameters and removed camel-case.

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