blob: dd5e75df57d5687ee0622b0d02801864a475d0fd [file] [log] [blame]
krajcevski630598c2014-07-14 12:00:04 -07001/*
2 * Copyright 2014 The Android Open Source Project
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
8#ifndef SkTextureCompression_opts_neon_h_
9#define SkTextureCompression_opts_neon_h_
10
11bool CompressA8toR11EAC_NEON(uint8_t* dst, const uint8_t* src,
12 int width, int height, int rowBytes);
13
14#endif // SkTextureCompression_opts_neon_h_