From 93f4538363069b721c24417f3d38575274394845 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 23 Mar 2015 00:02:51 +0100 Subject: postproc/postprocess_template: split loop in 2 (block groups of 4, blocks) Signed-off-by: Michael Niedermayer --- libpostproc/postprocess_template.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libpostproc') diff --git a/libpostproc/postprocess_template.c b/libpostproc/postprocess_template.c index 6722f96..9049c81 100644 --- a/libpostproc/postprocess_template.c +++ b/libpostproc/postprocess_template.c @@ -3476,7 +3476,10 @@ static void RENAME(postProcess)(const uint8_t src[], int srcStride, uint8_t dst[ // From this point on it is guaranteed that we can read and write 16 lines downward // finish 1 block before the next otherwise we might have a problem // with the L1 Cache of the P4 ... or only a few blocks at a time or something - for(x=0; x