mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-12-02 13:24:05 +00:00
[isp] Fix avx2 function call. Missing height parameter.
This commit is contained in:
parent
83a216d5e6
commit
c163ff005a
|
@ -1622,6 +1622,7 @@ static void mts_idct_avx2(
|
||||||
const color_t color,
|
const color_t color,
|
||||||
const cu_info_t* tu,
|
const cu_info_t* tu,
|
||||||
const int8_t width,
|
const int8_t width,
|
||||||
|
const int8_t height,
|
||||||
const int16_t* input,
|
const int16_t* input,
|
||||||
int16_t* output,
|
int16_t* output,
|
||||||
const int8_t mts_idx)
|
const int8_t mts_idx)
|
||||||
|
|
Loading…
Reference in a new issue