mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-12 22:14:29 +02:00
dsp: reuse wht transform from dec in encoder
Change-Id: Ide663db9eaecb7a37fe0e6ad4cd5f37de190c717
This commit is contained in:
@ -734,7 +734,7 @@ static int ReconstructIntra16(VP8EncIterator* const it,
|
||||
}
|
||||
|
||||
// Transform back
|
||||
VP8ITransformWHT(dc_tmp, tmp[0]);
|
||||
VP8TransformWHT(dc_tmp, tmp[0]);
|
||||
for (n = 0; n < 16; n += 2) {
|
||||
VP8ITransform(ref + VP8Scan[n], tmp[n], yuv_out + VP8Scan[n], 1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user