Mercurial > libavcodec.hg
comparison libpostproc/postprocess.c @ 2024:f65d87bfdd5a libavcodec
some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)
| author | michael |
|---|---|
| date | Tue, 18 May 2004 17:09:46 +0000 |
| parents | ef661c4dc5a6 |
| children | 4225c131a2eb |
comparison
equal
deleted
inserted
replaced
| 2023:50e92cec1b84 | 2024:f65d87bfdd5a |
|---|---|
| 155 "de", "hdeblock:a,vdeblock:a,dering:a,autolevels,tmpnoise:a:150:200:400", | 155 "de", "hdeblock:a,vdeblock:a,dering:a,autolevels,tmpnoise:a:150:200:400", |
| 156 "fast", "x1hdeblock:a,x1vdeblock:a,dering:a,autolevels,tmpnoise:a:150:200:400", | 156 "fast", "x1hdeblock:a,x1vdeblock:a,dering:a,autolevels,tmpnoise:a:150:200:400", |
| 157 "fa", "x1hdeblock:a,x1vdeblock:a,dering:a,autolevels,tmpnoise:a:150:200:400", | 157 "fa", "x1hdeblock:a,x1vdeblock:a,dering:a,autolevels,tmpnoise:a:150:200:400", |
| 158 NULL //End Marker | 158 NULL //End Marker |
| 159 }; | 159 }; |
| 160 | |
| 161 #ifdef ARCH_X86 | |
| 162 static inline void unusedVariableWarningFixer() | |
| 163 { | |
| 164 if(w05 + w20 + b00 + b01 + b02 + b08 + b80 == 0) b00=0; | |
| 165 } | |
| 166 #endif | |
| 167 | 160 |
| 168 | 161 |
| 169 #ifdef ARCH_X86 | 162 #ifdef ARCH_X86 |
| 170 static inline void prefetchnta(void *p) | 163 static inline void prefetchnta(void *p) |
| 171 { | 164 { |
