|
|
|
@@ -103,8 +103,8 @@ static int get_flags(MotionEstContext *c, int direct, int chroma){ |
|
|
|
+ (chroma ? FLAG_CHROMA : 0); |
|
|
|
} |
|
|
|
|
|
|
|
/*! \brief compares two blocks, which may be full macroblocks or may be |
|
|
|
partitions thereof. |
|
|
|
/*! \brief compares a block (either a full macroblock or a partition thereof) |
|
|
|
against a proposed motion-compensated prediction of that block |
|
|
|
*/ |
|
|
|
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, |
|
|
|
|