commit | 0ccefd2c8f82d4aacc0b8410788caaa36c5602eb | [log] [tgz] |
---|---|---|
author | Scott LaVarnway <slavarnway@google.com> | Fri Dec 16 13:48:01 2011 -0500 |
committer | Scott LaVarnway <slavarnway@google.com> | Fri Dec 16 13:48:01 2011 -0500 |
tree | 03e0c3016cb27465b3171371357fe045239886d2 | |
parent | a53d5a4c442a84cacbd8225fac72db3789b3e10c [diff] |
Fixed mb_skip_coeff bug When mb_skip_coeff is set, the idct is not necessary. Prior to this patch, the code would call idcts based on leftover eob information. This patch will now skip the idct for SPLIT_MV and clear out the eobs for B_PRED, forcing the idct to be skipped. Change-Id: If5b0d2ed3ebd07789d30ec5160df927485fcaa17