OLD | NEW |
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 #ifndef QUANTIZE_X86_H | 10 #ifndef QUANTIZE_X86_H |
11 #define QUANTIZE_X86_H | 11 #define QUANTIZE_X86_H |
12 | 12 |
(...skipping 19 matching lines...) Expand all Loading... |
32 *#undef vp8_quantize_quantb | 32 *#undef vp8_quantize_quantb |
33 *#define vp8_quantize_quantb vp8_regular_quantize_b_sse2 | 33 *#define vp8_quantize_quantb vp8_regular_quantize_b_sse2 |
34 */ | 34 */ |
35 | 35 |
36 #endif | 36 #endif |
37 | 37 |
38 #endif | 38 #endif |
39 | 39 |
40 | 40 |
41 #endif | 41 #endif |
OLD | NEW |