diff motion_est.c @ 4757:e511820c4a97 libavcodec

Add doxy comments, based on Loren's explanations posted here: Date: Mar 30, 2007 9:00 PM Subject: Re: [Ffmpeg-devel] Motion Estimation in snow.c for Waevelet encoded frames (DWT)
author gpoirier
date Sat, 31 Mar 2007 22:39:43 +0000
parents a96d905dcbaa
children efeca638ad20
line wrap: on
line diff
--- a/motion_est.c	Sat Mar 31 17:24:53 2007 +0000
+++ b/motion_est.c	Sat Mar 31 22:39:43 2007 +0000
@@ -103,6 +103,9 @@
            + (chroma ? FLAG_CHROMA : 0);
 }
 
+/*! \brief compares two blocks, which may be full macroblocks or may be
+    partitions thereof.
+ */
 static av_always_inline int cmp(MpegEncContext *s, const int x, const int y, const int subx, const int suby,
                       const int size, const int h, int ref_index, int src_index,
                       me_cmp_func cmp_func, me_cmp_func chroma_cmp_func, const int flags){