| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (c) 2010 The WebM 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 | 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 | 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 | 6 * tree. An additional intellectual property rights grant can be found |
| 7 * in the file PATENTS. All contributing project authors may | 7 * in the file PATENTS. All contributing project authors may |
| 8 * be found in the AUTHORS file in the root of the source tree. | 8 * be found in the AUTHORS file in the root of the source tree. |
| 9 */ | 9 */ |
| 10 | 10 |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 // SEGMENT_ALT_LF) | 36 // SEGMENT_ALT_LF) |
| 37 // | 37 // |
| 38 // abs_delta = SEGMENT_DELTADATA (deltas) abs_delta = SEGMENT_ABSDATA (use | 38 // abs_delta = SEGMENT_DELTADATA (deltas) abs_delta = SEGMENT_ABSDATA (use |
| 39 // the absolute values given). | 39 // the absolute values given). |
| 40 // | 40 // |
| 41 extern void vp9_set_segment_data(VP9_PTR ptr, signed char *feature_data, | 41 extern void vp9_set_segment_data(VP9_PTR ptr, signed char *feature_data, |
| 42 unsigned char abs_delta); | 42 unsigned char abs_delta); |
| 43 | 43 |
| 44 extern void vp9_choose_segmap_coding_method(VP9_COMP *cpi); | 44 extern void vp9_choose_segmap_coding_method(VP9_COMP *cpi); |
| 45 | 45 |
| 46 #endif /* __INC_SEGMENTATION_H__ */ | 46 #endif // VP9_ENCODER_VP9_SEGMENTATION_H_ |
| OLD | NEW |