mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-20 12:28:26 +01:00
fix indentation
Change-Id: I2294a6c83e5f345f64bd5120b91532e00ed6c543
This commit is contained in:
parent
f5c04d64b7
commit
e632b0929b
@ -746,7 +746,7 @@ static int ReconstructIntra16(VP8EncIterator* const it,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
for (n = 0; n < 16; n += 2) {
|
for (n = 0; n < 16; n += 2) {
|
||||||
// Zero-out the first coeff, so that: a) nz is correct below, and
|
// Zero-out the first coeff, so that: a) nz is correct below, and
|
||||||
// b) finding 'last' non-zero coeffs in SetResidualCoeffs() is simplified.
|
// b) finding 'last' non-zero coeffs in SetResidualCoeffs() is simplified.
|
||||||
tmp[n][0] = tmp[n + 1][0] = 0;
|
tmp[n][0] = tmp[n + 1][0] = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user