aboutsummaryrefslogtreecommitdiffstats
path: root/libpostproc/postprocess_template.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2025-03-31 15:18:01 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2025-04-03 06:04:57 +0200
commit5e947cc320754885f00fba47bc6dd1e201e86ee1 (patch)
tree9007cacd798040abffc28cfa6d153e66a2f20102 /libpostproc/postprocess_template.c
parent435be31ef5e77d58a6c93df77cc3de615c3e137d (diff)
downloadffmpeg-5e947cc320754885f00fba47bc6dd1e201e86ee1.tar.gz
postproc/postprocess: Remove unused b02
The line which appears to be using it was always commented out (since it has been added in 70c5ae870bf2ed776c82f8d8192e3c2db720b8e9). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libpostproc/postprocess_template.c')
-rw-r--r--libpostproc/postprocess_template.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libpostproc/postprocess_template.c b/libpostproc/postprocess_template.c
index d56b45d3b4..1fa4123896 100644
--- a/libpostproc/postprocess_template.c
+++ b/libpostproc/postprocess_template.c
@@ -980,7 +980,6 @@ FIND_MIN_MAX((%0, %1, 8))
PMINUB(t1, pplx, t0)\
"paddb " #sx ", " #ppsx " \n\t"\
"paddb " #psx ", " #ppsx " \n\t"\
- "#paddb "MANGLE(b02)", " #ppsx " \n\t"\
"pand "MANGLE(b08)", " #ppsx " \n\t"\
"pcmpeqb " #lx ", " #ppsx " \n\t"\
"pand " #ppsx ", " #pplx " \n\t"\
@@ -1018,7 +1017,7 @@ DERING_CORE((%0, %1, 8) ,(%%FF_REGd, %1, 4),%%mm2,%%mm4,%%mm0,%%mm3,%%mm5,
"1: \n\t"
: : "r" (src), "r" ((x86_reg)stride), "m" (c->pQPb), "m"(c->pQPb2), "q"(tmp)
- NAMED_CONSTRAINTS_ADD(deringThreshold,b00,b02,b08)
+ NAMED_CONSTRAINTS_ADD(deringThreshold,b00,b08)
: "%"FF_REG_a, "%"FF_REG_d
);
#else // HAVE_7REGS && TEMPLATE_PP_MMXEXT