mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
picture: Comment out unused-for-now functions
This commit is contained in:
parent
0e67f6ffa5
commit
77da143089
|
@ -593,6 +593,7 @@ cost_16bit_nxn_func get_sad_16bit_nxn_func(unsigned n)
|
|||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
/**
|
||||
* \brief Calculate SATD for NxN block of size N.
|
||||
*
|
||||
|
@ -633,6 +634,7 @@ static unsigned sad_nxn_16bit(pixel *block1, pixel *block2, unsigned n)
|
|||
return sum;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
/**
|
||||
* \brief Diagonally interpolate SAD outside the frame.
|
||||
|
|
Loading…
Reference in a new issue