comparison mpegvideo.h @ 10403:dfe00158fca6 libavcodec

Raise MAX_THREADS to 16. Patch by Frank Barchard, fbarchard google com
author cehoyos
date Thu, 15 Oct 2009 15:11:57 +0000
parents 47cc5a20fac0
children b08c6f64a6c0
comparison
equal deleted inserted replaced
10402:06bdadf410a9 10403:dfe00158fca6
52 #define QMAT_SHIFT 22 52 #define QMAT_SHIFT 22
53 53
54 #define MAX_FCODE 7 54 #define MAX_FCODE 7
55 #define MAX_MV 2048 55 #define MAX_MV 2048
56 56
57 #define MAX_THREADS 8 57 #define MAX_THREADS 16
58 58
59 #define MAX_PICTURE_COUNT 32 59 #define MAX_PICTURE_COUNT 32
60 60
61 #define ME_MAP_SIZE 64 61 #define ME_MAP_SIZE 64
62 #define ME_MAP_SHIFT 3 62 #define ME_MAP_SHIFT 3