Mercurial > libavcodec.hg
changeset 6043:823e6b273ea2 libavcodec
Document Motion_Est_IDs.
author | michael |
---|---|
date | Tue, 18 Dec 2007 19:40:08 +0000 |
parents | aafba06538c2 |
children | 96cc12fb8040 |
files | avcodec.h |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/avcodec.h Tue Dec 18 14:51:55 2007 +0000 +++ b/avcodec.h Tue Dec 18 19:40:08 2007 +0000 @@ -335,15 +335,15 @@ * motion estimation type. */ enum Motion_Est_ID { - ME_ZERO = 1, + ME_ZERO = 1, ///< no search, that is use 0,0 vector whenever one is needed ME_FULL, ME_LOG, ME_PHODS, - ME_EPZS, - ME_X1, - ME_HEX, - ME_UMH, - ME_ITER, + ME_EPZS, ///< enhanced predictive zonal search + ME_X1, ///< reserved for experiments + ME_HEX, ///< hexagon based search + ME_UMH, ///< uneven multi-hexagon search + ME_ITER, ///< iterative search }; enum AVDiscard{