comparison avcodec.h @ 1950:a3c60fa850dc libavcodec

motion estimation cleanup replace ugly macros by always_inline functions, that way its much more readable and flexible as always_inline can simply be removed while the macros couldnt be about 0.5 % speedup with default parameters
author michael
date Thu, 22 Apr 2004 03:31:29 +0000
parents 32f68745c431
children 19c2344e800a
comparison
equal deleted inserted replaced
1949:66215baae7b9 1950:a3c60fa850dc
1573 * Motion estimation threshold. 1573 * Motion estimation threshold.
1574 * 1574 *
1575 * - encoding: set by user 1575 * - encoding: set by user
1576 * - decoding: set by user 1576 * - decoding: set by user
1577 */ 1577 */
1578 void *me_threshold; 1578 int me_threshold;
1579 } AVCodecContext; 1579 } AVCodecContext;
1580 1580
1581 1581
1582 /** 1582 /**
1583 * AVOption. 1583 * AVOption.