Commit 7df98d8c authored by Mickaël Raulet's avatar Mickaël Raulet Committed by Michael Niedermayer

x86/hevc: remove unused constant in deblocking filter

cherry picked from commit a3f7282eaa6f1ab0524fb966c6eade50c3025f99
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 7bdcf5c9
......@@ -28,7 +28,6 @@ SECTION_RODATA
pw_pixel_max_12: times 8 dw ((1 << 12)-1)
pw_pixel_max_10: times 8 dw ((1 << 10)-1)
pw_pixel_max: times 8 dw ((1 << 10)-1)
pw_m1: times 8 dw -1
pw_m2: times 8 dw -2
pd_1 : times 4 dd 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment