diff options
| -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; |
