Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: source/libvpx/vp8/decoder/arm/neon/idct_dequant_full_2x_neon.asm

Issue 7671004: Update libvpx snapshot to v0.9.7-p1 (Cayuga). (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/libvpx/
Patch Set: '' Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: source/libvpx/vp8/decoder/arm/neon/idct_dequant_full_2x_neon.asm
===================================================================
--- source/libvpx/vp8/decoder/arm/neon/idct_dequant_full_2x_neon.asm (revision 96967)
+++ source/libvpx/vp8/decoder/arm/neon/idct_dequant_full_2x_neon.asm (working copy)
@@ -40,7 +40,7 @@
vld1.32 {d31[0]}, [r2]
vld1.32 {d31[1]}, [r12]
- ldr r2, _CONSTANTS_
+ adr r2, cospi8sqrt2minus1 ; pointer to the first constant
; dequant: q[i] = q[i] * dq[i]
vmul.i16 q2, q2, q0
@@ -190,7 +190,6 @@
ENDP ; |idct_dequant_full_2x_neon|
; Constant Pool
-_CONSTANTS_ DCD cospi8sqrt2minus1
cospi8sqrt2minus1 DCD 0x4e7b
; because the lowest bit in 0x8a8c is 0, we can pre-shift this
sinpi8sqrt2 DCD 0x4546
« no previous file with comments | « source/libvpx/vp8/decoder/arm/neon/idct_dequant_dc_full_2x_neon.asm ('k') | source/libvpx/vp8/decoder/asm_dec_offsets.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698