From 8d6b262d3c806ae4e8380a6b0c6d31c6c105dba7 Mon Sep 17 00:00:00 2001 From: Fiona Glaser Date: Sat, 18 Oct 2008 03:40:59 -0700 Subject: [PATCH] Fix typo in subme8/9 lossless qpel-RD Slightly improves compression. --- encoder/macroblock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encoder/macroblock.c b/encoder/macroblock.c index 0562153d..c647961b 100644 --- a/encoder/macroblock.c +++ b/encoder/macroblock.c @@ -866,7 +866,7 @@ void x264_macroblock_encode_p8x8( x264_t *h, int i8 ) int i4; if( h->mb.b_transform_8x8 ) { - h->zigzagf.sub_4x4( h->dct.luma4x4[i8], p_fenc, p_fdec ); + h->zigzagf.sub_8x8( h->dct.luma8x8[i8], p_fenc, p_fdec ); nnz8x8 = array_non_zero( h->dct.luma8x8[i8] ); } else -- 2.40.0