Merge "Copy macroblock data to a buffer before encoding it"
[profile/ivi/libvpx.git] / vp8 / decoder / asm_dec_offsets.c
1 /*
2  *  Copyright (c) 2011 The WebM project authors. All Rights Reserved.
3  *
4  *  Use of this source code is governed by a BSD-style license
5  *  that can be found in the LICENSE file in the root of the source
6  *  tree. An additional intellectual property rights grant can be found
7  *  in the file PATENTS.  All contributing project authors may
8  *  be found in the AUTHORS file in the root of the source tree.
9  */
10
11
12 #include "vpx_ports/asm_offsets.h"
13 #include "onyxd_int.h"
14
15 BEGIN
16
17 DEFINE(detok_scan,                              offsetof(DETOK, scan));
18 DEFINE(detok_ptr_block2leftabove,               offsetof(DETOK, ptr_block2leftabove));
19 DEFINE(detok_coef_tree_ptr,                     offsetof(DETOK, vp8_coef_tree_ptr));
20 DEFINE(detok_teb_base_ptr,                      offsetof(DETOK, teb_base_ptr));
21 DEFINE(detok_norm_ptr,                          offsetof(DETOK, norm_ptr));
22 DEFINE(detok_ptr_coef_bands_x,                  offsetof(DETOK, ptr_coef_bands_x));
23
24 DEFINE(detok_A,                                 offsetof(DETOK, A));
25 DEFINE(detok_L,                                 offsetof(DETOK, L));
26
27 DEFINE(detok_qcoeff_start_ptr,                  offsetof(DETOK, qcoeff_start_ptr));
28 DEFINE(detok_current_bc,                        offsetof(DETOK, current_bc));
29 DEFINE(detok_coef_probs,                        offsetof(DETOK, coef_probs));
30 DEFINE(detok_eob,                               offsetof(DETOK, eob));
31
32 DEFINE(bool_decoder_user_buffer_end,            offsetof(BOOL_DECODER, user_buffer_end));
33 DEFINE(bool_decoder_user_buffer,                offsetof(BOOL_DECODER, user_buffer));
34 DEFINE(bool_decoder_value,                      offsetof(BOOL_DECODER, value));
35 DEFINE(bool_decoder_count,                      offsetof(BOOL_DECODER, count));
36 DEFINE(bool_decoder_range,                      offsetof(BOOL_DECODER, range));
37
38 DEFINE(tokenextrabits_min_val,                  offsetof(TOKENEXTRABITS, min_val));
39 DEFINE(tokenextrabits_length,                   offsetof(TOKENEXTRABITS, Length));
40
41 END
42
43 /* add asserts for any offset that is not supported by assembly code */
44 /* add asserts for any size that is not supported by assembly code */