comparison avcodec.h @ 3010:533c6386eca9 libavcodec

8x8 integer dct from x264 as cmp function (under CONFIG_GPL) if this gives better quality then SATD then someone should port the x86 code too or maybe we could even just call it from libx264 the 4x4 one could be tried too ...
author michael
date Wed, 04 Jan 2006 16:31:23 +0000
parents 4007989367bc
children 6bc2dc147ac5
comparison
equal deleted inserted replaced
3009:f5898b9b8a8a 3010:533c6386eca9
1400 #define FF_CMP_VSSE 9 1400 #define FF_CMP_VSSE 9
1401 #define FF_CMP_NSSE 10 1401 #define FF_CMP_NSSE 10
1402 #define FF_CMP_W53 11 1402 #define FF_CMP_W53 11
1403 #define FF_CMP_W97 12 1403 #define FF_CMP_W97 12
1404 #define FF_CMP_DCTMAX 13 1404 #define FF_CMP_DCTMAX 13
1405 #define FF_CMP_DCT264 14
1405 #define FF_CMP_CHROMA 256 1406 #define FF_CMP_CHROMA 256
1406 1407
1407 /** 1408 /**
1408 * ME diamond size & shape. 1409 * ME diamond size & shape.
1409 * - encoding: set by user. 1410 * - encoding: set by user.