Mercurial > libavcodec.hg
comparison libpostproc/postprocess_internal.h @ 2037:98d8283534bb libavcodec
accurate/slow (per line instead of per block) deblock filter spport which is identical to what is recommanded in the mpeg4 spec
| author | michael |
|---|---|
| date | Thu, 27 May 2004 15:57:20 +0000 |
| parents | ea5200a9f730 |
| children | ace6e273f318 |
comparison
equal
deleted
inserted
replaced
| 2036:6a6c678517b3 | 2037:98d8283534bb |
|---|---|
| 35 #define LUM_LEVEL_FIX LEVEL_FIX // 8 | 35 #define LUM_LEVEL_FIX LEVEL_FIX // 8 |
| 36 #define CHROM_LEVEL_FIX (LEVEL_FIX<<4) // 128 (not implemented yet) | 36 #define CHROM_LEVEL_FIX (LEVEL_FIX<<4) // 128 (not implemented yet) |
| 37 | 37 |
| 38 // Experimental vertical filters | 38 // Experimental vertical filters |
| 39 #define V_X1_FILTER 0x0200 // 512 | 39 #define V_X1_FILTER 0x0200 // 512 |
| 40 #define V_A_DEBLOCK 0x0400 | |
| 40 | 41 |
| 41 // Experimental horizontal filters | 42 // Experimental horizontal filters |
| 42 #define H_X1_FILTER 0x2000 // 8192 | 43 #define H_X1_FILTER 0x2000 // 8192 |
| 44 #define H_A_DEBLOCK 0x4000 | |
| 43 | 45 |
| 44 /// select between full y range (255-0) or standart one (234-16) | 46 /// select between full y range (255-0) or standart one (234-16) |
| 45 #define FULL_Y_RANGE 0x8000 // 32768 | 47 #define FULL_Y_RANGE 0x8000 // 32768 |
| 46 | 48 |
| 47 //Deinterlacing Filters | 49 //Deinterlacing Filters |
