x86/hevc: remove unused constant in deblocking filter
cherry picked from commit a3f7282eaa6f1ab0524fb966c6eade50c3025f99 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
7bdcf5c934
commit
7df98d8c4d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user