jdk/src/solaris/native/sun/awt/medialib/mlib_v_ImageChannelExtract.h
author ohair
Tue, 25 May 2010 15:58:33 -0700
changeset 5506 202f599c92aa
parent 2 90ce3da70b43
permissions -rw-r--r--
6943119: Rebrand source copyright notices Reviewed-by: darcy, weijun
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
/*
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     2
 * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     7
 * published by the Free Software Foundation.  Oracle designates this
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
 * particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     9
 * by Oracle in the LICENSE file that accompanied this code.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
 * This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
 * version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
 * accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
 * You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
 * 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
 *
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    21
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    22
 * or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    23
 * questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
#ifndef __MLIB_V_IMAGECHANNELEXTRACT_H
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
#define __MLIB_V_IMAGECHANNELEXTRACT_H
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
#ifdef __cplusplus
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
extern "C" {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
#endif /* __cplusplus */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
void mlib_v_ImageChannelExtract_U8_21_A8D1X8(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
                                             mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
                                             mlib_s32      dsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
                                             mlib_s32      cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
void mlib_v_ImageChannelExtract_U8_21_A8D2X8(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
                                             mlib_s32      slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
                                             mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
                                             mlib_s32      dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
                                             mlib_s32      xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
                                             mlib_s32      ysize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
                                             mlib_s32      cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
void mlib_v_ImageChannelExtract_U8_21_D1(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
                                         mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
                                         mlib_s32      dsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
                                         mlib_s32      cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
void mlib_v_ImageChannelExtract_U8_21(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
                                      mlib_s32      slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
                                      mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
                                      mlib_s32      dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
                                      mlib_s32      xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
                                      mlib_s32      ysize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
                                      mlib_s32      cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
void mlib_v_ImageChannelExtract_U8_31_A8D1X8(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
                                             mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
                                             mlib_s32      dsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
                                             mlib_s32      cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
void mlib_v_ImageChannelExtract_U8_31_A8D2X8(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
                                             mlib_s32      slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
                                             mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
                                             mlib_s32      dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
                                             mlib_s32      xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
                                             mlib_s32      ysize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
                                             mlib_s32      cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
void mlib_v_ImageChannelExtract_U8_31_D1(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
                                         mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
                                         mlib_s32      dsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
                                         mlib_s32      cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
void mlib_v_ImageChannelExtract_U8_31(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
                                      mlib_s32      slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
                                      mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
                                      mlib_s32      dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
                                      mlib_s32      xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
                                      mlib_s32      ysize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
                                      mlib_s32      cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
void mlib_v_ImageChannelExtract_U8_41_A8D1X8(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
                                             mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
                                             mlib_s32      dsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
                                             mlib_s32      cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
void mlib_v_ImageChannelExtract_U8_41_A8D2X8(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
                                             mlib_s32      slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
                                             mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
                                             mlib_s32      dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
                                             mlib_s32      xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
                                             mlib_s32      ysize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
                                             mlib_s32      cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
void mlib_v_ImageChannelExtract_U8_41_D1(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
                                         mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
                                         mlib_s32      dsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
                                         mlib_s32      cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
void mlib_v_ImageChannelExtract_U8_41(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
                                      mlib_s32      slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
                                      mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
                                      mlib_s32      dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
                                      mlib_s32      xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
                                      mlib_s32      ysize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
                                      mlib_s32      cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
void mlib_v_ImageChannelExtract_S16_21_A8D1X4(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
                                              mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
                                              mlib_s32       dsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
                                              mlib_s32       cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
void mlib_v_ImageChannelExtract_S16_21_A8D2X4(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
                                              mlib_s32       slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
                                              mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
                                              mlib_s32       dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
                                              mlib_s32       xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
                                              mlib_s32       ysize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
                                              mlib_s32       cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
void mlib_v_ImageChannelExtract_S16_21_D1(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
                                          mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
                                          mlib_s32       dsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
                                          mlib_s32       cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
void mlib_v_ImageChannelExtract_S16_21(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
                                       mlib_s32       slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
                                       mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
                                       mlib_s32       dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
                                       mlib_s32       xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
                                       mlib_s32       ysize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
                                       mlib_s32       cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
void mlib_v_ImageChannelExtract_S16_31_A8D1X4(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
                                              mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
                                              mlib_s32       dsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
                                              mlib_s32       cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
void mlib_v_ImageChannelExtract_S16_31_A8D2X4(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
                                              mlib_s32       slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
                                              mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
                                              mlib_s32       dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
                                              mlib_s32       xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
                                              mlib_s32       ysize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
                                              mlib_s32       cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
void mlib_v_ImageChannelExtract_S16_31_D1(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
                                          mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
                                          mlib_s32       dsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
                                          mlib_s32       cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
void mlib_v_ImageChannelExtract_S16_31(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
                                       mlib_s32       slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
                                       mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
                                       mlib_s32       dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
                                       mlib_s32       xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
                                       mlib_s32       ysize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
                                       mlib_s32       cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
void mlib_v_ImageChannelExtract_S16_41_A8D1X4(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
                                              mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
                                              mlib_s32       dsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
                                              mlib_s32       cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
void mlib_v_ImageChannelExtract_S16_41_A8D2X4(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
                                              mlib_s32       slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
                                              mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
                                              mlib_s32       dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
                                              mlib_s32       xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
                                              mlib_s32       ysize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
                                              mlib_s32       cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
void mlib_v_ImageChannelExtract_S16_41_D1(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
                                          mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   180
                                          mlib_s32       dsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
                                          mlib_s32       cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
void mlib_v_ImageChannelExtract_S16_41(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
                                       mlib_s32       slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
                                       mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   186
                                       mlib_s32       dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
                                       mlib_s32       xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
                                       mlib_s32       ysize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   189
                                       mlib_s32       cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   190
90ce3da70b43 Initial load
duke
parents:
diff changeset
   191
void mlib_v_ImageChannelExtract_U8_43R_A8D1X8(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   192
                                              mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
                                              mlib_s32      dsize);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
void mlib_v_ImageChannelExtract_U8_43R_A8D2X8(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
                                              mlib_s32      slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
                                              mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
                                              mlib_s32      dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
                                              mlib_s32      xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
                                              mlib_s32      ysize);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
void mlib_v_ImageChannelExtract_U8_43R_D1(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
                                          mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   204
                                          mlib_s32      dsize);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   205
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
void mlib_v_ImageChannelExtract_U8_43R(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   207
                                       mlib_s32      slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
                                       mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   209
                                       mlib_s32      dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   210
                                       mlib_s32      xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   211
                                       mlib_s32      ysize);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   212
90ce3da70b43 Initial load
duke
parents:
diff changeset
   213
void mlib_v_ImageChannelExtract_S16_43R_A8D1X4(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   214
                                               mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   215
                                               mlib_s32       dsize);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   216
90ce3da70b43 Initial load
duke
parents:
diff changeset
   217
void mlib_v_ImageChannelExtract_S16_43R_A8D2X4(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   218
                                               mlib_s32       slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   219
                                               mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   220
                                               mlib_s32       dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   221
                                               mlib_s32       xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   222
                                               mlib_s32       ysize);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   223
90ce3da70b43 Initial load
duke
parents:
diff changeset
   224
void mlib_v_ImageChannelExtract_S16_43R_D1(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   225
                                           mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   226
                                           mlib_s32       dsize);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   227
90ce3da70b43 Initial load
duke
parents:
diff changeset
   228
void mlib_v_ImageChannelExtract_S16_43R(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   229
                                        mlib_s32       slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   230
                                        mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   231
                                        mlib_s32       dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   232
                                        mlib_s32       xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   233
                                        mlib_s32       ysize);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   234
90ce3da70b43 Initial load
duke
parents:
diff changeset
   235
void mlib_v_ImageChannelExtract_U8_43L_A8D1X8(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   236
                                              mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   237
                                              mlib_s32      dsize);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   238
90ce3da70b43 Initial load
duke
parents:
diff changeset
   239
void mlib_v_ImageChannelExtract_U8_43L_A8D2X8(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   240
                                              mlib_s32      slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   241
                                              mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   242
                                              mlib_s32      dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   243
                                              mlib_s32      xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   244
                                              mlib_s32      ysize);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   245
90ce3da70b43 Initial load
duke
parents:
diff changeset
   246
void mlib_v_ImageChannelExtract_U8_43L_D1(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   247
                                          mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   248
                                          mlib_s32      dsize);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   249
90ce3da70b43 Initial load
duke
parents:
diff changeset
   250
void mlib_v_ImageChannelExtract_U8_43L(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   251
                                       mlib_s32      slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   252
                                       mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   253
                                       mlib_s32      dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   254
                                       mlib_s32      xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   255
                                       mlib_s32      ysize);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   256
90ce3da70b43 Initial load
duke
parents:
diff changeset
   257
void mlib_v_ImageChannelExtract_S16_43L_A8D1X4(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   258
                                               mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   259
                                               mlib_s32       dsize);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   260
90ce3da70b43 Initial load
duke
parents:
diff changeset
   261
void mlib_v_ImageChannelExtract_S16_43L_A8D2X4(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   262
                                               mlib_s32       slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   263
                                               mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   264
                                               mlib_s32       dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   265
                                               mlib_s32       xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   266
                                               mlib_s32       ysize);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   267
90ce3da70b43 Initial load
duke
parents:
diff changeset
   268
void mlib_v_ImageChannelExtract_S16_43L_D1(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   269
                                           mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   270
                                           mlib_s32       dsize);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   271
90ce3da70b43 Initial load
duke
parents:
diff changeset
   272
void mlib_v_ImageChannelExtract_S16_43L(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   273
                                        mlib_s32       slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   274
                                        mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   275
                                        mlib_s32       dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   276
                                        mlib_s32       xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   277
                                        mlib_s32       ysize);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   278
90ce3da70b43 Initial load
duke
parents:
diff changeset
   279
void mlib_v_ImageChannelExtract_U8_2_1(const mlib_u8 *sl,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   280
                                       mlib_s32      slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   281
                                       mlib_u8       *dl,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   282
                                       mlib_s32      dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   283
                                       mlib_s32      width,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   284
                                       mlib_s32      height);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   285
90ce3da70b43 Initial load
duke
parents:
diff changeset
   286
void mlib_v_ImageChannelExtract_U8_3_2(const mlib_u8 *sl,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   287
                                       mlib_s32      slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   288
                                       mlib_u8       *dl,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   289
                                       mlib_s32      dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   290
                                       mlib_s32      width,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   291
                                       mlib_s32      height,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   292
                                       mlib_s32      count1);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   293
90ce3da70b43 Initial load
duke
parents:
diff changeset
   294
void mlib_v_ImageChannelExtract_U8_4_2(const mlib_u8 *sl,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   295
                                       mlib_s32      slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   296
                                       mlib_u8       *dl,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   297
                                       mlib_s32      dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   298
                                       mlib_s32      width,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   299
                                       mlib_s32      height,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   300
                                       mlib_s32      count1);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   301
90ce3da70b43 Initial load
duke
parents:
diff changeset
   302
void mlib_v_ImageChannelExtract_32_2_1(const mlib_f32 *sp,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   303
                                       mlib_s32       slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   304
                                       mlib_f32       *dp,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   305
                                       mlib_s32       dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   306
                                       mlib_s32       width,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   307
                                       mlib_s32       height);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   308
90ce3da70b43 Initial load
duke
parents:
diff changeset
   309
void mlib_v_ImageChannelExtract_32_3_1(const mlib_f32 *sl,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   310
                                       mlib_s32       slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   311
                                       mlib_f32       *dl,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   312
                                       mlib_s32       dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   313
                                       mlib_s32       width,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   314
                                       mlib_s32       height);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   315
90ce3da70b43 Initial load
duke
parents:
diff changeset
   316
void mlib_v_ImageChannelExtract_32_3_2(const mlib_f32 *sl,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   317
                                       mlib_s32       slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   318
                                       mlib_f32       *dl,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   319
                                       mlib_s32       dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   320
                                       mlib_s32       width,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   321
                                       mlib_s32       height,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   322
                                       mlib_s32       count1);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   323
90ce3da70b43 Initial load
duke
parents:
diff changeset
   324
void mlib_v_ImageChannelExtract_32_4_1(const mlib_f32 *sp,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   325
                                       mlib_s32       slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   326
                                       mlib_f32       *dp,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   327
                                       mlib_s32       dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   328
                                       mlib_s32       width,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   329
                                       mlib_s32       height);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   330
90ce3da70b43 Initial load
duke
parents:
diff changeset
   331
void mlib_v_ImageChannelExtract_32_4_2(const mlib_f32 *sl,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   332
                                       mlib_s32       slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   333
                                       mlib_f32       *dl,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   334
                                       mlib_s32       dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   335
                                       mlib_s32       width,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   336
                                       mlib_s32       height,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   337
                                       mlib_s32       count1);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   338
90ce3da70b43 Initial load
duke
parents:
diff changeset
   339
void mlib_v_ImageChannelExtract_32_4_3(const mlib_f32 *sl,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   340
                                       mlib_s32       slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   341
                                       mlib_f32       *dl,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   342
                                       mlib_s32       dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   343
                                       mlib_s32       width,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   344
                                       mlib_s32       height,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   345
                                       mlib_s32       count1);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   346
90ce3da70b43 Initial load
duke
parents:
diff changeset
   347
void mlib_v_ImageChannelExtract_U8(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   348
                                   mlib_s32      slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   349
                                   mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   350
                                   mlib_s32      dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   351
                                   mlib_s32      channels,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   352
                                   mlib_s32      channeld,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   353
                                   mlib_s32      width,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   354
                                   mlib_s32      height,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   355
                                   mlib_s32      cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   356
90ce3da70b43 Initial load
duke
parents:
diff changeset
   357
void mlib_v_ImageChannelExtract_S16(const mlib_u16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   358
                                    mlib_s32       slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   359
                                    mlib_u16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   360
                                    mlib_s32       dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   361
                                    mlib_s32       channels,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   362
                                    mlib_s32       channeld,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   363
                                    mlib_s32       width,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   364
                                    mlib_s32       height,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   365
                                    mlib_s32       cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   366
90ce3da70b43 Initial load
duke
parents:
diff changeset
   367
void mlib_v_ImageChannelExtract_D64(const mlib_d64 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   368
                                    mlib_s32       slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   369
                                    mlib_d64       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   370
                                    mlib_s32       dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   371
                                    mlib_s32       channels,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   372
                                    mlib_s32       channeld,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   373
                                    mlib_s32       width,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   374
                                    mlib_s32       height,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   375
                                    mlib_s32       cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   376
90ce3da70b43 Initial load
duke
parents:
diff changeset
   377
#ifdef __cplusplus
90ce3da70b43 Initial load
duke
parents:
diff changeset
   378
}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   379
#endif /* __cplusplus */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   380
#endif /* __MLIB_V_IMAGECHANNELEXTRACT_H */