mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
[isp] Fix mistake in function declaration.
This commit is contained in:
parent
b8506c757c
commit
4a21039e23
|
@ -117,4 +117,7 @@ void uvg_encode_last_significant_xy(cabac_data_t * const cabac,
|
||||||
uint8_t width, uint8_t height,
|
uint8_t width, uint8_t height,
|
||||||
uint8_t type, uint8_t scan, double* bits_out);
|
uint8_t type, uint8_t scan, double* bits_out);
|
||||||
|
|
||||||
void uvg_get_sub_coeff(coeff_t* dst, const coeff_t* const src, const int lcu_x, const int lcu_y, const int block_w, const int block_h);
|
void uvg_get_sub_coeff(coeff_t* dst, const coeff_t* const src,
|
||||||
|
const int lcu_x, const int lcu_y,
|
||||||
|
const int block_w, const int block_h,
|
||||||
|
const int lcu_width);
|
||||||
|
|
Loading…
Reference in a new issue