comparison libpostproc/postprocess.h @ 172:a0efaf471d6b libavcodec

compiletime pp-mode support (luminance = chrominance filters though) 1-2% faster with -benchmark -vo null -nosound
author michael
date Tue, 27 Nov 2001 02:25:31 +0000
parents c09459686be3
children 02b2b7ffe324
comparison
equal deleted inserted replaced
171:fa9734559c98 172:a0efaf471d6b
65 //#define PP_FUNNY_STRIDE 65 //#define PP_FUNNY_STRIDE
66 66
67 //#define TIMING 67 //#define TIMING
68 //#define MORE_TIMING 68 //#define MORE_TIMING
69 69
70 //use if u want a faster postprocessing code
71 //cant differentiate between chroma & luma filters (both on or both off)
72 //obviosly the -pp option at the commandline has no effect except turning the here selected
73 //filters on
74 //#define COMPILE_TIME_MODE 0x77
75
70 #define QP_STORE_T int 76 #define QP_STORE_T int
71 77
72 struct PPMode{ 78 struct PPMode{
73 int lumMode; //acivates filters for luminance 79 int lumMode; //acivates filters for luminance
74 int chromMode; //acivates filters for chrominance 80 int chromMode; //acivates filters for chrominance