From b1347efef5bacfed1eabd1a9fe8ff8f5246c2358 Mon Sep 17 00:00:00 2001 From: Laurent Fasnacht Date: Thu, 12 Jun 2014 09:30:20 +0200 Subject: [PATCH] Add checkpoint in sao_reconstruct --- src/sao.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/sao.c b/src/sao.c index 4e0bf2a1..c26ce3ac 100644 --- a/src/sao.c +++ b/src/sao.c @@ -585,6 +585,9 @@ void sao_reconstruct(const encoder_control * const encoder, videoframe * frame, assert(ofs.x + tl.x + block.x + br.x <= frame->width); assert(ofs.y + tl.y + block.y + br.y <= frame->height); + CHECKPOINT("ofs.x=%d ofs.y=%d tl.x=%d tl.y=%d block.x=%d block.y=%d br.x=%d br.y=%d", + ofs.x, ofs.y, tl.x, tl.y, block.x, block.y, br.x, br.y); + // Data to tmp buffer. pixels_blit(&old_lcu_rec[ofs.y * pic_stride + ofs.x], buf_rec,