mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
arm: vp8: Fix the plain-armv6 version of vp8_luma_dc_wht
This makes the plain-armv6 version use the same registers as the armv6t2 version above. This fixes fate-vp8 on plain-armv6 devices. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
96753bd00d
commit
2026eb1408
@ -124,14 +124,14 @@ function ff_vp8_luma_dc_wht_armv6, export=1
|
|||||||
sbfx r1, r9, #3, #13
|
sbfx r1, r9, #3, #13
|
||||||
sbfx r10, r4, #3, #13
|
sbfx r10, r4, #3, #13
|
||||||
#else
|
#else
|
||||||
sxth r8, r8
|
sxth r6, r8
|
||||||
sxth r7, r7
|
sxth r12, r7
|
||||||
sxth r9, r9
|
sxth r1, r9
|
||||||
sxth r4, r4
|
sxth r10, r4
|
||||||
asr r8, #3 @ block[0][0]
|
asr r6, #3 @ block[0][0]
|
||||||
asr r7, #3 @ block[0][1]
|
asr r12, #3 @ block[0][1]
|
||||||
asr r9, #3 @ block[0][2]
|
asr r1, #3 @ block[0][2]
|
||||||
asr r4, #3 @ block[0][3]
|
asr r10, #3 @ block[0][3]
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
strh r6, [r0], #32
|
strh r6, [r0], #32
|
||||||
|
Loading…
Reference in New Issue
Block a user