Recalculate zbin_extra only if regular quantizer is being used45/2845/1
commitbc9293b8159b68e64d9b73e118b90f9fdadd6d80
authorAlpha Lam <hclam@google.com>
Tue, 30 Aug 2011 18:23:34 +0000 (30 19:23 +0100)
committerAlpha Lam <hclam@google.com>
Tue, 30 Aug 2011 18:23:34 +0000 (30 19:23 +0100)
tree84aeba762068e237fb4abef35d6f79c846df0e31
parent2f964bac26340746d4e40f69cff61074770b81ba
Recalculate zbin_extra only if regular quantizer is being used

vp8_update_zbin_extra() is called all the time even though the fast
quantizer doesn't use it. Skip this call if fast quantizer is used.

Change-Id: Ia711c38431930cc2486cf59b8466060ef0e9d9db
vp8/encoder/encodeframe.c