comparison libpostproc/postprocess.h @ 113:3e0dcdb6b340 libavcodec

added compiletime option to turn width%8==0 on
author michael
date Fri, 19 Oct 2001 13:56:12 +0000
parents a2c063b6ecf9
children cd4ba843b418
comparison
equal deleted inserted replaced
112:a2c063b6ecf9 113:3e0dcdb6b340
57 #define MEDIAN_DEINT_FILTER 0x80000 // 524288 57 #define MEDIAN_DEINT_FILTER 0x80000 // 524288
58 58
59 59
60 #define GET_PP_QUALITY_MAX 6 60 #define GET_PP_QUALITY_MAX 6
61 61
62 //must be defined if stride%8 != 0
63 #define PP_FUNNY_STRIDE
64
62 //#define TIMING 65 //#define TIMING
63 //#define MORE_TIMING 66 //#define MORE_TIMING
64 67
65 #define QP_STORE_T int 68 #define QP_STORE_T int
66 69