commit | 175c313a128fd3b543e73751dc2334af5c45a5fa | [log] [tgz] |
---|---|---|
author | Yunqing Wang <yunqingwang@google.com> | Fri Oct 18 08:56:30 2013 -0700 |
committer | Yunqing Wang <yunqingwang@google.com> | Tue Oct 22 13:10:22 2013 -0700 |
tree | fd5242ff2de904d2f10d756c60651a87ce9829db | |
parent | f6d870f7ae6f968bdbc342af80c8f71fa98f2ac2 [diff] |
Improve scale_factors struct The ref's scale_factors are set at frame level, and then copied for each partition block. Since the struct members are mostly constant, this patch separated the constant and non-constant members, and reduced struct copying. This gave 0.5% ~ 1.4% decoder speed gain. Change-Id: I94043bf5a6995c8042da52e5c661818dfa6f6d4c