104// h is limited to {width/2, width, 2*width} but never larger than 16 and never smaller than 2
105// although currently h<4 is not used as functions with width <8 are neither used nor implemented
106 typedef int (*me_cmp_func)(void/*MpegEncContext*/ *s, uint8_t *blk1/*align width (8 or 16)*/, uint8_t *blk2/*align 1*/, int line_size, int h)/* __attribute__ ((const))*/;