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

Side by Side Diff: source/config/linux/x64/asm_enc_offsets.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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « source/config/linux/ia32/vpx_version.h ('k') | source/config/linux/x64/vpx_config.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 vp8_blockd_qcoeff EQU 0 1 vp8_block_coeff EQU 0x0000000000000008
2 vp8_block_src_diff EQU 0 2 vp8_block_zbin EQU 0x0000000000000028
3 vp8_writer_lowvalue EQU 0 3 vp8_block_round EQU 0x0000000000000038
4 tokenextra_context_tree EQU 0 4 vp8_block_quant EQU 0x0000000000000010
5 vp8_token_value EQU 0 5 vp8_block_quant_fast EQU 0x0000000000000018
6 vp8_extra_bit_struct_tree EQU 0 6 vp8_block_zbin_extra EQU 0x0000000000000040
7 tokenlist_start EQU 0 7 vp8_block_zrun_zbin_boost EQU 0x0000000000000030
8 vp8_block_coeff EQU 8 8 vp8_block_quant_shift EQU 0x0000000000000020
9 vp8_block_zbin EQU 40 9 vp8_blockd_qcoeff EQU 0x0000000000000000
10 vp8_block_round EQU 56 10 vp8_blockd_dequant EQU 0x0000000000000020
11 vp8_block_quant EQU 16 11 vp8_blockd_dqcoeff EQU 0x0000000000000008
12 vp8_block_quant_fast EQU 24 12 vp8_blockd_eob EQU 0x0000000000000048
13 vp8_block_zbin_extra EQU 64 13 vp8_block_base_src EQU 0x0000000000000048
14 vp8_block_zrun_zbin_boost EQU 48 14 vp8_block_src EQU 0x0000000000000050
15 vp8_block_quant_shift EQU 32 15 vp8_block_src_diff EQU 0x0000000000000000
16 vp8_blockd_dequant EQU 40 16 vp8_block_src_stride EQU 0x0000000000000054
17 vp8_blockd_dqcoeff EQU 8 17 vp8_blockd_predictor EQU 0x0000000000000010
18 vp8_blockd_eob EQU 80 18 vp8_writer_lowvalue EQU 0x0000000000000000
19 vp8_block_base_src EQU 72 19 vp8_writer_range EQU 0x0000000000000004
20 vp8_block_src EQU 80 20 vp8_writer_value EQU 0x0000000000000008
21 vp8_block_src_stride EQU 84 21 vp8_writer_count EQU 0x000000000000000c
22 vp8_blockd_predictor EQU 16 22 vp8_writer_pos EQU 0x0000000000000010
23 vp8_writer_range EQU 4 23 vp8_writer_buffer EQU 0x0000000000000018
24 vp8_writer_value EQU 8 24 tokenextra_token EQU 0x000000000000000a
25 vp8_writer_count EQU 12 25 tokenextra_extra EQU 0x0000000000000008
26 vp8_writer_pos EQU 16 26 tokenextra_context_tree EQU 0x0000000000000000
27 vp8_writer_buffer EQU 24 27 tokenextra_skip_eob_node EQU 0x000000000000000b
28 tokenextra_token EQU 10 28 TOKENEXTRA_SZ EQU 0x0000000000000010
29 tokenextra_extra EQU 8 29 vp8_extra_bit_struct_sz EQU 0x0000000000000018
30 tokenextra_skip_eob_node EQU 11 30 vp8_token_value EQU 0x0000000000000000
31 TOKENEXTRA_SZ EQU 16 31 vp8_token_len EQU 0x0000000000000004
32 vp8_extra_bit_struct_sz EQU 24 32 vp8_extra_bit_struct_tree EQU 0x0000000000000000
33 vp8_token_len EQU 4 33 vp8_extra_bit_struct_prob EQU 0x0000000000000008
34 vp8_extra_bit_struct_prob EQU 8 34 vp8_extra_bit_struct_len EQU 0x0000000000000010
35 vp8_extra_bit_struct_len EQU 16 35 vp8_extra_bit_struct_base_val EQU 0x0000000000000014
36 vp8_extra_bit_struct_base_val EQU 20 36 vp8_comp_tplist EQU 0x000000000002c1e0
37 vp8_comp_tplist EQU 205200 37 vp8_comp_common EQU 0x000000000001a360
38 vp8_comp_common EQU 125120 38 vp8_comp_bc2 EQU 0x000000000001f290
39 vp8_comp_bc2 EQU 149296 39 tokenlist_start EQU 0x0000000000000000
40 tokenlist_stop EQU 8 40 tokenlist_stop EQU 0x0000000000000008
41 TOKENLIST_SZ EQU 16 41 TOKENLIST_SZ EQU 0x0000000000000010
42 vp8_common_mb_rows EQU 13108 42 vp8_common_mb_rows EQU 0x0000000000003364
43 END
OLDNEW
« no previous file with comments | « source/config/linux/ia32/vpx_version.h ('k') | source/config/linux/x64/vpx_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698