summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_svc_layercontext.c
diff options
context:
space:
mode:
authorJingning Han <jingning@google.com>2014-05-29 18:14:17 -0700
committerJingning Han <jingning@google.com>2014-06-12 11:10:54 -0700
commitccba289f8d1760a45b972685a64eb829529b70ab (patch)
tree819c723e62c4392394e9675ded1106ee6e1f2476 /vp9/encoder/vp9_svc_layercontext.c
parent5556d1184169168e59656863456c88c3f958ca45 (diff)
downloadlibvpx-ccba289f8d1760a45b972685a64eb829529b70ab.tar
libvpx-ccba289f8d1760a45b972685a64eb829529b70ab.tar.gz
libvpx-ccba289f8d1760a45b972685a64eb829529b70ab.tar.bz2
libvpx-ccba289f8d1760a45b972685a64eb829529b70ab.zip
Fast computation path for forward transform and quantization
This commit enables a fast path computational flow for forward transformation. It checks the sse and variance of prediction residuals and decides if the quantized coefficients are all zero, dc only, or more. It then selects the corresponding coding path in the forward transformation and quantization stage. It is currently enabled in rtc coding mode. Will do it for rd coding mode next. In speed -6, the runtime for pedestrian_area 1080p at 1000 kbps goes down from 14234 ms to 13704 ms, i.e., about 4% speed-up. Overall coding performance for rtc set is changed by -0.18%. Change-Id: I0452da1786d59bc8bcbe0a35fdae9f623d1d44e1
Diffstat (limited to 'vp9/encoder/vp9_svc_layercontext.c')
0 files changed, 0 insertions, 0 deletions