]> granicus.if.org Git - libvpx/commit
Expand unconstrained nodes in pack_mb_tokens and loop on zeros.
authorAlex Converse <aconverse@google.com>
Tue, 3 Nov 2015 00:28:10 +0000 (16:28 -0800)
committerAlex Converse <aconverse@google.com>
Sat, 7 Nov 2015 00:00:10 +0000 (16:00 -0800)
commit70eb870cfed0e16b9f32e426ef05f0b3faba3bc5
tree2541bd889624e9a32446514a62de58cd75dcc43c
parent57cae22c1eb2289182bea4df2abc7885de7ddca3
Expand unconstrained nodes in pack_mb_tokens and loop on zeros.

Reduces Linux perf estimated cycle count for pack_mb_tokens on a
lossless encode on my desktop from 61858501855 to 48154040219 or from
26% of the overall profile to 21%.

Change-Id: I9ca3426d7e3272bc7f7030abda4f0d0cec87fb4a
vp9/encoder/vp9_bitstream.c