comparison libpostproc/postprocess.h @ 112:a2c063b6ecf9 libavcodec

fixed a bug in the tmp buffer fixed the color range for yuv fixed the width %8!=0 bug (another 1% speed loss)
author michael
date Fri, 19 Oct 2001 13:41:38 +0000
parents 8e4c5a16c9fc
children 3e0dcdb6b340
comparison
equal deleted inserted replaced
111:8e4c5a16c9fc 112:a2c063b6ecf9
44 44
45 // Experimental horizontal filters 45 // Experimental horizontal filters
46 #define H_RK1_FILTER 0x1000 // 4096 (not implemented yet) 46 #define H_RK1_FILTER 0x1000 // 4096 (not implemented yet)
47 #define H_X1_FILTER 0x2000 // 8192 47 #define H_X1_FILTER 0x2000 // 8192
48 48
49 // select between full y range (255-0) or standart one (
50 #define FULL_Y_RANGE 0x8000 // 32768
51
49 //Deinterlacing Filters 52 //Deinterlacing Filters
50 #define LINEAR_IPOL_DEINT_FILTER 0x10000 // 65536 53 #define LINEAR_IPOL_DEINT_FILTER 0x10000 // 65536
51 #define LINEAR_BLEND_DEINT_FILTER 0x20000 // 131072 54 #define LINEAR_BLEND_DEINT_FILTER 0x20000 // 131072
52 #define CUBIC_BLEND_DEINT_FILTER 0x8000 // (not implemented yet) 55 #define CUBIC_BLEND_DEINT_FILTER 0x8000 // (not implemented yet)
53 #define CUBIC_IPOL_DEINT_FILTER 0x40000 // 262144 56 #define CUBIC_IPOL_DEINT_FILTER 0x40000 // 262144