avfilter/tests/integral: Remove unused variables
Reviewed-by: Clément Bœsch <u@pkh.me> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
5ef1959080
commit
1e34584814
@ -62,8 +62,6 @@ int main(void)
|
|||||||
|
|
||||||
for (yoff = -e; yoff <= e; yoff++) {
|
for (yoff = -e; yoff <= e; yoff++) {
|
||||||
for (xoff = -e; xoff <= e; xoff++) {
|
for (xoff = -e; xoff <= e; xoff++) {
|
||||||
int x, y;
|
|
||||||
|
|
||||||
printf("xoff=%d yoff=%d\n", xoff, yoff);
|
printf("xoff=%d yoff=%d\n", xoff, yoff);
|
||||||
|
|
||||||
compute_ssd_integral_image(ii_start, ii_lz_32,
|
compute_ssd_integral_image(ii_start, ii_lz_32,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user