mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Bug 1443865 - Use 16-bit eobs count. r=kinetik, a=RyanVM
MozReview-Commit-ID: 4lfBbvSTNPO --HG-- extra : source : a628b2125a1b860c6d8124387040ec9589c219ab extra : intermediate-source : e9128973a480c8aedf3a2e1c67d3e168613fa17c
This commit is contained in:
parent
e1f9388ba1
commit
e021f1fe42
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ cglobal quantize_%1, 0, %2, 15, coeff, ncoeff, skip, zbin, round, quant, \
|
|||
pshuflw m7, m8, 0x1
|
||||
pmaxsw m8, m7
|
||||
pextrw r6, m8, 0
|
||||
mov [r2], r6
|
||||
mov [r2], r6w
|
||||
RET
|
||||
|
||||
; skip-block, i.e. just write all zeroes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue