]> granicus.if.org Git - libvpx/commit
Move STAT_TYPE enum to source file.
authorUrvang Joshi <urvang@google.com>
Mon, 17 Oct 2016 23:38:05 +0000 (16:38 -0700)
committerUrvang Joshi <urvang@google.com>
Wed, 19 Oct 2016 00:22:00 +0000 (17:22 -0700)
commitb5ed35008d11a74dcba282bc4d1c56c81c8bcadd
treec44e1d7fa21ec3b73d8999d5a447d4667b72538c
parent526484482adb7bb8bacb003257cc5d2f1aadef05
Move STAT_TYPE enum to source file.

In the header, all we need is number of stat types, not the names for actual
types.

Removing it avoids names like 'Y', 'U', 'V' and 'ALL' being visible
in all files that include the encoder.h header.

Change-Id: I874a73a3cfe6bcb29aedea102077a52addc49af6
av1/encoder/encoder.c
av1/encoder/encoder.h