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

Side by Side Diff: source/config/linux/ia32/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/arm/vpx_version.h ('k') | source/config/linux/ia32/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 4
2 vp8_block_src_diff EQU 0 2 vp8_block_zbin EQU 20
3 vp8_writer_lowvalue EQU 0 3 vp8_block_round EQU 28
4 tokenextra_context_tree EQU 0 4 vp8_block_quant EQU 8
5 vp8_token_value EQU 0 5 vp8_block_quant_fast EQU 12
6 vp8_extra_bit_struct_tree EQU 0 6 vp8_block_zbin_extra EQU 32
7 tokenlist_start EQU 0 7 vp8_block_zrun_zbin_boost EQU 24
8 vp8_block_coeff EQU 4 8 vp8_block_quant_shift EQU 16
9 vp8_block_zbin EQU 20 9 vp8_blockd_qcoeff EQU 0
10 vp8_block_round EQU 28 10 vp8_blockd_dequant EQU 16
11 vp8_block_quant EQU 8 11 vp8_blockd_dqcoeff EQU 4
12 vp8_block_quant_fast EQU 12 12 vp8_blockd_eob EQU 44
13 vp8_block_zbin_extra EQU 32 13 vp8_block_base_src EQU 36
14 vp8_block_zrun_zbin_boost EQU 24 14 vp8_block_src EQU 40
15 vp8_block_quant_shift EQU 16 15 vp8_block_src_diff EQU 0
16 vp8_blockd_dequant EQU 20 16 vp8_block_src_stride EQU 44
17 vp8_blockd_dqcoeff EQU 4 17 vp8_blockd_predictor EQU 8
18 vp8_blockd_eob EQU 48 18 vp8_writer_lowvalue EQU 0
19 vp8_block_base_src EQU 36 19 vp8_writer_range EQU 4
20 vp8_block_src EQU 40 20 vp8_writer_value EQU 8
21 vp8_block_src_stride EQU 44 21 vp8_writer_count EQU 12
22 vp8_blockd_predictor EQU 8 22 vp8_writer_pos EQU 16
23 vp8_writer_range EQU 4 23 vp8_writer_buffer EQU 20
24 vp8_writer_value EQU 8 24 tokenextra_token EQU 6
25 vp8_writer_count EQU 12 25 tokenextra_extra EQU 4
26 vp8_writer_pos EQU 16 26 tokenextra_context_tree EQU 0
27 vp8_writer_buffer EQU 20 27 tokenextra_skip_eob_node EQU 7
28 tokenextra_token EQU 6 28 TOKENEXTRA_SZ EQU 8
29 tokenextra_extra EQU 4 29 vp8_extra_bit_struct_sz EQU 16
30 tokenextra_skip_eob_node EQU 7 30 vp8_token_value EQU 0
31 TOKENEXTRA_SZ EQU 8 31 vp8_token_len EQU 4
32 vp8_extra_bit_struct_sz EQU 16 32 vp8_extra_bit_struct_tree EQU 0
33 vp8_token_len EQU 4 33 vp8_extra_bit_struct_prob EQU 4
34 vp8_extra_bit_struct_prob EQU 4 34 vp8_extra_bit_struct_len EQU 8
35 vp8_extra_bit_struct_len EQU 8 35 vp8_extra_bit_struct_base_val EQU 12
36 vp8_extra_bit_struct_base_val EQU 12 36 vp8_comp_tplist EQU 178172
37 vp8_comp_tplist EQU 202048 37 vp8_comp_common EQU 105408
38 vp8_comp_common EQU 122960 38 vp8_comp_bc2 EQU 125328
39 vp8_comp_bc2 EQU 146768 39 tokenlist_start EQU 0
40 tokenlist_stop EQU 4 40 tokenlist_stop EQU 4
41 TOKENLIST_SZ EQU 8 41 TOKENLIST_SZ EQU 8
42 vp8_common_mb_rows EQU 12960 42 vp8_common_mb_rows EQU 12984
43 END
OLDNEW
« no previous file with comments | « source/config/linux/arm/vpx_version.h ('k') | source/config/linux/ia32/vpx_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698