|
|
@@ -10004,6 +10004,12 @@ Highlight differences between two YUV video streams: |
|
|
@example |
|
|
@example |
|
|
lut2='ifnot(x-y,0,pow(2,bdx)-1):ifnot(x-y,pow(2,bdx-1),pow(2,bdx)-1):ifnot(x-y,pow(2,bdx-1),pow(2,bdx)-1)' |
|
|
lut2='ifnot(x-y,0,pow(2,bdx)-1):ifnot(x-y,pow(2,bdx-1),pow(2,bdx)-1):ifnot(x-y,pow(2,bdx-1),pow(2,bdx)-1)' |
|
|
@end example |
|
|
@end example |
|
|
|
|
|
|
|
|
|
|
|
@item |
|
|
|
|
|
Show max difference between two video streams: |
|
|
|
|
|
@example |
|
|
|
|
|
lut2='if(lt(x,y),0,if(gt(x,y),pow(2,bdx)-1,pow(2,bdx-1))):if(lt(x,y),0,if(gt(x,y),pow(2,bdx)-1,pow(2,bdx-1))):if(lt(x,y),0,if(gt(x,y),pow(2,bdx)-1,pow(2,bdx-1)))' |
|
|
|
|
|
@end example |
|
|
@end itemize |
|
|
@end itemize |
|
|
|
|
|
|
|
|
@section maskedclamp |
|
|
@section maskedclamp |
|
|
|