mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +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 cu_info_t* tu,
|
||||
const int8_t width,
|
||||
const int8_t height,
|
||||
const int16_t* input,
|
||||
int16_t* output,
|
||||
const int8_t mts_idx)
|
||||
|
|
Loading…
Reference in a new issue