]> granicus.if.org Git - libvpx/commit
Add eob<=10 case in idct32x32
authorYunqing Wang <yunqingwang@google.com>
Fri, 1 Mar 2013 00:32:05 +0000 (16:32 -0800)
committerYunqing Wang <yunqingwang@google.com>
Fri, 1 Mar 2013 00:40:29 +0000 (16:40 -0800)
commitc550bb3b09e516fdb4ec574d2f5b9b803a7cd19d
tree9f0ee009c8048a4cb934eb95be016e4c6b954ba8
parent72b146690a148b8eca13f6e07946cee62fd03b0b
Add eob<=10 case in idct32x32

Simplified idct32x32 calculation when there are only 10 or less
non-zero coefficients in 32x32 block. This helps the decoder
performance.

Change-Id: If7f8893d27b64a9892b4b2621a37fdf4ac0c2a6d
vp9/common/vp9_idctllm.c
vp9/common/vp9_rtcd_defs.sh
vp9/decoder/vp9_dequantize.c