jdk/src/solaris/native/sun/awt/medialib/mlib_v_ImageChannelInsert.h
author duke
Sat, 01 Dec 2007 00:00:00 +0000
changeset 2 90ce3da70b43
child 5506 202f599c92aa
permissions -rw-r--r--
Initial load
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
/*
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
 * Copyright 2003 Sun Microsystems, Inc.  All Rights Reserved.
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
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
 * published by the Free Software Foundation.  Sun designates this
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
 * particular file as subject to the "Classpath" exception as provided
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
 * by Sun in the LICENSE file that accompanied this code.
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
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
 * CA 95054 USA or visit www.sun.com if you need additional information or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
 * have any questions.
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_IMAGECHANNELINSERT_H
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
#define __MLIB_V_IMAGECHANNELINSERT_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_ImageChannelInsert_U8(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
                                  mlib_s32      slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
                                  mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
                                  mlib_s32      dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
                                  mlib_s32      channels,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
                                  mlib_s32      channeld,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
                                  mlib_s32      width,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
                                  mlib_s32      height,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
                                  mlib_s32      cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
void mlib_v_ImageChannelInsert_D64(const mlib_d64 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
                                   mlib_s32       slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
                                   mlib_d64       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
                                   mlib_s32       dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
                                   mlib_s32       channels,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
                                   mlib_s32       channeld,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
                                   mlib_s32       width,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
                                   mlib_s32       height,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
                                   mlib_s32       cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
void mlib_v_ImageChannelInsert_S16(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
                                   mlib_s32       slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
                                   mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
                                   mlib_s32       dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
                                   mlib_s32       channels,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
                                   mlib_s32       channeld,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
                                   mlib_s32       width,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
                                   mlib_s32       height,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
                                   mlib_s32       cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
void mlib_v_ImageChannelInsert_S32(const mlib_s32 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
                                   mlib_s32       slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
                                   mlib_s32       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
                                   mlib_s32       dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
                                   mlib_s32       channels,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
                                   mlib_s32       channeld,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
                                   mlib_s32       width,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
                                   mlib_s32       height,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
                                   mlib_s32       cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
void mlib_v_ImageChannelInsert_U8_12_A8D1X8(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
                                            mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
                                            mlib_s32      dsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
                                            mlib_s32      cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
void mlib_v_ImageChannelInsert_U8_12_A8D2X8(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
                                            mlib_s32      slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
                                            mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
                                            mlib_s32      dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
                                            mlib_s32      xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
                                            mlib_s32      ysize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
                                            mlib_s32      cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
void mlib_v_ImageChannelInsert_U8_12_D1(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
                                        mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
                                        mlib_s32      dsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
                                        mlib_s32      cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
void mlib_v_ImageChannelInsert_U8_12(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
                                     mlib_s32      slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
                                     mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
                                     mlib_s32      dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
                                     mlib_s32      xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
                                     mlib_s32      ysize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
                                     mlib_s32      cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
void mlib_v_ImageChannelInsert_U8_13_A8D1X8(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
                                            mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
                                            mlib_s32      dsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
                                            mlib_s32      cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
void mlib_v_ImageChannelInsert_U8_13_A8D2X8(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
                                            mlib_s32      slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
                                            mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
                                            mlib_s32      dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
                                            mlib_s32      xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
                                            mlib_s32      ysize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
                                            mlib_s32      cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
void mlib_v_ImageChannelInsert_U8_13_D1(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
                                        mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
                                        mlib_s32      dsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
                                        mlib_s32      cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
void mlib_v_ImageChannelInsert_U8_13(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
                                     mlib_s32      slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
                                     mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
                                     mlib_s32      dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
                                     mlib_s32      xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
                                     mlib_s32      ysize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
                                     mlib_s32      cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
void mlib_v_ImageChannelInsert_U8_14_A8D1X8(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
                                            mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
                                            mlib_s32      dsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
                                            mlib_s32      cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
void mlib_v_ImageChannelInsert_U8_14_A8D2X8(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
                                            mlib_s32      slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
                                            mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
                                            mlib_s32      dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
                                            mlib_s32      xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
                                            mlib_s32      ysize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
                                            mlib_s32      cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
void mlib_v_ImageChannelInsert_U8_14_D1(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
                                        mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
                                        mlib_s32      dsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
                                        mlib_s32      cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
void mlib_v_ImageChannelInsert_U8_14(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
                                     mlib_s32      slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
                                     mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
                                     mlib_s32      dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
                                     mlib_s32      xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
                                     mlib_s32      ysize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
                                     mlib_s32      cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
void mlib_v_ImageChannelInsert_S16_12_A8D1X4(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
                                             mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
                                             mlib_s32       dsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
                                             mlib_s32       cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
void mlib_v_ImageChannelInsert_S16_12_A8D2X4(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
                                             mlib_s32       slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
                                             mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
                                             mlib_s32       dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
                                             mlib_s32       xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
                                             mlib_s32       ysize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
                                             mlib_s32       cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
void mlib_v_ImageChannelInsert_S16_12_D1(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
                                         mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
                                         mlib_s32       dsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
                                         mlib_s32       cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
void mlib_v_ImageChannelInsert_S16_12(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
                                      mlib_s32       slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
                                      mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
                                      mlib_s32       dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
                                      mlib_s32       xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
                                      mlib_s32       ysize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
                                      mlib_s32       cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
void mlib_v_ImageChannelInsert_S16_13_A8D1X4(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   180
                                             mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
                                             mlib_s32       dsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
                                             mlib_s32       cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
void mlib_v_ImageChannelInsert_S16_13_A8D2X4(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
                                             mlib_s32       slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   186
                                             mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
                                             mlib_s32       dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
                                             mlib_s32       xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   189
                                             mlib_s32       ysize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   190
                                             mlib_s32       cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   191
90ce3da70b43 Initial load
duke
parents:
diff changeset
   192
void mlib_v_ImageChannelInsert_S16_13_D1(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
                                         mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
                                         mlib_s32       dsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
                                         mlib_s32       cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
void mlib_v_ImageChannelInsert_S16_13(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
                                      mlib_s32       slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
                                      mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
                                      mlib_s32       dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
                                      mlib_s32       xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
                                      mlib_s32       ysize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
                                      mlib_s32       cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   204
90ce3da70b43 Initial load
duke
parents:
diff changeset
   205
void mlib_v_ImageChannelInsert_S16_14_A8D1X4(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
                                             mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   207
                                             mlib_s32       dsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
                                             mlib_s32       cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   209
90ce3da70b43 Initial load
duke
parents:
diff changeset
   210
void mlib_v_ImageChannelInsert_S16_14_A8D2X4(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   211
                                             mlib_s32       slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   212
                                             mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   213
                                             mlib_s32       dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   214
                                             mlib_s32       xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   215
                                             mlib_s32       ysize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   216
                                             mlib_s32       cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   217
90ce3da70b43 Initial load
duke
parents:
diff changeset
   218
void mlib_v_ImageChannelInsert_S16_14_D1(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   219
                                         mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   220
                                         mlib_s32       dsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   221
                                         mlib_s32       cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   222
90ce3da70b43 Initial load
duke
parents:
diff changeset
   223
void mlib_v_ImageChannelInsert_S16_14(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   224
                                      mlib_s32       slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   225
                                      mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   226
                                      mlib_s32       dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   227
                                      mlib_s32       xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   228
                                      mlib_s32       ysize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   229
                                      mlib_s32       cmask);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   230
90ce3da70b43 Initial load
duke
parents:
diff changeset
   231
void mlib_v_ImageChannelInsert_U8_34R_A8D1X8(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   232
                                             mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   233
                                             mlib_s32      dsize);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   234
90ce3da70b43 Initial load
duke
parents:
diff changeset
   235
void mlib_v_ImageChannelInsert_U8_34R_A8D2X8(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   236
                                             mlib_s32      slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   237
                                             mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   238
                                             mlib_s32      dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   239
                                             mlib_s32      xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   240
                                             mlib_s32      ysize);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   241
90ce3da70b43 Initial load
duke
parents:
diff changeset
   242
void mlib_v_ImageChannelInsert_U8_34R_D1(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   243
                                         mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   244
                                         mlib_s32      dsize);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   245
90ce3da70b43 Initial load
duke
parents:
diff changeset
   246
void mlib_v_ImageChannelInsert_U8_34R(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   247
                                      mlib_s32      slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   248
                                      mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   249
                                      mlib_s32      dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   250
                                      mlib_s32      xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   251
                                      mlib_s32      ysize);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   252
90ce3da70b43 Initial load
duke
parents:
diff changeset
   253
void mlib_v_ImageChannelInsert_S16_34R_A8D1X4(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   254
                                              mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   255
                                              mlib_s32       dsize);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   256
90ce3da70b43 Initial load
duke
parents:
diff changeset
   257
void mlib_v_ImageChannelInsert_S16_34R_A8D2X4(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   258
                                              mlib_s32       slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   259
                                              mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   260
                                              mlib_s32       dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   261
                                              mlib_s32       xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   262
                                              mlib_s32       ysize);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   263
90ce3da70b43 Initial load
duke
parents:
diff changeset
   264
void mlib_v_ImageChannelInsert_S16_34R_D1(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   265
                                          mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   266
                                          mlib_s32       dsize);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   267
90ce3da70b43 Initial load
duke
parents:
diff changeset
   268
void mlib_v_ImageChannelInsert_S16_34R(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   269
                                       mlib_s32       slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   270
                                       mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   271
                                       mlib_s32       dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   272
                                       mlib_s32       xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   273
                                       mlib_s32       ysize);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   274
90ce3da70b43 Initial load
duke
parents:
diff changeset
   275
void mlib_v_ImageChannelInsert_U8_34L_A8D1X8(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   276
                                             mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   277
                                             mlib_s32      dsize);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   278
90ce3da70b43 Initial load
duke
parents:
diff changeset
   279
void mlib_v_ImageChannelInsert_U8_34L_A8D2X8(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   280
                                             mlib_s32      slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   281
                                             mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   282
                                             mlib_s32      dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   283
                                             mlib_s32      xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   284
                                             mlib_s32      ysize);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   285
90ce3da70b43 Initial load
duke
parents:
diff changeset
   286
void mlib_v_ImageChannelInsert_U8_34L_D1(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   287
                                         mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   288
                                         mlib_s32      dsize);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   289
90ce3da70b43 Initial load
duke
parents:
diff changeset
   290
void mlib_v_ImageChannelInsert_U8_34L(const mlib_u8 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   291
                                      mlib_s32      slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   292
                                      mlib_u8       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   293
                                      mlib_s32      dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   294
                                      mlib_s32      xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   295
                                      mlib_s32      ysize);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   296
90ce3da70b43 Initial load
duke
parents:
diff changeset
   297
void mlib_v_ImageChannelInsert_S16_34L_A8D1X4(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   298
                                              mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   299
                                              mlib_s32       dsize);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   300
90ce3da70b43 Initial load
duke
parents:
diff changeset
   301
void mlib_v_ImageChannelInsert_S16_34L_A8D2X4(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   302
                                              mlib_s32       slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   303
                                              mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   304
                                              mlib_s32       dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   305
                                              mlib_s32       xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   306
                                              mlib_s32       ysize);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   307
90ce3da70b43 Initial load
duke
parents:
diff changeset
   308
void mlib_v_ImageChannelInsert_S16_34L_D1(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   309
                                          mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   310
                                          mlib_s32       dsize);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   311
90ce3da70b43 Initial load
duke
parents:
diff changeset
   312
void mlib_v_ImageChannelInsert_S16_34L(const mlib_s16 *src,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   313
                                       mlib_s32       slb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   314
                                       mlib_s16       *dst,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   315
                                       mlib_s32       dlb,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   316
                                       mlib_s32       xsize,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   317
                                       mlib_s32       ysize);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   318
90ce3da70b43 Initial load
duke
parents:
diff changeset
   319
#ifdef __cplusplus
90ce3da70b43 Initial load
duke
parents:
diff changeset
   320
}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   321
#endif /* __cplusplus */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   322
#endif /* __MLIB_V_IMAGECHANNELINSERT_H */