diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-25 20:35:41 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-25 20:35:41 +0100 |
| commit | 1270a025cd92f957e8dbcd776612907539ce8a18 (patch) | |
| tree | 9243e82b5101264712cba4a01952435fc0637dec /libquanta_vquantise_wu.c | |
| parent | Fix missing initilisation of colour_shift_up/down (diff) | |
| download | libquanta-1270a025cd92f957e8dbcd776612907539ce8a18.tar.gz libquanta-1270a025cd92f957e8dbcd776612907539ce8a18.tar.bz2 libquanta-1270a025cd92f957e8dbcd776612907539ce8a18.tar.xz | |
Fix whitespace
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | libquanta_vquantise_wu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libquanta_vquantise_wu.c b/libquanta_vquantise_wu.c index fa5ae4a..3ddbe67 100644 --- a/libquanta_vquantise_wu.c +++ b/libquanta_vquantise_wu.c @@ -271,7 +271,7 @@ volume_over_j2us_(const struct cube *cube, const struct libj2_j2u *data, const s static void volume_over_j2us(const struct cube *cube, const struct libj2_j2u *data, const struct channel_data *channels, size_t nchannels, - struct libj2_j2u *result) + struct libj2_j2u *result) { int use_addition = (int)(~nchannels & 1U); result->high = 0; @@ -350,7 +350,7 @@ bottom_over_j2us_(const struct cube *cube, size_t channel, const struct libj2_j2 static void bottom_over_j2us(const struct cube *cube, size_t channel, const struct libj2_j2u *data, const struct channel_data *channels, - size_t nchannels, struct libj2_j2u *result) + size_t nchannels, struct libj2_j2u *result) { int use_addition = (int)(~nchannels & 1U); result->high = 0; |
