]> granicus.if.org Git - libvpx/commit
Don't inline cost_coeffs.
authorAlex Converse <aconverse@google.com>
Thu, 5 Mar 2015 20:39:02 +0000 (12:39 -0800)
committerAlex Converse <aconverse@google.com>
Thu, 5 Mar 2015 20:39:02 +0000 (12:39 -0800)
commit2eb113d00a1596255a7158ecb6f9b7c96bfe2ef6
treeb83f16bd6ce2435a4cd063cf824b4f81b57f4d48
parent87bf5203aff73b27164b871a97a0b36b15f39e1e
Don't inline cost_coeffs.

It was tiny when it was orginally marked INLINE. Forcing this function
to be inlined prevents the compiler from inlining its much smaller
callers.

No measurable speed impact, 28320 byte smaller libvpx.a

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