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

Side by Side Diff: source/libvpx/vp8/decoder/arm/armv6/dequant_idct_v6.asm

Issue 3417017: Update libvpx sources to v0.9.2-35-ga8a38bc. ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 10 years, 3 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 ; 1 ;
2 ; Copyright (c) 2010 The VP8 project authors. All Rights Reserved. 2 ; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
3 ; 3 ;
4 ; Use of this source code is governed by a BSD-style license and patent 4 ; Use of this source code is governed by a BSD-style license and patent
5 ; grant that can be found in the LICENSE file in the root of the source 5 ; grant that can be found in the LICENSE file in the root of the source
6 ; tree. All contributing project authors may be found in the AUTHORS 6 ; tree. All contributing project authors may be found in the AUTHORS
7 ; file in the root of the source tree. 7 ; file in the root of the source tree.
8 ; 8 ;
9 9
10 EXPORT |vp8_dequant_idct_add_v6| 10 EXPORT |vp8_dequant_idct_add_v6|
11 11
12 AREA |.text|, CODE, READONLY 12 AREA |.text|, CODE, READONLY
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 187
188 ldmia sp!, {r4 - r11, pc} 188 ldmia sp!, {r4 - r11, pc}
189 ENDP ; |vp8_dequant_idct_add_v6| 189 ENDP ; |vp8_dequant_idct_add_v6|
190 190
191 ; Constant Pool 191 ; Constant Pool
192 cospi8sqrt2minus1 DCD 0x00004E7B 192 cospi8sqrt2minus1 DCD 0x00004E7B
193 sinpi8sqrt2 DCD 0x00008A8C 193 sinpi8sqrt2 DCD 0x00008A8C
194 c0x00040004 DCD 0x00040004 194 c0x00040004 DCD 0x00040004
195 195
196 END 196 END
OLDNEW
« no previous file with comments | « source/libvpx/vp8/decoder/arm/armv6/dequant_dc_idct_v6.asm ('k') | source/libvpx/vp8/decoder/arm/armv6/dequantize_v6.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698