    DeBlock_QED (clip clp, int "quant1", int "quant2", int "aOff1", int "bOff1", int "aOff2", int "bOff2", int "uv") 


        clip  clp =

            Input clip. 


        int  quant1 = 24

            Strength of block edge deblocking. 

        int  quant2 = 26

            Strength of block internal deblocking. 


        int  aOff1 = 1

            Halfway "sensitivity" and halfway a strength modifier for borders. 

        int  aOff2 = 1

            Halfway "sensitivity" and halfway a strength modifier for block interiors. 


        int  bOff1 = 2

            "Sensitivity to detect blocking" for borders. 

        int  bOff2 = 2

            "Sensitivity to detect blocking" for block interiors. 


            aOff and bOff controls block detection and removal strength, for quant1 and quant2 respectively. See DeBlock for more information. 


        int  uv = 3

            Deblock chroma:

                    2 : Copy chroma from source.
                    3 : Process chroma.
                    1/-1 : Process chroma with normal/strong Deblock(). 


