1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/genericopenlibs/liboil/src/liboiltrampolines.c Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,5431 @@
1.4 +/*
1.5 + * LIBOIL - Library of Optimized Inner Loops
1.6 + * Copyright (c) 2004 David A. Schleef <ds@schleef.org>
1.7 + * All rights reserved.
1.8 + *
1.9 + * Redistribution and use in source and binary forms, with or without
1.10 + * modification, are permitted provided that the following conditions
1.11 + * are met:
1.12 + * 1. Redistributions of source code must retain the above copyright
1.13 + * notice, this list of conditions and the following disclaimer.
1.14 + * 2. Redistributions in binary form must reproduce the above copyright
1.15 + * notice, this list of conditions and the following disclaimer in the
1.16 + * documentation and/or other materials provided with the distribution.
1.17 + *
1.18 + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
1.19 + * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1.20 + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1.21 + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
1.22 + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1.23 + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1.24 + * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1.25 + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1.26 + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
1.27 + * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1.28 + * POSSIBILITY OF SUCH DAMAGE.
1.29 + */
1.30 +
1.31 +/* This file is automatically generated. Do not edit. */
1.32 +
1.33 +#include <liboil/liboil.h>
1.34 +#include <liboil/liboilclasses.h>
1.35 +#include <liboil/liboilfunction.h>
1.36 +
1.37 +
1.38 +
1.39 +#undef oil_abs_f32_f32
1.40 +#ifdef __SYMBIAN32__
1.41 +
1.42 +#endif
1.43 +void
1.44 +oil_abs_f32_f32 (float * dest, int dstr, const float * src, int sstr, int n)
1.45 +{
1.46 + if (_oil_function_class_abs_f32_f32.func == NULL) {
1.47 + oil_class_optimize (&_oil_function_class_abs_f32_f32);
1.48 + }
1.49 + ((void (*)(float * dest, int dstr, const float * src, int sstr, int n))(_oil_function_class_abs_f32_f32.func))(dest, dstr, src, sstr, n);
1.50 +}
1.51 +
1.52 +#undef oil_abs_f64_f64
1.53 +#ifdef __SYMBIAN32__
1.54 +
1.55 +#endif
1.56 +void
1.57 +oil_abs_f64_f64 (double * dest, int dstr, const double * src, int sstr, int n)
1.58 +{
1.59 + if (_oil_function_class_abs_f64_f64.func == NULL) {
1.60 + oil_class_optimize (&_oil_function_class_abs_f64_f64);
1.61 + }
1.62 + ((void (*)(double * dest, int dstr, const double * src, int sstr, int n))(_oil_function_class_abs_f64_f64.func))(dest, dstr, src, sstr, n);
1.63 +}
1.64 +
1.65 +#undef oil_abs_u16_s16
1.66 +#ifdef __SYMBIAN32__
1.67 +
1.68 +#endif
1.69 +void
1.70 +oil_abs_u16_s16 (uint16_t * dest, int dstr, const int16_t * src, int sstr, int n)
1.71 +{
1.72 + if (_oil_function_class_abs_u16_s16.func == NULL) {
1.73 + oil_class_optimize (&_oil_function_class_abs_u16_s16);
1.74 + }
1.75 + ((void (*)(uint16_t * dest, int dstr, const int16_t * src, int sstr, int n))(_oil_function_class_abs_u16_s16.func))(dest, dstr, src, sstr, n);
1.76 +}
1.77 +
1.78 +#undef oil_abs_u32_s32
1.79 +#ifdef __SYMBIAN32__
1.80 +
1.81 +#endif
1.82 +void
1.83 +oil_abs_u32_s32 (uint32_t * dest, int dstr, const int32_t * src, int sstr, int n)
1.84 +{
1.85 + if (_oil_function_class_abs_u32_s32.func == NULL) {
1.86 + oil_class_optimize (&_oil_function_class_abs_u32_s32);
1.87 + }
1.88 + ((void (*)(uint32_t * dest, int dstr, const int32_t * src, int sstr, int n))(_oil_function_class_abs_u32_s32.func))(dest, dstr, src, sstr, n);
1.89 +}
1.90 +
1.91 +#undef oil_abs_u8_s8
1.92 +#ifdef __SYMBIAN32__
1.93 +
1.94 +#endif
1.95 +void
1.96 +oil_abs_u8_s8 (uint8_t * dest, int dstr, const int8_t * src, int sstr, int n)
1.97 +{
1.98 + if (_oil_function_class_abs_u8_s8.func == NULL) {
1.99 + oil_class_optimize (&_oil_function_class_abs_u8_s8);
1.100 + }
1.101 + ((void (*)(uint8_t * dest, int dstr, const int8_t * src, int sstr, int n))(_oil_function_class_abs_u8_s8.func))(dest, dstr, src, sstr, n);
1.102 +}
1.103 +
1.104 +#undef oil_add2_rshift_add_s16
1.105 +#ifdef __SYMBIAN32__
1.106 +
1.107 +#endif
1.108 +void
1.109 +oil_add2_rshift_add_s16 (int16_t * d, const int16_t * s1, const int16_t * s2, const int16_t * s3, const int16_t * s4_2, int n)
1.110 +{
1.111 + if (_oil_function_class_add2_rshift_add_s16.func == NULL) {
1.112 + oil_class_optimize (&_oil_function_class_add2_rshift_add_s16);
1.113 + }
1.114 + ((void (*)(int16_t * d, const int16_t * s1, const int16_t * s2, const int16_t * s3, const int16_t * s4_2, int n))(_oil_function_class_add2_rshift_add_s16.func))(d, s1, s2, s3, s4_2, n);
1.115 +}
1.116 +
1.117 +#undef oil_add2_rshift_sub_s16
1.118 +#ifdef __SYMBIAN32__
1.119 +
1.120 +#endif
1.121 +void
1.122 +oil_add2_rshift_sub_s16 (int16_t * d, const int16_t * s1, const int16_t * s2, const int16_t * s3, const int16_t * s4_2, int n)
1.123 +{
1.124 + if (_oil_function_class_add2_rshift_sub_s16.func == NULL) {
1.125 + oil_class_optimize (&_oil_function_class_add2_rshift_sub_s16);
1.126 + }
1.127 + ((void (*)(int16_t * d, const int16_t * s1, const int16_t * s2, const int16_t * s3, const int16_t * s4_2, int n))(_oil_function_class_add2_rshift_sub_s16.func))(d, s1, s2, s3, s4_2, n);
1.128 +}
1.129 +
1.130 +#undef oil_add_const_rshift_s16
1.131 +#ifdef __SYMBIAN32__
1.132 +
1.133 +#endif
1.134 +void
1.135 +oil_add_const_rshift_s16 (int16_t * d1, const int16_t * s1, const int16_t * s2_2, int n)
1.136 +{
1.137 + if (_oil_function_class_add_const_rshift_s16.func == NULL) {
1.138 + oil_class_optimize (&_oil_function_class_add_const_rshift_s16);
1.139 + }
1.140 + ((void (*)(int16_t * d1, const int16_t * s1, const int16_t * s2_2, int n))(_oil_function_class_add_const_rshift_s16.func))(d1, s1, s2_2, n);
1.141 +}
1.142 +
1.143 +#undef oil_add_f32
1.144 +#ifdef __SYMBIAN32__
1.145 +
1.146 +#endif
1.147 +void
1.148 +oil_add_f32 (float * d, const float * s1, const float * s2, int n)
1.149 +{
1.150 + if (_oil_function_class_add_f32.func == NULL) {
1.151 + oil_class_optimize (&_oil_function_class_add_f32);
1.152 + }
1.153 + ((void (*)(float * d, const float * s1, const float * s2, int n))(_oil_function_class_add_f32.func))(d, s1, s2, n);
1.154 +}
1.155 +
1.156 +#undef oil_add_f64
1.157 +#ifdef __SYMBIAN32__
1.158 +
1.159 +#endif
1.160 +void
1.161 +oil_add_f64 (double * d, const double * s1, const double * s2, int n)
1.162 +{
1.163 + if (_oil_function_class_add_f64.func == NULL) {
1.164 + oil_class_optimize (&_oil_function_class_add_f64);
1.165 + }
1.166 + ((void (*)(double * d, const double * s1, const double * s2, int n))(_oil_function_class_add_f64.func))(d, s1, s2, n);
1.167 +}
1.168 +
1.169 +#undef oil_add_s16
1.170 +#ifdef __SYMBIAN32__
1.171 +
1.172 +#endif
1.173 +void
1.174 +oil_add_s16 (int16_t * d, const int16_t * src1, const int16_t * src2, int n)
1.175 +{
1.176 + if (_oil_function_class_add_s16.func == NULL) {
1.177 + oil_class_optimize (&_oil_function_class_add_s16);
1.178 + }
1.179 + ((void (*)(int16_t * d, const int16_t * src1, const int16_t * src2, int n))(_oil_function_class_add_s16.func))(d, src1, src2, n);
1.180 +}
1.181 +
1.182 +#undef oil_add_s16_u8
1.183 +#ifdef __SYMBIAN32__
1.184 +
1.185 +#endif
1.186 +void
1.187 +oil_add_s16_u8 (int16_t * d, const int16_t * src1, const uint8_t * src2, int n)
1.188 +{
1.189 + if (_oil_function_class_add_s16_u8.func == NULL) {
1.190 + oil_class_optimize (&_oil_function_class_add_s16_u8);
1.191 + }
1.192 + ((void (*)(int16_t * d, const int16_t * src1, const uint8_t * src2, int n))(_oil_function_class_add_s16_u8.func))(d, src1, src2, n);
1.193 +}
1.194 +
1.195 +#undef oil_addc_rshift_s16
1.196 +#ifdef __SYMBIAN32__
1.197 +
1.198 +#endif
1.199 +void
1.200 +oil_addc_rshift_s16 (int16_t * d1, const int16_t * s1, const int16_t * s2_2, int n)
1.201 +{
1.202 + if (_oil_function_class_addc_rshift_s16.func == NULL) {
1.203 + oil_class_optimize (&_oil_function_class_addc_rshift_s16);
1.204 + }
1.205 + ((void (*)(int16_t * d1, const int16_t * s1, const int16_t * s2_2, int n))(_oil_function_class_addc_rshift_s16.func))(d1, s1, s2_2, n);
1.206 +}
1.207 +
1.208 +#undef oil_addc_s16
1.209 +#ifdef __SYMBIAN32__
1.210 +
1.211 +#endif
1.212 +void
1.213 +oil_addc_s16 (int16_t * d1, const int16_t * s1, const int16_t * s2_1, int n)
1.214 +{
1.215 + if (_oil_function_class_addc_s16.func == NULL) {
1.216 + oil_class_optimize (&_oil_function_class_addc_s16);
1.217 + }
1.218 + ((void (*)(int16_t * d1, const int16_t * s1, const int16_t * s2_1, int n))(_oil_function_class_addc_s16.func))(d1, s1, s2_1, n);
1.219 +}
1.220 +
1.221 +#undef oil_argb_paint_u8
1.222 +#ifdef __SYMBIAN32__
1.223 +
1.224 +#endif
1.225 +void
1.226 +oil_argb_paint_u8 (uint8_t * i_4xn, const uint8_t * s1_4, const uint8_t * s2_n, int n)
1.227 +{
1.228 + if (_oil_function_class_argb_paint_u8.func == NULL) {
1.229 + oil_class_optimize (&_oil_function_class_argb_paint_u8);
1.230 + }
1.231 + ((void (*)(uint8_t * i_4xn, const uint8_t * s1_4, const uint8_t * s2_n, int n))(_oil_function_class_argb_paint_u8.func))(i_4xn, s1_4, s2_n, n);
1.232 +}
1.233 +
1.234 +#undef oil_average2_u8
1.235 +#ifdef __SYMBIAN32__
1.236 +
1.237 +#endif
1.238 +void
1.239 +oil_average2_u8 (uint8_t * d, int dstr, const uint8_t * s1, int sstr1, const uint8_t * s2, int sstr2, int n)
1.240 +{
1.241 + if (_oil_function_class_average2_u8.func == NULL) {
1.242 + oil_class_optimize (&_oil_function_class_average2_u8);
1.243 + }
1.244 + ((void (*)(uint8_t * d, int dstr, const uint8_t * s1, int sstr1, const uint8_t * s2, int sstr2, int n))(_oil_function_class_average2_u8.func))(d, dstr, s1, sstr1, s2, sstr2, n);
1.245 +}
1.246 +
1.247 +#undef oil_avg2_12xn_u8
1.248 +#ifdef __SYMBIAN32__
1.249 +
1.250 +#endif
1.251 +void
1.252 +oil_avg2_12xn_u8 (uint8_t * d_12xn, int ds1, const uint8_t * s1_12xn, int ss1, const uint8_t * s2_12xn, int ss2, int n)
1.253 +{
1.254 + if (_oil_function_class_avg2_12xn_u8.func == NULL) {
1.255 + oil_class_optimize (&_oil_function_class_avg2_12xn_u8);
1.256 + }
1.257 + ((void (*)(uint8_t * d_12xn, int ds1, const uint8_t * s1_12xn, int ss1, const uint8_t * s2_12xn, int ss2, int n))(_oil_function_class_avg2_12xn_u8.func))(d_12xn, ds1, s1_12xn, ss1, s2_12xn, ss2, n);
1.258 +}
1.259 +
1.260 +#undef oil_avg2_16xn_u8
1.261 +#ifdef __SYMBIAN32__
1.262 +
1.263 +#endif
1.264 +void
1.265 +oil_avg2_16xn_u8 (uint8_t * d_16xn, int ds1, const uint8_t * s1_16xn, int ss1, const uint8_t * s2_16xn, int ss2, int n)
1.266 +{
1.267 + if (_oil_function_class_avg2_16xn_u8.func == NULL) {
1.268 + oil_class_optimize (&_oil_function_class_avg2_16xn_u8);
1.269 + }
1.270 + ((void (*)(uint8_t * d_16xn, int ds1, const uint8_t * s1_16xn, int ss1, const uint8_t * s2_16xn, int ss2, int n))(_oil_function_class_avg2_16xn_u8.func))(d_16xn, ds1, s1_16xn, ss1, s2_16xn, ss2, n);
1.271 +}
1.272 +
1.273 +#undef oil_avg2_8xn_u8
1.274 +#ifdef __SYMBIAN32__
1.275 +
1.276 +#endif
1.277 +void
1.278 +oil_avg2_8xn_u8 (uint8_t * d_8xn, int ds1, const uint8_t * s1_8xn, int ss1, const uint8_t * s2_8xn, int ss2, int n)
1.279 +{
1.280 + if (_oil_function_class_avg2_8xn_u8.func == NULL) {
1.281 + oil_class_optimize (&_oil_function_class_avg2_8xn_u8);
1.282 + }
1.283 + ((void (*)(uint8_t * d_8xn, int ds1, const uint8_t * s1_8xn, int ss1, const uint8_t * s2_8xn, int ss2, int n))(_oil_function_class_avg2_8xn_u8.func))(d_8xn, ds1, s1_8xn, ss1, s2_8xn, ss2, n);
1.284 +}
1.285 +
1.286 +#undef oil_ayuv2argb_u8
1.287 +#ifdef __SYMBIAN32__
1.288 +
1.289 +#endif
1.290 +void
1.291 +oil_ayuv2argb_u8 (uint8_t * d_4xn, const uint8_t * s_4xn, int n)
1.292 +{
1.293 + if (_oil_function_class_ayuv2argb_u8.func == NULL) {
1.294 + oil_class_optimize (&_oil_function_class_ayuv2argb_u8);
1.295 + }
1.296 + ((void (*)(uint8_t * d_4xn, const uint8_t * s_4xn, int n))(_oil_function_class_ayuv2argb_u8.func))(d_4xn, s_4xn, n);
1.297 +}
1.298 +
1.299 +#undef oil_ayuv2uyvy
1.300 +#ifdef __SYMBIAN32__
1.301 +
1.302 +#endif
1.303 +void
1.304 +oil_ayuv2uyvy (uint32_t * d_n, const uint32_t * s_n, int n)
1.305 +{
1.306 + if (_oil_function_class_ayuv2uyvy.func == NULL) {
1.307 + oil_class_optimize (&_oil_function_class_ayuv2uyvy);
1.308 + }
1.309 + ((void (*)(uint32_t * d_n, const uint32_t * s_n, int n))(_oil_function_class_ayuv2uyvy.func))(d_n, s_n, n);
1.310 +}
1.311 +
1.312 +#undef oil_ayuv2yuyv
1.313 +#ifdef __SYMBIAN32__
1.314 +
1.315 +#endif
1.316 +void
1.317 +oil_ayuv2yuyv (uint32_t * d_n, const uint32_t * s_n, int n)
1.318 +{
1.319 + if (_oil_function_class_ayuv2yuyv.func == NULL) {
1.320 + oil_class_optimize (&_oil_function_class_ayuv2yuyv);
1.321 + }
1.322 + ((void (*)(uint32_t * d_n, const uint32_t * s_n, int n))(_oil_function_class_ayuv2yuyv.func))(d_n, s_n, n);
1.323 +}
1.324 +
1.325 +#undef oil_ayuv2yvyu
1.326 +#ifdef __SYMBIAN32__
1.327 +
1.328 +#endif
1.329 +void
1.330 +oil_ayuv2yvyu (uint32_t * d_n, const uint32_t * s_n, int n)
1.331 +{
1.332 + if (_oil_function_class_ayuv2yvyu.func == NULL) {
1.333 + oil_class_optimize (&_oil_function_class_ayuv2yvyu);
1.334 + }
1.335 + ((void (*)(uint32_t * d_n, const uint32_t * s_n, int n))(_oil_function_class_ayuv2yvyu.func))(d_n, s_n, n);
1.336 +}
1.337 +
1.338 +#undef oil_clamp_f32
1.339 +#ifdef __SYMBIAN32__
1.340 +
1.341 +#endif
1.342 +void
1.343 +oil_clamp_f32 (float * dest, const float * src, int n, const float * s2_1, const float * s3_1)
1.344 +{
1.345 + if (_oil_function_class_clamp_f32.func == NULL) {
1.346 + oil_class_optimize (&_oil_function_class_clamp_f32);
1.347 + }
1.348 + ((void (*)(float * dest, const float * src, int n, const float * s2_1, const float * s3_1))(_oil_function_class_clamp_f32.func))(dest, src, n, s2_1, s3_1);
1.349 +}
1.350 +
1.351 +#undef oil_clamp_f64
1.352 +#ifdef __SYMBIAN32__
1.353 +
1.354 +#endif
1.355 +void
1.356 +oil_clamp_f64 (double * dest, const double * src, int n, const double * s2_1, const double * s3_1)
1.357 +{
1.358 + if (_oil_function_class_clamp_f64.func == NULL) {
1.359 + oil_class_optimize (&_oil_function_class_clamp_f64);
1.360 + }
1.361 + ((void (*)(double * dest, const double * src, int n, const double * s2_1, const double * s3_1))(_oil_function_class_clamp_f64.func))(dest, src, n, s2_1, s3_1);
1.362 +}
1.363 +
1.364 +#undef oil_clamp_s16
1.365 +#ifdef __SYMBIAN32__
1.366 +
1.367 +#endif
1.368 +void
1.369 +oil_clamp_s16 (int16_t * dest, const int16_t * src, int n, const int16_t * s2_1, const int16_t * s3_1)
1.370 +{
1.371 + if (_oil_function_class_clamp_s16.func == NULL) {
1.372 + oil_class_optimize (&_oil_function_class_clamp_s16);
1.373 + }
1.374 + ((void (*)(int16_t * dest, const int16_t * src, int n, const int16_t * s2_1, const int16_t * s3_1))(_oil_function_class_clamp_s16.func))(dest, src, n, s2_1, s3_1);
1.375 +}
1.376 +
1.377 +#undef oil_clamp_s32
1.378 +#ifdef __SYMBIAN32__
1.379 +
1.380 +#endif
1.381 +void
1.382 +oil_clamp_s32 (int32_t * dest, const int32_t * src, int n, const int32_t * s2_1, const int32_t * s3_1)
1.383 +{
1.384 + if (_oil_function_class_clamp_s32.func == NULL) {
1.385 + oil_class_optimize (&_oil_function_class_clamp_s32);
1.386 + }
1.387 + ((void (*)(int32_t * dest, const int32_t * src, int n, const int32_t * s2_1, const int32_t * s3_1))(_oil_function_class_clamp_s32.func))(dest, src, n, s2_1, s3_1);
1.388 +}
1.389 +
1.390 +#undef oil_clamp_s8
1.391 +#ifdef __SYMBIAN32__
1.392 +
1.393 +#endif
1.394 +void
1.395 +oil_clamp_s8 (int8_t * dest, const int8_t * src, int n, const int8_t * s2_1, const int8_t * s3_1)
1.396 +{
1.397 + if (_oil_function_class_clamp_s8.func == NULL) {
1.398 + oil_class_optimize (&_oil_function_class_clamp_s8);
1.399 + }
1.400 + ((void (*)(int8_t * dest, const int8_t * src, int n, const int8_t * s2_1, const int8_t * s3_1))(_oil_function_class_clamp_s8.func))(dest, src, n, s2_1, s3_1);
1.401 +}
1.402 +
1.403 +#undef oil_clamp_u16
1.404 +#ifdef __SYMBIAN32__
1.405 +
1.406 +#endif
1.407 +void
1.408 +oil_clamp_u16 (uint16_t * dest, const uint16_t * src, int n, const uint16_t * s2_1, const uint16_t * s3_1)
1.409 +{
1.410 + if (_oil_function_class_clamp_u16.func == NULL) {
1.411 + oil_class_optimize (&_oil_function_class_clamp_u16);
1.412 + }
1.413 + ((void (*)(uint16_t * dest, const uint16_t * src, int n, const uint16_t * s2_1, const uint16_t * s3_1))(_oil_function_class_clamp_u16.func))(dest, src, n, s2_1, s3_1);
1.414 +}
1.415 +
1.416 +#undef oil_clamp_u32
1.417 +#ifdef __SYMBIAN32__
1.418 +
1.419 +#endif
1.420 +void
1.421 +oil_clamp_u32 (uint32_t * dest, const uint32_t * src, int n, const uint32_t * s2_1, const uint32_t * s3_1)
1.422 +{
1.423 + if (_oil_function_class_clamp_u32.func == NULL) {
1.424 + oil_class_optimize (&_oil_function_class_clamp_u32);
1.425 + }
1.426 + ((void (*)(uint32_t * dest, const uint32_t * src, int n, const uint32_t * s2_1, const uint32_t * s3_1))(_oil_function_class_clamp_u32.func))(dest, src, n, s2_1, s3_1);
1.427 +}
1.428 +
1.429 +#undef oil_clamp_u8
1.430 +#ifdef __SYMBIAN32__
1.431 +
1.432 +#endif
1.433 +void
1.434 +oil_clamp_u8 (uint8_t * dest, const uint8_t * src, int n, const uint8_t * s2_1, const uint8_t * s3_1)
1.435 +{
1.436 + if (_oil_function_class_clamp_u8.func == NULL) {
1.437 + oil_class_optimize (&_oil_function_class_clamp_u8);
1.438 + }
1.439 + ((void (*)(uint8_t * dest, const uint8_t * src, int n, const uint8_t * s2_1, const uint8_t * s3_1))(_oil_function_class_clamp_u8.func))(dest, src, n, s2_1, s3_1);
1.440 +}
1.441 +
1.442 +#undef oil_clamphigh_f32
1.443 +#ifdef __SYMBIAN32__
1.444 +
1.445 +#endif
1.446 +void
1.447 +oil_clamphigh_f32 (float * dest, const float * src, int n, const float * s2_1)
1.448 +{
1.449 + if (_oil_function_class_clamphigh_f32.func == NULL) {
1.450 + oil_class_optimize (&_oil_function_class_clamphigh_f32);
1.451 + }
1.452 + ((void (*)(float * dest, const float * src, int n, const float * s2_1))(_oil_function_class_clamphigh_f32.func))(dest, src, n, s2_1);
1.453 +}
1.454 +
1.455 +#undef oil_clamphigh_f64
1.456 +#ifdef __SYMBIAN32__
1.457 +
1.458 +#endif
1.459 +void
1.460 +oil_clamphigh_f64 (double * dest, const double * src, int n, const double * s2_1)
1.461 +{
1.462 + if (_oil_function_class_clamphigh_f64.func == NULL) {
1.463 + oil_class_optimize (&_oil_function_class_clamphigh_f64);
1.464 + }
1.465 + ((void (*)(double * dest, const double * src, int n, const double * s2_1))(_oil_function_class_clamphigh_f64.func))(dest, src, n, s2_1);
1.466 +}
1.467 +
1.468 +#undef oil_clamphigh_s16
1.469 +#ifdef __SYMBIAN32__
1.470 +
1.471 +#endif
1.472 +void
1.473 +oil_clamphigh_s16 (int16_t * dest, const int16_t * src, int n, const int16_t * s2_1)
1.474 +{
1.475 + if (_oil_function_class_clamphigh_s16.func == NULL) {
1.476 + oil_class_optimize (&_oil_function_class_clamphigh_s16);
1.477 + }
1.478 + ((void (*)(int16_t * dest, const int16_t * src, int n, const int16_t * s2_1))(_oil_function_class_clamphigh_s16.func))(dest, src, n, s2_1);
1.479 +}
1.480 +
1.481 +#undef oil_clamphigh_s32
1.482 +#ifdef __SYMBIAN32__
1.483 +
1.484 +#endif
1.485 +void
1.486 +oil_clamphigh_s32 (int32_t * dest, const int32_t * src, int n, const int32_t * s2_1)
1.487 +{
1.488 + if (_oil_function_class_clamphigh_s32.func == NULL) {
1.489 + oil_class_optimize (&_oil_function_class_clamphigh_s32);
1.490 + }
1.491 + ((void (*)(int32_t * dest, const int32_t * src, int n, const int32_t * s2_1))(_oil_function_class_clamphigh_s32.func))(dest, src, n, s2_1);
1.492 +}
1.493 +
1.494 +#undef oil_clamphigh_s8
1.495 +#ifdef __SYMBIAN32__
1.496 +
1.497 +#endif
1.498 +void
1.499 +oil_clamphigh_s8 (int8_t * dest, const int8_t * src, int n, const int8_t * s2_1)
1.500 +{
1.501 + if (_oil_function_class_clamphigh_s8.func == NULL) {
1.502 + oil_class_optimize (&_oil_function_class_clamphigh_s8);
1.503 + }
1.504 + ((void (*)(int8_t * dest, const int8_t * src, int n, const int8_t * s2_1))(_oil_function_class_clamphigh_s8.func))(dest, src, n, s2_1);
1.505 +}
1.506 +
1.507 +#undef oil_clamphigh_u16
1.508 +#ifdef __SYMBIAN32__
1.509 +
1.510 +#endif
1.511 +void
1.512 +oil_clamphigh_u16 (uint16_t * dest, const uint16_t * src, int n, const uint16_t * s2_1)
1.513 +{
1.514 + if (_oil_function_class_clamphigh_u16.func == NULL) {
1.515 + oil_class_optimize (&_oil_function_class_clamphigh_u16);
1.516 + }
1.517 + ((void (*)(uint16_t * dest, const uint16_t * src, int n, const uint16_t * s2_1))(_oil_function_class_clamphigh_u16.func))(dest, src, n, s2_1);
1.518 +}
1.519 +
1.520 +#undef oil_clamphigh_u32
1.521 +#ifdef __SYMBIAN32__
1.522 +
1.523 +#endif
1.524 +void
1.525 +oil_clamphigh_u32 (uint32_t * dest, const uint32_t * src, int n, const uint32_t * s2_1)
1.526 +{
1.527 + if (_oil_function_class_clamphigh_u32.func == NULL) {
1.528 + oil_class_optimize (&_oil_function_class_clamphigh_u32);
1.529 + }
1.530 + ((void (*)(uint32_t * dest, const uint32_t * src, int n, const uint32_t * s2_1))(_oil_function_class_clamphigh_u32.func))(dest, src, n, s2_1);
1.531 +}
1.532 +
1.533 +#undef oil_clamphigh_u8
1.534 +#ifdef __SYMBIAN32__
1.535 +
1.536 +#endif
1.537 +void
1.538 +oil_clamphigh_u8 (uint8_t * dest, const uint8_t * src, int n, const uint8_t * s2_1)
1.539 +{
1.540 + if (_oil_function_class_clamphigh_u8.func == NULL) {
1.541 + oil_class_optimize (&_oil_function_class_clamphigh_u8);
1.542 + }
1.543 + ((void (*)(uint8_t * dest, const uint8_t * src, int n, const uint8_t * s2_1))(_oil_function_class_clamphigh_u8.func))(dest, src, n, s2_1);
1.544 +}
1.545 +
1.546 +#undef oil_clamplow_f32
1.547 +#ifdef __SYMBIAN32__
1.548 +
1.549 +#endif
1.550 +void
1.551 +oil_clamplow_f32 (float * dest, const float * src, int n, const float * s2_1)
1.552 +{
1.553 + if (_oil_function_class_clamplow_f32.func == NULL) {
1.554 + oil_class_optimize (&_oil_function_class_clamplow_f32);
1.555 + }
1.556 + ((void (*)(float * dest, const float * src, int n, const float * s2_1))(_oil_function_class_clamplow_f32.func))(dest, src, n, s2_1);
1.557 +}
1.558 +
1.559 +#undef oil_clamplow_f64
1.560 +#ifdef __SYMBIAN32__
1.561 +
1.562 +#endif
1.563 +void
1.564 +oil_clamplow_f64 (double * dest, const double * src, int n, const double * s2_1)
1.565 +{
1.566 + if (_oil_function_class_clamplow_f64.func == NULL) {
1.567 + oil_class_optimize (&_oil_function_class_clamplow_f64);
1.568 + }
1.569 + ((void (*)(double * dest, const double * src, int n, const double * s2_1))(_oil_function_class_clamplow_f64.func))(dest, src, n, s2_1);
1.570 +}
1.571 +
1.572 +#undef oil_clamplow_s16
1.573 +#ifdef __SYMBIAN32__
1.574 +
1.575 +#endif
1.576 +void
1.577 +oil_clamplow_s16 (int16_t * dest, const int16_t * src, int n, const int16_t * s2_1)
1.578 +{
1.579 + if (_oil_function_class_clamplow_s16.func == NULL) {
1.580 + oil_class_optimize (&_oil_function_class_clamplow_s16);
1.581 + }
1.582 + ((void (*)(int16_t * dest, const int16_t * src, int n, const int16_t * s2_1))(_oil_function_class_clamplow_s16.func))(dest, src, n, s2_1);
1.583 +}
1.584 +
1.585 +#undef oil_clamplow_s32
1.586 +#ifdef __SYMBIAN32__
1.587 +
1.588 +#endif
1.589 +void
1.590 +oil_clamplow_s32 (int32_t * dest, const int32_t * src, int n, const int32_t * s2_1)
1.591 +{
1.592 + if (_oil_function_class_clamplow_s32.func == NULL) {
1.593 + oil_class_optimize (&_oil_function_class_clamplow_s32);
1.594 + }
1.595 + ((void (*)(int32_t * dest, const int32_t * src, int n, const int32_t * s2_1))(_oil_function_class_clamplow_s32.func))(dest, src, n, s2_1);
1.596 +}
1.597 +
1.598 +#undef oil_clamplow_s8
1.599 +#ifdef __SYMBIAN32__
1.600 +
1.601 +#endif
1.602 +void
1.603 +oil_clamplow_s8 (int8_t * dest, const int8_t * src, int n, const int8_t * s2_1)
1.604 +{
1.605 + if (_oil_function_class_clamplow_s8.func == NULL) {
1.606 + oil_class_optimize (&_oil_function_class_clamplow_s8);
1.607 + }
1.608 + ((void (*)(int8_t * dest, const int8_t * src, int n, const int8_t * s2_1))(_oil_function_class_clamplow_s8.func))(dest, src, n, s2_1);
1.609 +}
1.610 +
1.611 +#undef oil_clamplow_u16
1.612 +#ifdef __SYMBIAN32__
1.613 +
1.614 +#endif
1.615 +void
1.616 +oil_clamplow_u16 (uint16_t * dest, const uint16_t * src, int n, const uint16_t * s2_1)
1.617 +{
1.618 + if (_oil_function_class_clamplow_u16.func == NULL) {
1.619 + oil_class_optimize (&_oil_function_class_clamplow_u16);
1.620 + }
1.621 + ((void (*)(uint16_t * dest, const uint16_t * src, int n, const uint16_t * s2_1))(_oil_function_class_clamplow_u16.func))(dest, src, n, s2_1);
1.622 +}
1.623 +
1.624 +#undef oil_clamplow_u32
1.625 +#ifdef __SYMBIAN32__
1.626 +
1.627 +#endif
1.628 +void
1.629 +oil_clamplow_u32 (uint32_t * dest, const uint32_t * src, int n, const uint32_t * s2_1)
1.630 +{
1.631 + if (_oil_function_class_clamplow_u32.func == NULL) {
1.632 + oil_class_optimize (&_oil_function_class_clamplow_u32);
1.633 + }
1.634 + ((void (*)(uint32_t * dest, const uint32_t * src, int n, const uint32_t * s2_1))(_oil_function_class_clamplow_u32.func))(dest, src, n, s2_1);
1.635 +}
1.636 +
1.637 +#undef oil_clamplow_u8
1.638 +#ifdef __SYMBIAN32__
1.639 +
1.640 +#endif
1.641 +void
1.642 +oil_clamplow_u8 (uint8_t * dest, const uint8_t * src, int n, const uint8_t * s2_1)
1.643 +{
1.644 + if (_oil_function_class_clamplow_u8.func == NULL) {
1.645 + oil_class_optimize (&_oil_function_class_clamplow_u8);
1.646 + }
1.647 + ((void (*)(uint8_t * dest, const uint8_t * src, int n, const uint8_t * s2_1))(_oil_function_class_clamplow_u8.func))(dest, src, n, s2_1);
1.648 +}
1.649 +
1.650 +#undef oil_clip_f32
1.651 +#ifdef __SYMBIAN32__
1.652 +
1.653 +#endif
1.654 +void
1.655 +oil_clip_f32 (float * dest, int dstr, const float * src, int sstr, int n, const float * s2_1, const float * s3_1)
1.656 +{
1.657 + if (_oil_function_class_clip_f32.func == NULL) {
1.658 + oil_class_optimize (&_oil_function_class_clip_f32);
1.659 + }
1.660 + ((void (*)(float * dest, int dstr, const float * src, int sstr, int n, const float * s2_1, const float * s3_1))(_oil_function_class_clip_f32.func))(dest, dstr, src, sstr, n, s2_1, s3_1);
1.661 +}
1.662 +
1.663 +#undef oil_clip_f64
1.664 +#ifdef __SYMBIAN32__
1.665 +
1.666 +#endif
1.667 +void
1.668 +oil_clip_f64 (double * dest, int dstr, const double * src, int sstr, int n, const double * s2_1, const double * s3_1)
1.669 +{
1.670 + if (_oil_function_class_clip_f64.func == NULL) {
1.671 + oil_class_optimize (&_oil_function_class_clip_f64);
1.672 + }
1.673 + ((void (*)(double * dest, int dstr, const double * src, int sstr, int n, const double * s2_1, const double * s3_1))(_oil_function_class_clip_f64.func))(dest, dstr, src, sstr, n, s2_1, s3_1);
1.674 +}
1.675 +
1.676 +#undef oil_clip_s16
1.677 +#ifdef __SYMBIAN32__
1.678 +
1.679 +#endif
1.680 +void
1.681 +oil_clip_s16 (int16_t * dest, int dstr, const int16_t * src, int sstr, int n, const int16_t * s2_1, const int16_t * s3_1)
1.682 +{
1.683 + if (_oil_function_class_clip_s16.func == NULL) {
1.684 + oil_class_optimize (&_oil_function_class_clip_s16);
1.685 + }
1.686 + ((void (*)(int16_t * dest, int dstr, const int16_t * src, int sstr, int n, const int16_t * s2_1, const int16_t * s3_1))(_oil_function_class_clip_s16.func))(dest, dstr, src, sstr, n, s2_1, s3_1);
1.687 +}
1.688 +
1.689 +#undef oil_clip_s32
1.690 +#ifdef __SYMBIAN32__
1.691 +
1.692 +#endif
1.693 +void
1.694 +oil_clip_s32 (int32_t * dest, int dstr, const int32_t * src, int sstr, int n, const int32_t * s2_1, const int32_t * s3_1)
1.695 +{
1.696 + if (_oil_function_class_clip_s32.func == NULL) {
1.697 + oil_class_optimize (&_oil_function_class_clip_s32);
1.698 + }
1.699 + ((void (*)(int32_t * dest, int dstr, const int32_t * src, int sstr, int n, const int32_t * s2_1, const int32_t * s3_1))(_oil_function_class_clip_s32.func))(dest, dstr, src, sstr, n, s2_1, s3_1);
1.700 +}
1.701 +
1.702 +#undef oil_clip_s8
1.703 +#ifdef __SYMBIAN32__
1.704 +
1.705 +#endif
1.706 +void
1.707 +oil_clip_s8 (int8_t * dest, int dstr, const int8_t * src, int sstr, int n, const int8_t * s2_1, const int8_t * s3_1)
1.708 +{
1.709 + if (_oil_function_class_clip_s8.func == NULL) {
1.710 + oil_class_optimize (&_oil_function_class_clip_s8);
1.711 + }
1.712 + ((void (*)(int8_t * dest, int dstr, const int8_t * src, int sstr, int n, const int8_t * s2_1, const int8_t * s3_1))(_oil_function_class_clip_s8.func))(dest, dstr, src, sstr, n, s2_1, s3_1);
1.713 +}
1.714 +
1.715 +#undef oil_clip_u16
1.716 +#ifdef __SYMBIAN32__
1.717 +
1.718 +#endif
1.719 +void
1.720 +oil_clip_u16 (uint16_t * dest, int dstr, const uint16_t * src, int sstr, int n, const uint16_t * s2_1, const uint16_t * s3_1)
1.721 +{
1.722 + if (_oil_function_class_clip_u16.func == NULL) {
1.723 + oil_class_optimize (&_oil_function_class_clip_u16);
1.724 + }
1.725 + ((void (*)(uint16_t * dest, int dstr, const uint16_t * src, int sstr, int n, const uint16_t * s2_1, const uint16_t * s3_1))(_oil_function_class_clip_u16.func))(dest, dstr, src, sstr, n, s2_1, s3_1);
1.726 +}
1.727 +
1.728 +#undef oil_clip_u32
1.729 +#ifdef __SYMBIAN32__
1.730 +
1.731 +#endif
1.732 +void
1.733 +oil_clip_u32 (uint32_t * dest, int dstr, const uint32_t * src, int sstr, int n, const uint32_t * s2_1, const uint32_t * s3_1)
1.734 +{
1.735 + if (_oil_function_class_clip_u32.func == NULL) {
1.736 + oil_class_optimize (&_oil_function_class_clip_u32);
1.737 + }
1.738 + ((void (*)(uint32_t * dest, int dstr, const uint32_t * src, int sstr, int n, const uint32_t * s2_1, const uint32_t * s3_1))(_oil_function_class_clip_u32.func))(dest, dstr, src, sstr, n, s2_1, s3_1);
1.739 +}
1.740 +
1.741 +#undef oil_clip_u8
1.742 +#ifdef __SYMBIAN32__
1.743 +
1.744 +#endif
1.745 +void
1.746 +oil_clip_u8 (uint8_t * dest, int dstr, const uint8_t * src, int sstr, int n, const uint8_t * s2_1, const uint8_t * s3_1)
1.747 +{
1.748 + if (_oil_function_class_clip_u8.func == NULL) {
1.749 + oil_class_optimize (&_oil_function_class_clip_u8);
1.750 + }
1.751 + ((void (*)(uint8_t * dest, int dstr, const uint8_t * src, int sstr, int n, const uint8_t * s2_1, const uint8_t * s3_1))(_oil_function_class_clip_u8.func))(dest, dstr, src, sstr, n, s2_1, s3_1);
1.752 +}
1.753 +
1.754 +#undef oil_clipconv8x8_u8_s16
1.755 +#ifdef __SYMBIAN32__
1.756 +
1.757 +#endif
1.758 +void
1.759 +oil_clipconv8x8_u8_s16 (uint8_t * d_8x8, int dstr, const int16_t * s_8x8, int sstr)
1.760 +{
1.761 + if (_oil_function_class_clipconv8x8_u8_s16.func == NULL) {
1.762 + oil_class_optimize (&_oil_function_class_clipconv8x8_u8_s16);
1.763 + }
1.764 + ((void (*)(uint8_t * d_8x8, int dstr, const int16_t * s_8x8, int sstr))(_oil_function_class_clipconv8x8_u8_s16.func))(d_8x8, dstr, s_8x8, sstr);
1.765 +}
1.766 +
1.767 +#undef oil_clipconv_s16_f32
1.768 +#ifdef __SYMBIAN32__
1.769 +
1.770 +#endif
1.771 +void
1.772 +oil_clipconv_s16_f32 (int16_t * dest, int dstr, const float * src, int sstr, int n)
1.773 +{
1.774 + if (_oil_function_class_clipconv_s16_f32.func == NULL) {
1.775 + oil_class_optimize (&_oil_function_class_clipconv_s16_f32);
1.776 + }
1.777 + ((void (*)(int16_t * dest, int dstr, const float * src, int sstr, int n))(_oil_function_class_clipconv_s16_f32.func))(dest, dstr, src, sstr, n);
1.778 +}
1.779 +
1.780 +#undef oil_clipconv_s16_f64
1.781 +#ifdef __SYMBIAN32__
1.782 +
1.783 +#endif
1.784 +void
1.785 +oil_clipconv_s16_f64 (int16_t * dest, int dstr, const double * src, int sstr, int n)
1.786 +{
1.787 + if (_oil_function_class_clipconv_s16_f64.func == NULL) {
1.788 + oil_class_optimize (&_oil_function_class_clipconv_s16_f64);
1.789 + }
1.790 + ((void (*)(int16_t * dest, int dstr, const double * src, int sstr, int n))(_oil_function_class_clipconv_s16_f64.func))(dest, dstr, src, sstr, n);
1.791 +}
1.792 +
1.793 +#undef oil_clipconv_s16_s32
1.794 +#ifdef __SYMBIAN32__
1.795 +
1.796 +#endif
1.797 +void
1.798 +oil_clipconv_s16_s32 (int16_t * dest, int dstr, const int32_t * src, int sstr, int n)
1.799 +{
1.800 + if (_oil_function_class_clipconv_s16_s32.func == NULL) {
1.801 + oil_class_optimize (&_oil_function_class_clipconv_s16_s32);
1.802 + }
1.803 + ((void (*)(int16_t * dest, int dstr, const int32_t * src, int sstr, int n))(_oil_function_class_clipconv_s16_s32.func))(dest, dstr, src, sstr, n);
1.804 +}
1.805 +
1.806 +#undef oil_clipconv_s16_u16
1.807 +#ifdef __SYMBIAN32__
1.808 +
1.809 +#endif
1.810 +void
1.811 +oil_clipconv_s16_u16 (int16_t * dest, int dstr, const uint16_t * src, int sstr, int n)
1.812 +{
1.813 + if (_oil_function_class_clipconv_s16_u16.func == NULL) {
1.814 + oil_class_optimize (&_oil_function_class_clipconv_s16_u16);
1.815 + }
1.816 + ((void (*)(int16_t * dest, int dstr, const uint16_t * src, int sstr, int n))(_oil_function_class_clipconv_s16_u16.func))(dest, dstr, src, sstr, n);
1.817 +}
1.818 +
1.819 +#undef oil_clipconv_s16_u32
1.820 +#ifdef __SYMBIAN32__
1.821 +
1.822 +#endif
1.823 +void
1.824 +oil_clipconv_s16_u32 (int16_t * dest, int dstr, const uint32_t * src, int sstr, int n)
1.825 +{
1.826 + if (_oil_function_class_clipconv_s16_u32.func == NULL) {
1.827 + oil_class_optimize (&_oil_function_class_clipconv_s16_u32);
1.828 + }
1.829 + ((void (*)(int16_t * dest, int dstr, const uint32_t * src, int sstr, int n))(_oil_function_class_clipconv_s16_u32.func))(dest, dstr, src, sstr, n);
1.830 +}
1.831 +
1.832 +#undef oil_clipconv_s32_f32
1.833 +#ifdef __SYMBIAN32__
1.834 +
1.835 +#endif
1.836 +void
1.837 +oil_clipconv_s32_f32 (int32_t * dest, int dstr, const float * src, int sstr, int n)
1.838 +{
1.839 + if (_oil_function_class_clipconv_s32_f32.func == NULL) {
1.840 + oil_class_optimize (&_oil_function_class_clipconv_s32_f32);
1.841 + }
1.842 + ((void (*)(int32_t * dest, int dstr, const float * src, int sstr, int n))(_oil_function_class_clipconv_s32_f32.func))(dest, dstr, src, sstr, n);
1.843 +}
1.844 +
1.845 +#undef oil_clipconv_s32_f64
1.846 +#ifdef __SYMBIAN32__
1.847 +
1.848 +#endif
1.849 +void
1.850 +oil_clipconv_s32_f64 (int32_t * dest, int dstr, const double * src, int sstr, int n)
1.851 +{
1.852 + if (_oil_function_class_clipconv_s32_f64.func == NULL) {
1.853 + oil_class_optimize (&_oil_function_class_clipconv_s32_f64);
1.854 + }
1.855 + ((void (*)(int32_t * dest, int dstr, const double * src, int sstr, int n))(_oil_function_class_clipconv_s32_f64.func))(dest, dstr, src, sstr, n);
1.856 +}
1.857 +
1.858 +#undef oil_clipconv_s32_u32
1.859 +#ifdef __SYMBIAN32__
1.860 +
1.861 +#endif
1.862 +void
1.863 +oil_clipconv_s32_u32 (int32_t * dest, int dstr, const uint32_t * src, int sstr, int n)
1.864 +{
1.865 + if (_oil_function_class_clipconv_s32_u32.func == NULL) {
1.866 + oil_class_optimize (&_oil_function_class_clipconv_s32_u32);
1.867 + }
1.868 + ((void (*)(int32_t * dest, int dstr, const uint32_t * src, int sstr, int n))(_oil_function_class_clipconv_s32_u32.func))(dest, dstr, src, sstr, n);
1.869 +}
1.870 +
1.871 +#undef oil_clipconv_s8_f32
1.872 +#ifdef __SYMBIAN32__
1.873 +
1.874 +#endif
1.875 +void
1.876 +oil_clipconv_s8_f32 (int8_t * dest, int dstr, const float * src, int sstr, int n)
1.877 +{
1.878 + if (_oil_function_class_clipconv_s8_f32.func == NULL) {
1.879 + oil_class_optimize (&_oil_function_class_clipconv_s8_f32);
1.880 + }
1.881 + ((void (*)(int8_t * dest, int dstr, const float * src, int sstr, int n))(_oil_function_class_clipconv_s8_f32.func))(dest, dstr, src, sstr, n);
1.882 +}
1.883 +
1.884 +#undef oil_clipconv_s8_f64
1.885 +#ifdef __SYMBIAN32__
1.886 +
1.887 +#endif
1.888 +void
1.889 +oil_clipconv_s8_f64 (int8_t * dest, int dstr, const double * src, int sstr, int n)
1.890 +{
1.891 + if (_oil_function_class_clipconv_s8_f64.func == NULL) {
1.892 + oil_class_optimize (&_oil_function_class_clipconv_s8_f64);
1.893 + }
1.894 + ((void (*)(int8_t * dest, int dstr, const double * src, int sstr, int n))(_oil_function_class_clipconv_s8_f64.func))(dest, dstr, src, sstr, n);
1.895 +}
1.896 +
1.897 +#undef oil_clipconv_s8_s16
1.898 +#ifdef __SYMBIAN32__
1.899 +
1.900 +#endif
1.901 +void
1.902 +oil_clipconv_s8_s16 (int8_t * dest, int dstr, const int16_t * src, int sstr, int n)
1.903 +{
1.904 + if (_oil_function_class_clipconv_s8_s16.func == NULL) {
1.905 + oil_class_optimize (&_oil_function_class_clipconv_s8_s16);
1.906 + }
1.907 + ((void (*)(int8_t * dest, int dstr, const int16_t * src, int sstr, int n))(_oil_function_class_clipconv_s8_s16.func))(dest, dstr, src, sstr, n);
1.908 +}
1.909 +
1.910 +#undef oil_clipconv_s8_s32
1.911 +#ifdef __SYMBIAN32__
1.912 +
1.913 +#endif
1.914 +void
1.915 +oil_clipconv_s8_s32 (int8_t * dest, int dstr, const int32_t * src, int sstr, int n)
1.916 +{
1.917 + if (_oil_function_class_clipconv_s8_s32.func == NULL) {
1.918 + oil_class_optimize (&_oil_function_class_clipconv_s8_s32);
1.919 + }
1.920 + ((void (*)(int8_t * dest, int dstr, const int32_t * src, int sstr, int n))(_oil_function_class_clipconv_s8_s32.func))(dest, dstr, src, sstr, n);
1.921 +}
1.922 +
1.923 +#undef oil_clipconv_s8_u16
1.924 +#ifdef __SYMBIAN32__
1.925 +
1.926 +#endif
1.927 +void
1.928 +oil_clipconv_s8_u16 (int8_t * dest, int dstr, const uint16_t * src, int sstr, int n)
1.929 +{
1.930 + if (_oil_function_class_clipconv_s8_u16.func == NULL) {
1.931 + oil_class_optimize (&_oil_function_class_clipconv_s8_u16);
1.932 + }
1.933 + ((void (*)(int8_t * dest, int dstr, const uint16_t * src, int sstr, int n))(_oil_function_class_clipconv_s8_u16.func))(dest, dstr, src, sstr, n);
1.934 +}
1.935 +
1.936 +#undef oil_clipconv_s8_u32
1.937 +#ifdef __SYMBIAN32__
1.938 +
1.939 +#endif
1.940 +void
1.941 +oil_clipconv_s8_u32 (int8_t * dest, int dstr, const uint32_t * src, int sstr, int n)
1.942 +{
1.943 + if (_oil_function_class_clipconv_s8_u32.func == NULL) {
1.944 + oil_class_optimize (&_oil_function_class_clipconv_s8_u32);
1.945 + }
1.946 + ((void (*)(int8_t * dest, int dstr, const uint32_t * src, int sstr, int n))(_oil_function_class_clipconv_s8_u32.func))(dest, dstr, src, sstr, n);
1.947 +}
1.948 +
1.949 +#undef oil_clipconv_s8_u8
1.950 +#ifdef __SYMBIAN32__
1.951 +
1.952 +#endif
1.953 +void
1.954 +oil_clipconv_s8_u8 (int8_t * dest, int dstr, const uint8_t * src, int sstr, int n)
1.955 +{
1.956 + if (_oil_function_class_clipconv_s8_u8.func == NULL) {
1.957 + oil_class_optimize (&_oil_function_class_clipconv_s8_u8);
1.958 + }
1.959 + ((void (*)(int8_t * dest, int dstr, const uint8_t * src, int sstr, int n))(_oil_function_class_clipconv_s8_u8.func))(dest, dstr, src, sstr, n);
1.960 +}
1.961 +
1.962 +#undef oil_clipconv_u16_f32
1.963 +#ifdef __SYMBIAN32__
1.964 +
1.965 +#endif
1.966 +void
1.967 +oil_clipconv_u16_f32 (uint16_t * dest, int dstr, const float * src, int sstr, int n)
1.968 +{
1.969 + if (_oil_function_class_clipconv_u16_f32.func == NULL) {
1.970 + oil_class_optimize (&_oil_function_class_clipconv_u16_f32);
1.971 + }
1.972 + ((void (*)(uint16_t * dest, int dstr, const float * src, int sstr, int n))(_oil_function_class_clipconv_u16_f32.func))(dest, dstr, src, sstr, n);
1.973 +}
1.974 +
1.975 +#undef oil_clipconv_u16_f64
1.976 +#ifdef __SYMBIAN32__
1.977 +
1.978 +#endif
1.979 +void
1.980 +oil_clipconv_u16_f64 (uint16_t * dest, int dstr, const double * src, int sstr, int n)
1.981 +{
1.982 + if (_oil_function_class_clipconv_u16_f64.func == NULL) {
1.983 + oil_class_optimize (&_oil_function_class_clipconv_u16_f64);
1.984 + }
1.985 + ((void (*)(uint16_t * dest, int dstr, const double * src, int sstr, int n))(_oil_function_class_clipconv_u16_f64.func))(dest, dstr, src, sstr, n);
1.986 +}
1.987 +
1.988 +#undef oil_clipconv_u16_s16
1.989 +#ifdef __SYMBIAN32__
1.990 +
1.991 +#endif
1.992 +void
1.993 +oil_clipconv_u16_s16 (uint16_t * dest, int dstr, const int16_t * src, int sstr, int n)
1.994 +{
1.995 + if (_oil_function_class_clipconv_u16_s16.func == NULL) {
1.996 + oil_class_optimize (&_oil_function_class_clipconv_u16_s16);
1.997 + }
1.998 + ((void (*)(uint16_t * dest, int dstr, const int16_t * src, int sstr, int n))(_oil_function_class_clipconv_u16_s16.func))(dest, dstr, src, sstr, n);
1.999 +}
1.1000 +
1.1001 +#undef oil_clipconv_u16_s32
1.1002 +#ifdef __SYMBIAN32__
1.1003 +
1.1004 +#endif
1.1005 +void
1.1006 +oil_clipconv_u16_s32 (uint16_t * dest, int dstr, const int32_t * src, int sstr, int n)
1.1007 +{
1.1008 + if (_oil_function_class_clipconv_u16_s32.func == NULL) {
1.1009 + oil_class_optimize (&_oil_function_class_clipconv_u16_s32);
1.1010 + }
1.1011 + ((void (*)(uint16_t * dest, int dstr, const int32_t * src, int sstr, int n))(_oil_function_class_clipconv_u16_s32.func))(dest, dstr, src, sstr, n);
1.1012 +}
1.1013 +
1.1014 +#undef oil_clipconv_u16_u32
1.1015 +#ifdef __SYMBIAN32__
1.1016 +
1.1017 +#endif
1.1018 +void
1.1019 +oil_clipconv_u16_u32 (uint16_t * dest, int dstr, const uint32_t * src, int sstr, int n)
1.1020 +{
1.1021 + if (_oil_function_class_clipconv_u16_u32.func == NULL) {
1.1022 + oil_class_optimize (&_oil_function_class_clipconv_u16_u32);
1.1023 + }
1.1024 + ((void (*)(uint16_t * dest, int dstr, const uint32_t * src, int sstr, int n))(_oil_function_class_clipconv_u16_u32.func))(dest, dstr, src, sstr, n);
1.1025 +}
1.1026 +
1.1027 +#undef oil_clipconv_u32_f32
1.1028 +#ifdef __SYMBIAN32__
1.1029 +
1.1030 +#endif
1.1031 +void
1.1032 +oil_clipconv_u32_f32 (uint32_t * dest, int dstr, const float * src, int sstr, int n)
1.1033 +{
1.1034 + if (_oil_function_class_clipconv_u32_f32.func == NULL) {
1.1035 + oil_class_optimize (&_oil_function_class_clipconv_u32_f32);
1.1036 + }
1.1037 + ((void (*)(uint32_t * dest, int dstr, const float * src, int sstr, int n))(_oil_function_class_clipconv_u32_f32.func))(dest, dstr, src, sstr, n);
1.1038 +}
1.1039 +
1.1040 +#undef oil_clipconv_u32_f64
1.1041 +#ifdef __SYMBIAN32__
1.1042 +
1.1043 +#endif
1.1044 +void
1.1045 +oil_clipconv_u32_f64 (uint32_t * dest, int dstr, const double * src, int sstr, int n)
1.1046 +{
1.1047 + if (_oil_function_class_clipconv_u32_f64.func == NULL) {
1.1048 + oil_class_optimize (&_oil_function_class_clipconv_u32_f64);
1.1049 + }
1.1050 + ((void (*)(uint32_t * dest, int dstr, const double * src, int sstr, int n))(_oil_function_class_clipconv_u32_f64.func))(dest, dstr, src, sstr, n);
1.1051 +}
1.1052 +
1.1053 +#undef oil_clipconv_u32_s32
1.1054 +#ifdef __SYMBIAN32__
1.1055 +
1.1056 +#endif
1.1057 +void
1.1058 +oil_clipconv_u32_s32 (uint32_t * dest, int dstr, const int32_t * src, int sstr, int n)
1.1059 +{
1.1060 + if (_oil_function_class_clipconv_u32_s32.func == NULL) {
1.1061 + oil_class_optimize (&_oil_function_class_clipconv_u32_s32);
1.1062 + }
1.1063 + ((void (*)(uint32_t * dest, int dstr, const int32_t * src, int sstr, int n))(_oil_function_class_clipconv_u32_s32.func))(dest, dstr, src, sstr, n);
1.1064 +}
1.1065 +
1.1066 +#undef oil_clipconv_u8_f32
1.1067 +#ifdef __SYMBIAN32__
1.1068 +
1.1069 +#endif
1.1070 +void
1.1071 +oil_clipconv_u8_f32 (uint8_t * dest, int dstr, const float * src, int sstr, int n)
1.1072 +{
1.1073 + if (_oil_function_class_clipconv_u8_f32.func == NULL) {
1.1074 + oil_class_optimize (&_oil_function_class_clipconv_u8_f32);
1.1075 + }
1.1076 + ((void (*)(uint8_t * dest, int dstr, const float * src, int sstr, int n))(_oil_function_class_clipconv_u8_f32.func))(dest, dstr, src, sstr, n);
1.1077 +}
1.1078 +
1.1079 +#undef oil_clipconv_u8_f64
1.1080 +#ifdef __SYMBIAN32__
1.1081 +
1.1082 +#endif
1.1083 +void
1.1084 +oil_clipconv_u8_f64 (uint8_t * dest, int dstr, const double * src, int sstr, int n)
1.1085 +{
1.1086 + if (_oil_function_class_clipconv_u8_f64.func == NULL) {
1.1087 + oil_class_optimize (&_oil_function_class_clipconv_u8_f64);
1.1088 + }
1.1089 + ((void (*)(uint8_t * dest, int dstr, const double * src, int sstr, int n))(_oil_function_class_clipconv_u8_f64.func))(dest, dstr, src, sstr, n);
1.1090 +}
1.1091 +
1.1092 +#undef oil_clipconv_u8_s16
1.1093 +#ifdef __SYMBIAN32__
1.1094 +
1.1095 +#endif
1.1096 +void
1.1097 +oil_clipconv_u8_s16 (uint8_t * dest, int dstr, const int16_t * src, int sstr, int n)
1.1098 +{
1.1099 + if (_oil_function_class_clipconv_u8_s16.func == NULL) {
1.1100 + oil_class_optimize (&_oil_function_class_clipconv_u8_s16);
1.1101 + }
1.1102 + ((void (*)(uint8_t * dest, int dstr, const int16_t * src, int sstr, int n))(_oil_function_class_clipconv_u8_s16.func))(dest, dstr, src, sstr, n);
1.1103 +}
1.1104 +
1.1105 +#undef oil_clipconv_u8_s32
1.1106 +#ifdef __SYMBIAN32__
1.1107 +
1.1108 +#endif
1.1109 +void
1.1110 +oil_clipconv_u8_s32 (uint8_t * dest, int dstr, const int32_t * src, int sstr, int n)
1.1111 +{
1.1112 + if (_oil_function_class_clipconv_u8_s32.func == NULL) {
1.1113 + oil_class_optimize (&_oil_function_class_clipconv_u8_s32);
1.1114 + }
1.1115 + ((void (*)(uint8_t * dest, int dstr, const int32_t * src, int sstr, int n))(_oil_function_class_clipconv_u8_s32.func))(dest, dstr, src, sstr, n);
1.1116 +}
1.1117 +
1.1118 +#undef oil_clipconv_u8_s8
1.1119 +#ifdef __SYMBIAN32__
1.1120 +
1.1121 +#endif
1.1122 +void
1.1123 +oil_clipconv_u8_s8 (uint8_t * dest, int dstr, const int8_t * src, int sstr, int n)
1.1124 +{
1.1125 + if (_oil_function_class_clipconv_u8_s8.func == NULL) {
1.1126 + oil_class_optimize (&_oil_function_class_clipconv_u8_s8);
1.1127 + }
1.1128 + ((void (*)(uint8_t * dest, int dstr, const int8_t * src, int sstr, int n))(_oil_function_class_clipconv_u8_s8.func))(dest, dstr, src, sstr, n);
1.1129 +}
1.1130 +
1.1131 +#undef oil_clipconv_u8_u16
1.1132 +#ifdef __SYMBIAN32__
1.1133 +
1.1134 +#endif
1.1135 +void
1.1136 +oil_clipconv_u8_u16 (uint8_t * dest, int dstr, const uint16_t * src, int sstr, int n)
1.1137 +{
1.1138 + if (_oil_function_class_clipconv_u8_u16.func == NULL) {
1.1139 + oil_class_optimize (&_oil_function_class_clipconv_u8_u16);
1.1140 + }
1.1141 + ((void (*)(uint8_t * dest, int dstr, const uint16_t * src, int sstr, int n))(_oil_function_class_clipconv_u8_u16.func))(dest, dstr, src, sstr, n);
1.1142 +}
1.1143 +
1.1144 +#undef oil_clipconv_u8_u32
1.1145 +#ifdef __SYMBIAN32__
1.1146 +
1.1147 +#endif
1.1148 +void
1.1149 +oil_clipconv_u8_u32 (uint8_t * dest, int dstr, const uint32_t * src, int sstr, int n)
1.1150 +{
1.1151 + if (_oil_function_class_clipconv_u8_u32.func == NULL) {
1.1152 + oil_class_optimize (&_oil_function_class_clipconv_u8_u32);
1.1153 + }
1.1154 + ((void (*)(uint8_t * dest, int dstr, const uint32_t * src, int sstr, int n))(_oil_function_class_clipconv_u8_u32.func))(dest, dstr, src, sstr, n);
1.1155 +}
1.1156 +
1.1157 +#undef oil_colorspace_argb
1.1158 +#ifdef __SYMBIAN32__
1.1159 +
1.1160 +#endif
1.1161 +void
1.1162 +oil_colorspace_argb (uint32_t * d, const uint32_t * s, const int16_t * s2_24, int n)
1.1163 +{
1.1164 + if (_oil_function_class_colorspace_argb.func == NULL) {
1.1165 + oil_class_optimize (&_oil_function_class_colorspace_argb);
1.1166 + }
1.1167 + ((void (*)(uint32_t * d, const uint32_t * s, const int16_t * s2_24, int n))(_oil_function_class_colorspace_argb.func))(d, s, s2_24, n);
1.1168 +}
1.1169 +
1.1170 +#undef oil_colsad8x8_u8
1.1171 +#ifdef __SYMBIAN32__
1.1172 +
1.1173 +#endif
1.1174 +void
1.1175 +oil_colsad8x8_u8 (uint32_t * d_1, const uint8_t * s1_8x8, int ss1, const uint8_t * s2_8x8, int ss2)
1.1176 +{
1.1177 + if (_oil_function_class_colsad8x8_u8.func == NULL) {
1.1178 + oil_class_optimize (&_oil_function_class_colsad8x8_u8);
1.1179 + }
1.1180 + ((void (*)(uint32_t * d_1, const uint8_t * s1_8x8, int ss1, const uint8_t * s2_8x8, int ss2))(_oil_function_class_colsad8x8_u8.func))(d_1, s1_8x8, ss1, s2_8x8, ss2);
1.1181 +}
1.1182 +
1.1183 +#undef oil_combine2_12xn_u8
1.1184 +#ifdef __SYMBIAN32__
1.1185 +
1.1186 +#endif
1.1187 +void
1.1188 +oil_combine2_12xn_u8 (uint8_t * d_12xn, int ds1, const uint8_t * s1_12xn, int ss1, const uint8_t * s2_12xn, int ss2, const int16_t * s3_4, int n)
1.1189 +{
1.1190 + if (_oil_function_class_combine2_12xn_u8.func == NULL) {
1.1191 + oil_class_optimize (&_oil_function_class_combine2_12xn_u8);
1.1192 + }
1.1193 + ((void (*)(uint8_t * d_12xn, int ds1, const uint8_t * s1_12xn, int ss1, const uint8_t * s2_12xn, int ss2, const int16_t * s3_4, int n))(_oil_function_class_combine2_12xn_u8.func))(d_12xn, ds1, s1_12xn, ss1, s2_12xn, ss2, s3_4, n);
1.1194 +}
1.1195 +
1.1196 +#undef oil_combine2_16xn_u8
1.1197 +#ifdef __SYMBIAN32__
1.1198 +
1.1199 +#endif
1.1200 +void
1.1201 +oil_combine2_16xn_u8 (uint8_t * d_16xn, int ds1, const uint8_t * s1_16xn, int ss1, const uint8_t * s2_16xn, int ss2, const int16_t * s3_4, int n)
1.1202 +{
1.1203 + if (_oil_function_class_combine2_16xn_u8.func == NULL) {
1.1204 + oil_class_optimize (&_oil_function_class_combine2_16xn_u8);
1.1205 + }
1.1206 + ((void (*)(uint8_t * d_16xn, int ds1, const uint8_t * s1_16xn, int ss1, const uint8_t * s2_16xn, int ss2, const int16_t * s3_4, int n))(_oil_function_class_combine2_16xn_u8.func))(d_16xn, ds1, s1_16xn, ss1, s2_16xn, ss2, s3_4, n);
1.1207 +}
1.1208 +
1.1209 +#undef oil_combine2_8xn_u8
1.1210 +#ifdef __SYMBIAN32__
1.1211 +
1.1212 +#endif
1.1213 +void
1.1214 +oil_combine2_8xn_u8 (uint8_t * d_8xn, int ds1, const uint8_t * s1_8xn, int ss1, const uint8_t * s2_8xn, int ss2, const int16_t * s3_4, int n)
1.1215 +{
1.1216 + if (_oil_function_class_combine2_8xn_u8.func == NULL) {
1.1217 + oil_class_optimize (&_oil_function_class_combine2_8xn_u8);
1.1218 + }
1.1219 + ((void (*)(uint8_t * d_8xn, int ds1, const uint8_t * s1_8xn, int ss1, const uint8_t * s2_8xn, int ss2, const int16_t * s3_4, int n))(_oil_function_class_combine2_8xn_u8.func))(d_8xn, ds1, s1_8xn, ss1, s2_8xn, ss2, s3_4, n);
1.1220 +}
1.1221 +
1.1222 +#undef oil_combine4_12xn_u8
1.1223 +#ifdef __SYMBIAN32__
1.1224 +
1.1225 +#endif
1.1226 +void
1.1227 +oil_combine4_12xn_u8 (uint8_t * d_12xn, int ds1, const uint8_t * s1_12xn, int ss1, const uint8_t * s2_12xn, int ss2, const uint8_t * s3_12xn, int ss3, const uint8_t * s4_12xn, int ss4, const int16_t * s5_6, int n)
1.1228 +{
1.1229 + if (_oil_function_class_combine4_12xn_u8.func == NULL) {
1.1230 + oil_class_optimize (&_oil_function_class_combine4_12xn_u8);
1.1231 + }
1.1232 + ((void (*)(uint8_t * d_12xn, int ds1, const uint8_t * s1_12xn, int ss1, const uint8_t * s2_12xn, int ss2, const uint8_t * s3_12xn, int ss3, const uint8_t * s4_12xn, int ss4, const int16_t * s5_6, int n))(_oil_function_class_combine4_12xn_u8.func))(d_12xn, ds1, s1_12xn, ss1, s2_12xn, ss2, s3_12xn, ss3, s4_12xn, ss4, s5_6, n);
1.1233 +}
1.1234 +
1.1235 +#undef oil_combine4_16xn_u8
1.1236 +#ifdef __SYMBIAN32__
1.1237 +
1.1238 +#endif
1.1239 +void
1.1240 +oil_combine4_16xn_u8 (uint8_t * d_16xn, int ds1, const uint8_t * s1_16xn, int ss1, const uint8_t * s2_16xn, int ss2, const uint8_t * s3_16xn, int ss3, const uint8_t * s4_16xn, int ss4, const int16_t * s5_6, int n)
1.1241 +{
1.1242 + if (_oil_function_class_combine4_16xn_u8.func == NULL) {
1.1243 + oil_class_optimize (&_oil_function_class_combine4_16xn_u8);
1.1244 + }
1.1245 + ((void (*)(uint8_t * d_16xn, int ds1, const uint8_t * s1_16xn, int ss1, const uint8_t * s2_16xn, int ss2, const uint8_t * s3_16xn, int ss3, const uint8_t * s4_16xn, int ss4, const int16_t * s5_6, int n))(_oil_function_class_combine4_16xn_u8.func))(d_16xn, ds1, s1_16xn, ss1, s2_16xn, ss2, s3_16xn, ss3, s4_16xn, ss4, s5_6, n);
1.1246 +}
1.1247 +
1.1248 +#undef oil_combine4_8xn_u8
1.1249 +#ifdef __SYMBIAN32__
1.1250 +
1.1251 +#endif
1.1252 +void
1.1253 +oil_combine4_8xn_u8 (uint8_t * d_8xn, int ds1, const uint8_t * s1_8xn, int ss1, const uint8_t * s2_8xn, int ss2, const uint8_t * s3_8xn, int ss3, const uint8_t * s4_8xn, int ss4, const int16_t * s5_6, int n)
1.1254 +{
1.1255 + if (_oil_function_class_combine4_8xn_u8.func == NULL) {
1.1256 + oil_class_optimize (&_oil_function_class_combine4_8xn_u8);
1.1257 + }
1.1258 + ((void (*)(uint8_t * d_8xn, int ds1, const uint8_t * s1_8xn, int ss1, const uint8_t * s2_8xn, int ss2, const uint8_t * s3_8xn, int ss3, const uint8_t * s4_8xn, int ss4, const int16_t * s5_6, int n))(_oil_function_class_combine4_8xn_u8.func))(d_8xn, ds1, s1_8xn, ss1, s2_8xn, ss2, s3_8xn, ss3, s4_8xn, ss4, s5_6, n);
1.1259 +}
1.1260 +
1.1261 +#undef oil_compare_u8
1.1262 +#ifdef __SYMBIAN32__
1.1263 +
1.1264 +#endif
1.1265 +void
1.1266 +oil_compare_u8 (uint32_t * d_1, const uint8_t * s1, const uint8_t * s2, int n)
1.1267 +{
1.1268 + if (_oil_function_class_compare_u8.func == NULL) {
1.1269 + oil_class_optimize (&_oil_function_class_compare_u8);
1.1270 + }
1.1271 + ((void (*)(uint32_t * d_1, const uint8_t * s1, const uint8_t * s2, int n))(_oil_function_class_compare_u8.func))(d_1, s1, s2, n);
1.1272 +}
1.1273 +
1.1274 +#undef oil_composite_add_argb
1.1275 +#ifdef __SYMBIAN32__
1.1276 +
1.1277 +#endif
1.1278 +void
1.1279 +oil_composite_add_argb (uint32_t * i_n, const uint32_t * s1_n, int n)
1.1280 +{
1.1281 + if (_oil_function_class_composite_add_argb.func == NULL) {
1.1282 + oil_class_optimize (&_oil_function_class_composite_add_argb);
1.1283 + }
1.1284 + ((void (*)(uint32_t * i_n, const uint32_t * s1_n, int n))(_oil_function_class_composite_add_argb.func))(i_n, s1_n, n);
1.1285 +}
1.1286 +
1.1287 +#undef oil_composite_add_argb_const_src
1.1288 +#ifdef __SYMBIAN32__
1.1289 +
1.1290 +#endif
1.1291 +void
1.1292 +oil_composite_add_argb_const_src (uint32_t * i_n, const uint32_t * s1_1, int n)
1.1293 +{
1.1294 + if (_oil_function_class_composite_add_argb_const_src.func == NULL) {
1.1295 + oil_class_optimize (&_oil_function_class_composite_add_argb_const_src);
1.1296 + }
1.1297 + ((void (*)(uint32_t * i_n, const uint32_t * s1_1, int n))(_oil_function_class_composite_add_argb_const_src.func))(i_n, s1_1, n);
1.1298 +}
1.1299 +
1.1300 +#undef oil_composite_add_u8
1.1301 +#ifdef __SYMBIAN32__
1.1302 +
1.1303 +#endif
1.1304 +void
1.1305 +oil_composite_add_u8 (uint8_t * i_n, const uint8_t * s1_n, int n)
1.1306 +{
1.1307 + if (_oil_function_class_composite_add_u8.func == NULL) {
1.1308 + oil_class_optimize (&_oil_function_class_composite_add_u8);
1.1309 + }
1.1310 + ((void (*)(uint8_t * i_n, const uint8_t * s1_n, int n))(_oil_function_class_composite_add_u8.func))(i_n, s1_n, n);
1.1311 +}
1.1312 +
1.1313 +#undef oil_composite_add_u8_const_src
1.1314 +#ifdef __SYMBIAN32__
1.1315 +
1.1316 +#endif
1.1317 +void
1.1318 +oil_composite_add_u8_const_src (uint8_t * i_n, const uint8_t * s1_1, int n)
1.1319 +{
1.1320 + if (_oil_function_class_composite_add_u8_const_src.func == NULL) {
1.1321 + oil_class_optimize (&_oil_function_class_composite_add_u8_const_src);
1.1322 + }
1.1323 + ((void (*)(uint8_t * i_n, const uint8_t * s1_1, int n))(_oil_function_class_composite_add_u8_const_src.func))(i_n, s1_1, n);
1.1324 +}
1.1325 +
1.1326 +#undef oil_composite_in_argb
1.1327 +#ifdef __SYMBIAN32__
1.1328 +
1.1329 +#endif
1.1330 +void
1.1331 +oil_composite_in_argb (uint32_t * d_n, const uint32_t * s1_n, const uint8_t * s2_n, int n)
1.1332 +{
1.1333 + if (_oil_function_class_composite_in_argb.func == NULL) {
1.1334 + oil_class_optimize (&_oil_function_class_composite_in_argb);
1.1335 + }
1.1336 + ((void (*)(uint32_t * d_n, const uint32_t * s1_n, const uint8_t * s2_n, int n))(_oil_function_class_composite_in_argb.func))(d_n, s1_n, s2_n, n);
1.1337 +}
1.1338 +
1.1339 +#undef oil_composite_in_argb_const_mask
1.1340 +#ifdef __SYMBIAN32__
1.1341 +
1.1342 +#endif
1.1343 +void
1.1344 +oil_composite_in_argb_const_mask (uint32_t * d_n, const uint32_t * s1_n, const uint8_t * s2_1, int n)
1.1345 +{
1.1346 + if (_oil_function_class_composite_in_argb_const_mask.func == NULL) {
1.1347 + oil_class_optimize (&_oil_function_class_composite_in_argb_const_mask);
1.1348 + }
1.1349 + ((void (*)(uint32_t * d_n, const uint32_t * s1_n, const uint8_t * s2_1, int n))(_oil_function_class_composite_in_argb_const_mask.func))(d_n, s1_n, s2_1, n);
1.1350 +}
1.1351 +
1.1352 +#undef oil_composite_in_argb_const_src
1.1353 +#ifdef __SYMBIAN32__
1.1354 +
1.1355 +#endif
1.1356 +void
1.1357 +oil_composite_in_argb_const_src (uint32_t * d_n, const uint32_t * s1_1, const uint8_t * s2_n, int n)
1.1358 +{
1.1359 + if (_oil_function_class_composite_in_argb_const_src.func == NULL) {
1.1360 + oil_class_optimize (&_oil_function_class_composite_in_argb_const_src);
1.1361 + }
1.1362 + ((void (*)(uint32_t * d_n, const uint32_t * s1_1, const uint8_t * s2_n, int n))(_oil_function_class_composite_in_argb_const_src.func))(d_n, s1_1, s2_n, n);
1.1363 +}
1.1364 +
1.1365 +#undef oil_composite_in_over_argb
1.1366 +#ifdef __SYMBIAN32__
1.1367 +
1.1368 +#endif
1.1369 +void
1.1370 +oil_composite_in_over_argb (uint32_t * i_n, const uint32_t * s1_n, const uint8_t * s2_n, int n)
1.1371 +{
1.1372 + if (_oil_function_class_composite_in_over_argb.func == NULL) {
1.1373 + oil_class_optimize (&_oil_function_class_composite_in_over_argb);
1.1374 + }
1.1375 + ((void (*)(uint32_t * i_n, const uint32_t * s1_n, const uint8_t * s2_n, int n))(_oil_function_class_composite_in_over_argb.func))(i_n, s1_n, s2_n, n);
1.1376 +}
1.1377 +
1.1378 +#undef oil_composite_in_over_argb_const_mask
1.1379 +#ifdef __SYMBIAN32__
1.1380 +
1.1381 +#endif
1.1382 +void
1.1383 +oil_composite_in_over_argb_const_mask (uint32_t * i_n, const uint32_t * s1_n, const uint8_t * s2_1, int n)
1.1384 +{
1.1385 + if (_oil_function_class_composite_in_over_argb_const_mask.func == NULL) {
1.1386 + oil_class_optimize (&_oil_function_class_composite_in_over_argb_const_mask);
1.1387 + }
1.1388 + ((void (*)(uint32_t * i_n, const uint32_t * s1_n, const uint8_t * s2_1, int n))(_oil_function_class_composite_in_over_argb_const_mask.func))(i_n, s1_n, s2_1, n);
1.1389 +}
1.1390 +
1.1391 +#undef oil_composite_in_over_argb_const_src
1.1392 +#ifdef __SYMBIAN32__
1.1393 +
1.1394 +#endif
1.1395 +void
1.1396 +oil_composite_in_over_argb_const_src (uint32_t * i_n, const uint32_t * s1_1, const uint8_t * s2_n, int n)
1.1397 +{
1.1398 + if (_oil_function_class_composite_in_over_argb_const_src.func == NULL) {
1.1399 + oil_class_optimize (&_oil_function_class_composite_in_over_argb_const_src);
1.1400 + }
1.1401 + ((void (*)(uint32_t * i_n, const uint32_t * s1_1, const uint8_t * s2_n, int n))(_oil_function_class_composite_in_over_argb_const_src.func))(i_n, s1_1, s2_n, n);
1.1402 +}
1.1403 +
1.1404 +#undef oil_composite_over_argb
1.1405 +#ifdef __SYMBIAN32__
1.1406 +
1.1407 +#endif
1.1408 +void
1.1409 +oil_composite_over_argb (uint32_t * i_n, const uint32_t * s1_n, int n)
1.1410 +{
1.1411 + if (_oil_function_class_composite_over_argb.func == NULL) {
1.1412 + oil_class_optimize (&_oil_function_class_composite_over_argb);
1.1413 + }
1.1414 + ((void (*)(uint32_t * i_n, const uint32_t * s1_n, int n))(_oil_function_class_composite_over_argb.func))(i_n, s1_n, n);
1.1415 +}
1.1416 +
1.1417 +#undef oil_composite_over_argb_const_src
1.1418 +#ifdef __SYMBIAN32__
1.1419 +
1.1420 +#endif
1.1421 +void
1.1422 +oil_composite_over_argb_const_src (uint32_t * i_n, const uint32_t * s1_1, int n)
1.1423 +{
1.1424 + if (_oil_function_class_composite_over_argb_const_src.func == NULL) {
1.1425 + oil_class_optimize (&_oil_function_class_composite_over_argb_const_src);
1.1426 + }
1.1427 + ((void (*)(uint32_t * i_n, const uint32_t * s1_1, int n))(_oil_function_class_composite_over_argb_const_src.func))(i_n, s1_1, n);
1.1428 +}
1.1429 +
1.1430 +#undef oil_composite_over_u8
1.1431 +#ifdef __SYMBIAN32__
1.1432 +
1.1433 +#endif
1.1434 +void
1.1435 +oil_composite_over_u8 (uint8_t * i_n, const uint8_t * s1_n, int n)
1.1436 +{
1.1437 + if (_oil_function_class_composite_over_u8.func == NULL) {
1.1438 + oil_class_optimize (&_oil_function_class_composite_over_u8);
1.1439 + }
1.1440 + ((void (*)(uint8_t * i_n, const uint8_t * s1_n, int n))(_oil_function_class_composite_over_u8.func))(i_n, s1_n, n);
1.1441 +}
1.1442 +
1.1443 +#undef oil_conv8x8_f64_s16
1.1444 +#ifdef __SYMBIAN32__
1.1445 +
1.1446 +#endif
1.1447 +void
1.1448 +oil_conv8x8_f64_s16 (double * d_8x8, int dstr, const int16_t * s_8x8, int sstr)
1.1449 +{
1.1450 + if (_oil_function_class_conv8x8_f64_s16.func == NULL) {
1.1451 + oil_class_optimize (&_oil_function_class_conv8x8_f64_s16);
1.1452 + }
1.1453 + ((void (*)(double * d_8x8, int dstr, const int16_t * s_8x8, int sstr))(_oil_function_class_conv8x8_f64_s16.func))(d_8x8, dstr, s_8x8, sstr);
1.1454 +}
1.1455 +
1.1456 +#undef oil_conv8x8_s16_f64
1.1457 +#ifdef __SYMBIAN32__
1.1458 +
1.1459 +#endif
1.1460 +void
1.1461 +oil_conv8x8_s16_f64 (int16_t * d_8x8, int dstr, const double * s_8x8, int sstr)
1.1462 +{
1.1463 + if (_oil_function_class_conv8x8_s16_f64.func == NULL) {
1.1464 + oil_class_optimize (&_oil_function_class_conv8x8_s16_f64);
1.1465 + }
1.1466 + ((void (*)(int16_t * d_8x8, int dstr, const double * s_8x8, int sstr))(_oil_function_class_conv8x8_s16_f64.func))(d_8x8, dstr, s_8x8, sstr);
1.1467 +}
1.1468 +
1.1469 +#undef oil_conv_f32_f64
1.1470 +#ifdef __SYMBIAN32__
1.1471 +
1.1472 +#endif
1.1473 +void
1.1474 +oil_conv_f32_f64 (float * dest, int dstr, const double * src, int sstr, int n)
1.1475 +{
1.1476 + if (_oil_function_class_conv_f32_f64.func == NULL) {
1.1477 + oil_class_optimize (&_oil_function_class_conv_f32_f64);
1.1478 + }
1.1479 + ((void (*)(float * dest, int dstr, const double * src, int sstr, int n))(_oil_function_class_conv_f32_f64.func))(dest, dstr, src, sstr, n);
1.1480 +}
1.1481 +
1.1482 +#undef oil_conv_f32_s16
1.1483 +#ifdef __SYMBIAN32__
1.1484 +
1.1485 +#endif
1.1486 +void
1.1487 +oil_conv_f32_s16 (float * dest, int dstr, const int16_t * src, int sstr, int n)
1.1488 +{
1.1489 + if (_oil_function_class_conv_f32_s16.func == NULL) {
1.1490 + oil_class_optimize (&_oil_function_class_conv_f32_s16);
1.1491 + }
1.1492 + ((void (*)(float * dest, int dstr, const int16_t * src, int sstr, int n))(_oil_function_class_conv_f32_s16.func))(dest, dstr, src, sstr, n);
1.1493 +}
1.1494 +
1.1495 +#undef oil_conv_f32_s32
1.1496 +#ifdef __SYMBIAN32__
1.1497 +
1.1498 +#endif
1.1499 +void
1.1500 +oil_conv_f32_s32 (float * dest, int dstr, const int32_t * src, int sstr, int n)
1.1501 +{
1.1502 + if (_oil_function_class_conv_f32_s32.func == NULL) {
1.1503 + oil_class_optimize (&_oil_function_class_conv_f32_s32);
1.1504 + }
1.1505 + ((void (*)(float * dest, int dstr, const int32_t * src, int sstr, int n))(_oil_function_class_conv_f32_s32.func))(dest, dstr, src, sstr, n);
1.1506 +}
1.1507 +
1.1508 +#undef oil_conv_f32_s8
1.1509 +#ifdef __SYMBIAN32__
1.1510 +
1.1511 +#endif
1.1512 +void
1.1513 +oil_conv_f32_s8 (float * dest, int dstr, const int8_t * src, int sstr, int n)
1.1514 +{
1.1515 + if (_oil_function_class_conv_f32_s8.func == NULL) {
1.1516 + oil_class_optimize (&_oil_function_class_conv_f32_s8);
1.1517 + }
1.1518 + ((void (*)(float * dest, int dstr, const int8_t * src, int sstr, int n))(_oil_function_class_conv_f32_s8.func))(dest, dstr, src, sstr, n);
1.1519 +}
1.1520 +
1.1521 +#undef oil_conv_f32_u16
1.1522 +#ifdef __SYMBIAN32__
1.1523 +
1.1524 +#endif
1.1525 +void
1.1526 +oil_conv_f32_u16 (float * dest, int dstr, const uint16_t * src, int sstr, int n)
1.1527 +{
1.1528 + if (_oil_function_class_conv_f32_u16.func == NULL) {
1.1529 + oil_class_optimize (&_oil_function_class_conv_f32_u16);
1.1530 + }
1.1531 + ((void (*)(float * dest, int dstr, const uint16_t * src, int sstr, int n))(_oil_function_class_conv_f32_u16.func))(dest, dstr, src, sstr, n);
1.1532 +}
1.1533 +
1.1534 +#undef oil_conv_f32_u32
1.1535 +#ifdef __SYMBIAN32__
1.1536 +
1.1537 +#endif
1.1538 +void
1.1539 +oil_conv_f32_u32 (float * dest, int dstr, const uint32_t * src, int sstr, int n)
1.1540 +{
1.1541 + if (_oil_function_class_conv_f32_u32.func == NULL) {
1.1542 + oil_class_optimize (&_oil_function_class_conv_f32_u32);
1.1543 + }
1.1544 + ((void (*)(float * dest, int dstr, const uint32_t * src, int sstr, int n))(_oil_function_class_conv_f32_u32.func))(dest, dstr, src, sstr, n);
1.1545 +}
1.1546 +
1.1547 +#undef oil_conv_f32_u8
1.1548 +#ifdef __SYMBIAN32__
1.1549 +
1.1550 +#endif
1.1551 +void
1.1552 +oil_conv_f32_u8 (float * dest, int dstr, const uint8_t * src, int sstr, int n)
1.1553 +{
1.1554 + if (_oil_function_class_conv_f32_u8.func == NULL) {
1.1555 + oil_class_optimize (&_oil_function_class_conv_f32_u8);
1.1556 + }
1.1557 + ((void (*)(float * dest, int dstr, const uint8_t * src, int sstr, int n))(_oil_function_class_conv_f32_u8.func))(dest, dstr, src, sstr, n);
1.1558 +}
1.1559 +
1.1560 +#undef oil_conv_f64_f32
1.1561 +#ifdef __SYMBIAN32__
1.1562 +
1.1563 +#endif
1.1564 +void
1.1565 +oil_conv_f64_f32 (double * dest, int dstr, const float * src, int sstr, int n)
1.1566 +{
1.1567 + if (_oil_function_class_conv_f64_f32.func == NULL) {
1.1568 + oil_class_optimize (&_oil_function_class_conv_f64_f32);
1.1569 + }
1.1570 + ((void (*)(double * dest, int dstr, const float * src, int sstr, int n))(_oil_function_class_conv_f64_f32.func))(dest, dstr, src, sstr, n);
1.1571 +}
1.1572 +
1.1573 +#undef oil_conv_f64_s16
1.1574 +#ifdef __SYMBIAN32__
1.1575 +
1.1576 +#endif
1.1577 +void
1.1578 +oil_conv_f64_s16 (double * dest, int dstr, const int16_t * src, int sstr, int n)
1.1579 +{
1.1580 + if (_oil_function_class_conv_f64_s16.func == NULL) {
1.1581 + oil_class_optimize (&_oil_function_class_conv_f64_s16);
1.1582 + }
1.1583 + ((void (*)(double * dest, int dstr, const int16_t * src, int sstr, int n))(_oil_function_class_conv_f64_s16.func))(dest, dstr, src, sstr, n);
1.1584 +}
1.1585 +
1.1586 +#undef oil_conv_f64_s32
1.1587 +#ifdef __SYMBIAN32__
1.1588 +
1.1589 +#endif
1.1590 +void
1.1591 +oil_conv_f64_s32 (double * dest, int dstr, const int32_t * src, int sstr, int n)
1.1592 +{
1.1593 + if (_oil_function_class_conv_f64_s32.func == NULL) {
1.1594 + oil_class_optimize (&_oil_function_class_conv_f64_s32);
1.1595 + }
1.1596 + ((void (*)(double * dest, int dstr, const int32_t * src, int sstr, int n))(_oil_function_class_conv_f64_s32.func))(dest, dstr, src, sstr, n);
1.1597 +}
1.1598 +
1.1599 +#undef oil_conv_f64_s8
1.1600 +#ifdef __SYMBIAN32__
1.1601 +
1.1602 +#endif
1.1603 +void
1.1604 +oil_conv_f64_s8 (double * dest, int dstr, const int8_t * src, int sstr, int n)
1.1605 +{
1.1606 + if (_oil_function_class_conv_f64_s8.func == NULL) {
1.1607 + oil_class_optimize (&_oil_function_class_conv_f64_s8);
1.1608 + }
1.1609 + ((void (*)(double * dest, int dstr, const int8_t * src, int sstr, int n))(_oil_function_class_conv_f64_s8.func))(dest, dstr, src, sstr, n);
1.1610 +}
1.1611 +
1.1612 +#undef oil_conv_f64_u16
1.1613 +#ifdef __SYMBIAN32__
1.1614 +
1.1615 +#endif
1.1616 +void
1.1617 +oil_conv_f64_u16 (double * dest, int dstr, const uint16_t * src, int sstr, int n)
1.1618 +{
1.1619 + if (_oil_function_class_conv_f64_u16.func == NULL) {
1.1620 + oil_class_optimize (&_oil_function_class_conv_f64_u16);
1.1621 + }
1.1622 + ((void (*)(double * dest, int dstr, const uint16_t * src, int sstr, int n))(_oil_function_class_conv_f64_u16.func))(dest, dstr, src, sstr, n);
1.1623 +}
1.1624 +
1.1625 +#undef oil_conv_f64_u32
1.1626 +#ifdef __SYMBIAN32__
1.1627 +
1.1628 +#endif
1.1629 +void
1.1630 +oil_conv_f64_u32 (double * dest, int dstr, const uint32_t * src, int sstr, int n)
1.1631 +{
1.1632 + if (_oil_function_class_conv_f64_u32.func == NULL) {
1.1633 + oil_class_optimize (&_oil_function_class_conv_f64_u32);
1.1634 + }
1.1635 + ((void (*)(double * dest, int dstr, const uint32_t * src, int sstr, int n))(_oil_function_class_conv_f64_u32.func))(dest, dstr, src, sstr, n);
1.1636 +}
1.1637 +
1.1638 +#undef oil_conv_f64_u8
1.1639 +#ifdef __SYMBIAN32__
1.1640 +
1.1641 +#endif
1.1642 +void
1.1643 +oil_conv_f64_u8 (double * dest, int dstr, const uint8_t * src, int sstr, int n)
1.1644 +{
1.1645 + if (_oil_function_class_conv_f64_u8.func == NULL) {
1.1646 + oil_class_optimize (&_oil_function_class_conv_f64_u8);
1.1647 + }
1.1648 + ((void (*)(double * dest, int dstr, const uint8_t * src, int sstr, int n))(_oil_function_class_conv_f64_u8.func))(dest, dstr, src, sstr, n);
1.1649 +}
1.1650 +
1.1651 +#undef oil_conv_s16_f32
1.1652 +#ifdef __SYMBIAN32__
1.1653 +
1.1654 +#endif
1.1655 +void
1.1656 +oil_conv_s16_f32 (int16_t * dest, int dstr, const float * src, int sstr, int n)
1.1657 +{
1.1658 + if (_oil_function_class_conv_s16_f32.func == NULL) {
1.1659 + oil_class_optimize (&_oil_function_class_conv_s16_f32);
1.1660 + }
1.1661 + ((void (*)(int16_t * dest, int dstr, const float * src, int sstr, int n))(_oil_function_class_conv_s16_f32.func))(dest, dstr, src, sstr, n);
1.1662 +}
1.1663 +
1.1664 +#undef oil_conv_s16_f64
1.1665 +#ifdef __SYMBIAN32__
1.1666 +
1.1667 +#endif
1.1668 +void
1.1669 +oil_conv_s16_f64 (int16_t * dest, int dstr, const double * src, int sstr, int n)
1.1670 +{
1.1671 + if (_oil_function_class_conv_s16_f64.func == NULL) {
1.1672 + oil_class_optimize (&_oil_function_class_conv_s16_f64);
1.1673 + }
1.1674 + ((void (*)(int16_t * dest, int dstr, const double * src, int sstr, int n))(_oil_function_class_conv_s16_f64.func))(dest, dstr, src, sstr, n);
1.1675 +}
1.1676 +
1.1677 +#undef oil_conv_s16_s32
1.1678 +#ifdef __SYMBIAN32__
1.1679 +
1.1680 +#endif
1.1681 +void
1.1682 +oil_conv_s16_s32 (int16_t * dest, int dstr, const int32_t * src, int sstr, int n)
1.1683 +{
1.1684 + if (_oil_function_class_conv_s16_s32.func == NULL) {
1.1685 + oil_class_optimize (&_oil_function_class_conv_s16_s32);
1.1686 + }
1.1687 + ((void (*)(int16_t * dest, int dstr, const int32_t * src, int sstr, int n))(_oil_function_class_conv_s16_s32.func))(dest, dstr, src, sstr, n);
1.1688 +}
1.1689 +
1.1690 +#undef oil_conv_s16_s8
1.1691 +#ifdef __SYMBIAN32__
1.1692 +
1.1693 +#endif
1.1694 +void
1.1695 +oil_conv_s16_s8 (int16_t * dest, int dstr, const int8_t * src, int sstr, int n)
1.1696 +{
1.1697 + if (_oil_function_class_conv_s16_s8.func == NULL) {
1.1698 + oil_class_optimize (&_oil_function_class_conv_s16_s8);
1.1699 + }
1.1700 + ((void (*)(int16_t * dest, int dstr, const int8_t * src, int sstr, int n))(_oil_function_class_conv_s16_s8.func))(dest, dstr, src, sstr, n);
1.1701 +}
1.1702 +
1.1703 +#undef oil_conv_s16_u16
1.1704 +#ifdef __SYMBIAN32__
1.1705 +
1.1706 +#endif
1.1707 +void
1.1708 +oil_conv_s16_u16 (int16_t * dest, int dstr, const uint16_t * src, int sstr, int n)
1.1709 +{
1.1710 + if (_oil_function_class_conv_s16_u16.func == NULL) {
1.1711 + oil_class_optimize (&_oil_function_class_conv_s16_u16);
1.1712 + }
1.1713 + ((void (*)(int16_t * dest, int dstr, const uint16_t * src, int sstr, int n))(_oil_function_class_conv_s16_u16.func))(dest, dstr, src, sstr, n);
1.1714 +}
1.1715 +
1.1716 +#undef oil_conv_s16_u32
1.1717 +#ifdef __SYMBIAN32__
1.1718 +
1.1719 +#endif
1.1720 +void
1.1721 +oil_conv_s16_u32 (int16_t * dest, int dstr, const uint32_t * src, int sstr, int n)
1.1722 +{
1.1723 + if (_oil_function_class_conv_s16_u32.func == NULL) {
1.1724 + oil_class_optimize (&_oil_function_class_conv_s16_u32);
1.1725 + }
1.1726 + ((void (*)(int16_t * dest, int dstr, const uint32_t * src, int sstr, int n))(_oil_function_class_conv_s16_u32.func))(dest, dstr, src, sstr, n);
1.1727 +}
1.1728 +
1.1729 +#undef oil_conv_s16_u8
1.1730 +#ifdef __SYMBIAN32__
1.1731 +
1.1732 +#endif
1.1733 +void
1.1734 +oil_conv_s16_u8 (int16_t * dest, int dstr, const uint8_t * src, int sstr, int n)
1.1735 +{
1.1736 + if (_oil_function_class_conv_s16_u8.func == NULL) {
1.1737 + oil_class_optimize (&_oil_function_class_conv_s16_u8);
1.1738 + }
1.1739 + ((void (*)(int16_t * dest, int dstr, const uint8_t * src, int sstr, int n))(_oil_function_class_conv_s16_u8.func))(dest, dstr, src, sstr, n);
1.1740 +}
1.1741 +
1.1742 +#undef oil_conv_s32_f32
1.1743 +#ifdef __SYMBIAN32__
1.1744 +
1.1745 +#endif
1.1746 +void
1.1747 +oil_conv_s32_f32 (int32_t * dest, int dstr, const float * src, int sstr, int n)
1.1748 +{
1.1749 + if (_oil_function_class_conv_s32_f32.func == NULL) {
1.1750 + oil_class_optimize (&_oil_function_class_conv_s32_f32);
1.1751 + }
1.1752 + ((void (*)(int32_t * dest, int dstr, const float * src, int sstr, int n))(_oil_function_class_conv_s32_f32.func))(dest, dstr, src, sstr, n);
1.1753 +}
1.1754 +
1.1755 +#undef oil_conv_s32_f64
1.1756 +#ifdef __SYMBIAN32__
1.1757 +
1.1758 +#endif
1.1759 +void
1.1760 +oil_conv_s32_f64 (int32_t * dest, int dstr, const double * src, int sstr, int n)
1.1761 +{
1.1762 + if (_oil_function_class_conv_s32_f64.func == NULL) {
1.1763 + oil_class_optimize (&_oil_function_class_conv_s32_f64);
1.1764 + }
1.1765 + ((void (*)(int32_t * dest, int dstr, const double * src, int sstr, int n))(_oil_function_class_conv_s32_f64.func))(dest, dstr, src, sstr, n);
1.1766 +}
1.1767 +
1.1768 +#undef oil_conv_s32_s16
1.1769 +#ifdef __SYMBIAN32__
1.1770 +
1.1771 +#endif
1.1772 +void
1.1773 +oil_conv_s32_s16 (int32_t * dest, int dstr, const int16_t * src, int sstr, int n)
1.1774 +{
1.1775 + if (_oil_function_class_conv_s32_s16.func == NULL) {
1.1776 + oil_class_optimize (&_oil_function_class_conv_s32_s16);
1.1777 + }
1.1778 + ((void (*)(int32_t * dest, int dstr, const int16_t * src, int sstr, int n))(_oil_function_class_conv_s32_s16.func))(dest, dstr, src, sstr, n);
1.1779 +}
1.1780 +
1.1781 +#undef oil_conv_s32_s8
1.1782 +#ifdef __SYMBIAN32__
1.1783 +
1.1784 +#endif
1.1785 +void
1.1786 +oil_conv_s32_s8 (int32_t * dest, int dstr, const int8_t * src, int sstr, int n)
1.1787 +{
1.1788 + if (_oil_function_class_conv_s32_s8.func == NULL) {
1.1789 + oil_class_optimize (&_oil_function_class_conv_s32_s8);
1.1790 + }
1.1791 + ((void (*)(int32_t * dest, int dstr, const int8_t * src, int sstr, int n))(_oil_function_class_conv_s32_s8.func))(dest, dstr, src, sstr, n);
1.1792 +}
1.1793 +
1.1794 +#undef oil_conv_s32_u16
1.1795 +#ifdef __SYMBIAN32__
1.1796 +
1.1797 +#endif
1.1798 +void
1.1799 +oil_conv_s32_u16 (int32_t * dest, int dstr, const uint16_t * src, int sstr, int n)
1.1800 +{
1.1801 + if (_oil_function_class_conv_s32_u16.func == NULL) {
1.1802 + oil_class_optimize (&_oil_function_class_conv_s32_u16);
1.1803 + }
1.1804 + ((void (*)(int32_t * dest, int dstr, const uint16_t * src, int sstr, int n))(_oil_function_class_conv_s32_u16.func))(dest, dstr, src, sstr, n);
1.1805 +}
1.1806 +
1.1807 +#undef oil_conv_s32_u32
1.1808 +#ifdef __SYMBIAN32__
1.1809 +
1.1810 +#endif
1.1811 +void
1.1812 +oil_conv_s32_u32 (int32_t * dest, int dstr, const uint32_t * src, int sstr, int n)
1.1813 +{
1.1814 + if (_oil_function_class_conv_s32_u32.func == NULL) {
1.1815 + oil_class_optimize (&_oil_function_class_conv_s32_u32);
1.1816 + }
1.1817 + ((void (*)(int32_t * dest, int dstr, const uint32_t * src, int sstr, int n))(_oil_function_class_conv_s32_u32.func))(dest, dstr, src, sstr, n);
1.1818 +}
1.1819 +
1.1820 +#undef oil_conv_s32_u8
1.1821 +#ifdef __SYMBIAN32__
1.1822 +
1.1823 +#endif
1.1824 +void
1.1825 +oil_conv_s32_u8 (int32_t * dest, int dstr, const uint8_t * src, int sstr, int n)
1.1826 +{
1.1827 + if (_oil_function_class_conv_s32_u8.func == NULL) {
1.1828 + oil_class_optimize (&_oil_function_class_conv_s32_u8);
1.1829 + }
1.1830 + ((void (*)(int32_t * dest, int dstr, const uint8_t * src, int sstr, int n))(_oil_function_class_conv_s32_u8.func))(dest, dstr, src, sstr, n);
1.1831 +}
1.1832 +
1.1833 +#undef oil_conv_s8_f32
1.1834 +#ifdef __SYMBIAN32__
1.1835 +
1.1836 +#endif
1.1837 +void
1.1838 +oil_conv_s8_f32 (int8_t * dest, int dstr, const float * src, int sstr, int n)
1.1839 +{
1.1840 + if (_oil_function_class_conv_s8_f32.func == NULL) {
1.1841 + oil_class_optimize (&_oil_function_class_conv_s8_f32);
1.1842 + }
1.1843 + ((void (*)(int8_t * dest, int dstr, const float * src, int sstr, int n))(_oil_function_class_conv_s8_f32.func))(dest, dstr, src, sstr, n);
1.1844 +}
1.1845 +
1.1846 +#undef oil_conv_s8_f64
1.1847 +#ifdef __SYMBIAN32__
1.1848 +
1.1849 +#endif
1.1850 +void
1.1851 +oil_conv_s8_f64 (int8_t * dest, int dstr, const double * src, int sstr, int n)
1.1852 +{
1.1853 + if (_oil_function_class_conv_s8_f64.func == NULL) {
1.1854 + oil_class_optimize (&_oil_function_class_conv_s8_f64);
1.1855 + }
1.1856 + ((void (*)(int8_t * dest, int dstr, const double * src, int sstr, int n))(_oil_function_class_conv_s8_f64.func))(dest, dstr, src, sstr, n);
1.1857 +}
1.1858 +
1.1859 +#undef oil_conv_s8_s16
1.1860 +#ifdef __SYMBIAN32__
1.1861 +
1.1862 +#endif
1.1863 +void
1.1864 +oil_conv_s8_s16 (int8_t * dest, int dstr, const int16_t * src, int sstr, int n)
1.1865 +{
1.1866 + if (_oil_function_class_conv_s8_s16.func == NULL) {
1.1867 + oil_class_optimize (&_oil_function_class_conv_s8_s16);
1.1868 + }
1.1869 + ((void (*)(int8_t * dest, int dstr, const int16_t * src, int sstr, int n))(_oil_function_class_conv_s8_s16.func))(dest, dstr, src, sstr, n);
1.1870 +}
1.1871 +
1.1872 +#undef oil_conv_s8_s32
1.1873 +#ifdef __SYMBIAN32__
1.1874 +
1.1875 +#endif
1.1876 +void
1.1877 +oil_conv_s8_s32 (int8_t * dest, int dstr, const int32_t * src, int sstr, int n)
1.1878 +{
1.1879 + if (_oil_function_class_conv_s8_s32.func == NULL) {
1.1880 + oil_class_optimize (&_oil_function_class_conv_s8_s32);
1.1881 + }
1.1882 + ((void (*)(int8_t * dest, int dstr, const int32_t * src, int sstr, int n))(_oil_function_class_conv_s8_s32.func))(dest, dstr, src, sstr, n);
1.1883 +}
1.1884 +
1.1885 +#undef oil_conv_s8_u16
1.1886 +#ifdef __SYMBIAN32__
1.1887 +
1.1888 +#endif
1.1889 +void
1.1890 +oil_conv_s8_u16 (int8_t * dest, int dstr, const uint16_t * src, int sstr, int n)
1.1891 +{
1.1892 + if (_oil_function_class_conv_s8_u16.func == NULL) {
1.1893 + oil_class_optimize (&_oil_function_class_conv_s8_u16);
1.1894 + }
1.1895 + ((void (*)(int8_t * dest, int dstr, const uint16_t * src, int sstr, int n))(_oil_function_class_conv_s8_u16.func))(dest, dstr, src, sstr, n);
1.1896 +}
1.1897 +
1.1898 +#undef oil_conv_s8_u32
1.1899 +#ifdef __SYMBIAN32__
1.1900 +
1.1901 +#endif
1.1902 +void
1.1903 +oil_conv_s8_u32 (int8_t * dest, int dstr, const uint32_t * src, int sstr, int n)
1.1904 +{
1.1905 + if (_oil_function_class_conv_s8_u32.func == NULL) {
1.1906 + oil_class_optimize (&_oil_function_class_conv_s8_u32);
1.1907 + }
1.1908 + ((void (*)(int8_t * dest, int dstr, const uint32_t * src, int sstr, int n))(_oil_function_class_conv_s8_u32.func))(dest, dstr, src, sstr, n);
1.1909 +}
1.1910 +
1.1911 +#undef oil_conv_s8_u8
1.1912 +#ifdef __SYMBIAN32__
1.1913 +
1.1914 +#endif
1.1915 +void
1.1916 +oil_conv_s8_u8 (int8_t * dest, int dstr, const uint8_t * src, int sstr, int n)
1.1917 +{
1.1918 + if (_oil_function_class_conv_s8_u8.func == NULL) {
1.1919 + oil_class_optimize (&_oil_function_class_conv_s8_u8);
1.1920 + }
1.1921 + ((void (*)(int8_t * dest, int dstr, const uint8_t * src, int sstr, int n))(_oil_function_class_conv_s8_u8.func))(dest, dstr, src, sstr, n);
1.1922 +}
1.1923 +
1.1924 +#undef oil_conv_u16_f32
1.1925 +#ifdef __SYMBIAN32__
1.1926 +
1.1927 +#endif
1.1928 +void
1.1929 +oil_conv_u16_f32 (uint16_t * dest, int dstr, const float * src, int sstr, int n)
1.1930 +{
1.1931 + if (_oil_function_class_conv_u16_f32.func == NULL) {
1.1932 + oil_class_optimize (&_oil_function_class_conv_u16_f32);
1.1933 + }
1.1934 + ((void (*)(uint16_t * dest, int dstr, const float * src, int sstr, int n))(_oil_function_class_conv_u16_f32.func))(dest, dstr, src, sstr, n);
1.1935 +}
1.1936 +
1.1937 +#undef oil_conv_u16_f64
1.1938 +#ifdef __SYMBIAN32__
1.1939 +
1.1940 +#endif
1.1941 +void
1.1942 +oil_conv_u16_f64 (uint16_t * dest, int dstr, const double * src, int sstr, int n)
1.1943 +{
1.1944 + if (_oil_function_class_conv_u16_f64.func == NULL) {
1.1945 + oil_class_optimize (&_oil_function_class_conv_u16_f64);
1.1946 + }
1.1947 + ((void (*)(uint16_t * dest, int dstr, const double * src, int sstr, int n))(_oil_function_class_conv_u16_f64.func))(dest, dstr, src, sstr, n);
1.1948 +}
1.1949 +
1.1950 +#undef oil_conv_u16_s16
1.1951 +#ifdef __SYMBIAN32__
1.1952 +
1.1953 +#endif
1.1954 +void
1.1955 +oil_conv_u16_s16 (uint16_t * dest, int dstr, const int16_t * src, int sstr, int n)
1.1956 +{
1.1957 + if (_oil_function_class_conv_u16_s16.func == NULL) {
1.1958 + oil_class_optimize (&_oil_function_class_conv_u16_s16);
1.1959 + }
1.1960 + ((void (*)(uint16_t * dest, int dstr, const int16_t * src, int sstr, int n))(_oil_function_class_conv_u16_s16.func))(dest, dstr, src, sstr, n);
1.1961 +}
1.1962 +
1.1963 +#undef oil_conv_u16_s32
1.1964 +#ifdef __SYMBIAN32__
1.1965 +
1.1966 +#endif
1.1967 +void
1.1968 +oil_conv_u16_s32 (uint16_t * dest, int dstr, const int32_t * src, int sstr, int n)
1.1969 +{
1.1970 + if (_oil_function_class_conv_u16_s32.func == NULL) {
1.1971 + oil_class_optimize (&_oil_function_class_conv_u16_s32);
1.1972 + }
1.1973 + ((void (*)(uint16_t * dest, int dstr, const int32_t * src, int sstr, int n))(_oil_function_class_conv_u16_s32.func))(dest, dstr, src, sstr, n);
1.1974 +}
1.1975 +
1.1976 +#undef oil_conv_u16_s8
1.1977 +#ifdef __SYMBIAN32__
1.1978 +
1.1979 +#endif
1.1980 +void
1.1981 +oil_conv_u16_s8 (uint16_t * dest, int dstr, const int8_t * src, int sstr, int n)
1.1982 +{
1.1983 + if (_oil_function_class_conv_u16_s8.func == NULL) {
1.1984 + oil_class_optimize (&_oil_function_class_conv_u16_s8);
1.1985 + }
1.1986 + ((void (*)(uint16_t * dest, int dstr, const int8_t * src, int sstr, int n))(_oil_function_class_conv_u16_s8.func))(dest, dstr, src, sstr, n);
1.1987 +}
1.1988 +
1.1989 +#undef oil_conv_u16_u32
1.1990 +#ifdef __SYMBIAN32__
1.1991 +
1.1992 +#endif
1.1993 +void
1.1994 +oil_conv_u16_u32 (uint16_t * dest, int dstr, const uint32_t * src, int sstr, int n)
1.1995 +{
1.1996 + if (_oil_function_class_conv_u16_u32.func == NULL) {
1.1997 + oil_class_optimize (&_oil_function_class_conv_u16_u32);
1.1998 + }
1.1999 + ((void (*)(uint16_t * dest, int dstr, const uint32_t * src, int sstr, int n))(_oil_function_class_conv_u16_u32.func))(dest, dstr, src, sstr, n);
1.2000 +}
1.2001 +
1.2002 +#undef oil_conv_u16_u8
1.2003 +#ifdef __SYMBIAN32__
1.2004 +
1.2005 +#endif
1.2006 +void
1.2007 +oil_conv_u16_u8 (uint16_t * dest, int dstr, const uint8_t * src, int sstr, int n)
1.2008 +{
1.2009 + if (_oil_function_class_conv_u16_u8.func == NULL) {
1.2010 + oil_class_optimize (&_oil_function_class_conv_u16_u8);
1.2011 + }
1.2012 + ((void (*)(uint16_t * dest, int dstr, const uint8_t * src, int sstr, int n))(_oil_function_class_conv_u16_u8.func))(dest, dstr, src, sstr, n);
1.2013 +}
1.2014 +
1.2015 +#undef oil_conv_u32_f32
1.2016 +#ifdef __SYMBIAN32__
1.2017 +
1.2018 +#endif
1.2019 +void
1.2020 +oil_conv_u32_f32 (uint32_t * dest, int dstr, const float * src, int sstr, int n)
1.2021 +{
1.2022 + if (_oil_function_class_conv_u32_f32.func == NULL) {
1.2023 + oil_class_optimize (&_oil_function_class_conv_u32_f32);
1.2024 + }
1.2025 + ((void (*)(uint32_t * dest, int dstr, const float * src, int sstr, int n))(_oil_function_class_conv_u32_f32.func))(dest, dstr, src, sstr, n);
1.2026 +}
1.2027 +
1.2028 +#undef oil_conv_u32_f64
1.2029 +#ifdef __SYMBIAN32__
1.2030 +
1.2031 +#endif
1.2032 +void
1.2033 +oil_conv_u32_f64 (uint32_t * dest, int dstr, const double * src, int sstr, int n)
1.2034 +{
1.2035 + if (_oil_function_class_conv_u32_f64.func == NULL) {
1.2036 + oil_class_optimize (&_oil_function_class_conv_u32_f64);
1.2037 + }
1.2038 + ((void (*)(uint32_t * dest, int dstr, const double * src, int sstr, int n))(_oil_function_class_conv_u32_f64.func))(dest, dstr, src, sstr, n);
1.2039 +}
1.2040 +
1.2041 +#undef oil_conv_u32_s16
1.2042 +#ifdef __SYMBIAN32__
1.2043 +
1.2044 +#endif
1.2045 +void
1.2046 +oil_conv_u32_s16 (uint32_t * dest, int dstr, const int16_t * src, int sstr, int n)
1.2047 +{
1.2048 + if (_oil_function_class_conv_u32_s16.func == NULL) {
1.2049 + oil_class_optimize (&_oil_function_class_conv_u32_s16);
1.2050 + }
1.2051 + ((void (*)(uint32_t * dest, int dstr, const int16_t * src, int sstr, int n))(_oil_function_class_conv_u32_s16.func))(dest, dstr, src, sstr, n);
1.2052 +}
1.2053 +
1.2054 +#undef oil_conv_u32_s32
1.2055 +#ifdef __SYMBIAN32__
1.2056 +
1.2057 +#endif
1.2058 +void
1.2059 +oil_conv_u32_s32 (uint32_t * dest, int dstr, const int32_t * src, int sstr, int n)
1.2060 +{
1.2061 + if (_oil_function_class_conv_u32_s32.func == NULL) {
1.2062 + oil_class_optimize (&_oil_function_class_conv_u32_s32);
1.2063 + }
1.2064 + ((void (*)(uint32_t * dest, int dstr, const int32_t * src, int sstr, int n))(_oil_function_class_conv_u32_s32.func))(dest, dstr, src, sstr, n);
1.2065 +}
1.2066 +
1.2067 +#undef oil_conv_u32_s8
1.2068 +#ifdef __SYMBIAN32__
1.2069 +
1.2070 +#endif
1.2071 +void
1.2072 +oil_conv_u32_s8 (uint32_t * dest, int dstr, const int8_t * src, int sstr, int n)
1.2073 +{
1.2074 + if (_oil_function_class_conv_u32_s8.func == NULL) {
1.2075 + oil_class_optimize (&_oil_function_class_conv_u32_s8);
1.2076 + }
1.2077 + ((void (*)(uint32_t * dest, int dstr, const int8_t * src, int sstr, int n))(_oil_function_class_conv_u32_s8.func))(dest, dstr, src, sstr, n);
1.2078 +}
1.2079 +
1.2080 +#undef oil_conv_u32_u16
1.2081 +#ifdef __SYMBIAN32__
1.2082 +
1.2083 +#endif
1.2084 +void
1.2085 +oil_conv_u32_u16 (uint32_t * dest, int dstr, const uint16_t * src, int sstr, int n)
1.2086 +{
1.2087 + if (_oil_function_class_conv_u32_u16.func == NULL) {
1.2088 + oil_class_optimize (&_oil_function_class_conv_u32_u16);
1.2089 + }
1.2090 + ((void (*)(uint32_t * dest, int dstr, const uint16_t * src, int sstr, int n))(_oil_function_class_conv_u32_u16.func))(dest, dstr, src, sstr, n);
1.2091 +}
1.2092 +
1.2093 +#undef oil_conv_u32_u8
1.2094 +#ifdef __SYMBIAN32__
1.2095 +
1.2096 +#endif
1.2097 +void
1.2098 +oil_conv_u32_u8 (uint32_t * dest, int dstr, const uint8_t * src, int sstr, int n)
1.2099 +{
1.2100 + if (_oil_function_class_conv_u32_u8.func == NULL) {
1.2101 + oil_class_optimize (&_oil_function_class_conv_u32_u8);
1.2102 + }
1.2103 + ((void (*)(uint32_t * dest, int dstr, const uint8_t * src, int sstr, int n))(_oil_function_class_conv_u32_u8.func))(dest, dstr, src, sstr, n);
1.2104 +}
1.2105 +
1.2106 +#undef oil_conv_u8_f32
1.2107 +#ifdef __SYMBIAN32__
1.2108 +
1.2109 +#endif
1.2110 +void
1.2111 +oil_conv_u8_f32 (uint8_t * dest, int dstr, const float * src, int sstr, int n)
1.2112 +{
1.2113 + if (_oil_function_class_conv_u8_f32.func == NULL) {
1.2114 + oil_class_optimize (&_oil_function_class_conv_u8_f32);
1.2115 + }
1.2116 + ((void (*)(uint8_t * dest, int dstr, const float * src, int sstr, int n))(_oil_function_class_conv_u8_f32.func))(dest, dstr, src, sstr, n);
1.2117 +}
1.2118 +
1.2119 +#undef oil_conv_u8_f64
1.2120 +#ifdef __SYMBIAN32__
1.2121 +
1.2122 +#endif
1.2123 +void
1.2124 +oil_conv_u8_f64 (uint8_t * dest, int dstr, const double * src, int sstr, int n)
1.2125 +{
1.2126 + if (_oil_function_class_conv_u8_f64.func == NULL) {
1.2127 + oil_class_optimize (&_oil_function_class_conv_u8_f64);
1.2128 + }
1.2129 + ((void (*)(uint8_t * dest, int dstr, const double * src, int sstr, int n))(_oil_function_class_conv_u8_f64.func))(dest, dstr, src, sstr, n);
1.2130 +}
1.2131 +
1.2132 +#undef oil_conv_u8_s16
1.2133 +#ifdef __SYMBIAN32__
1.2134 +
1.2135 +#endif
1.2136 +void
1.2137 +oil_conv_u8_s16 (uint8_t * dest, int dstr, const int16_t * src, int sstr, int n)
1.2138 +{
1.2139 + if (_oil_function_class_conv_u8_s16.func == NULL) {
1.2140 + oil_class_optimize (&_oil_function_class_conv_u8_s16);
1.2141 + }
1.2142 + ((void (*)(uint8_t * dest, int dstr, const int16_t * src, int sstr, int n))(_oil_function_class_conv_u8_s16.func))(dest, dstr, src, sstr, n);
1.2143 +}
1.2144 +
1.2145 +#undef oil_conv_u8_s32
1.2146 +#ifdef __SYMBIAN32__
1.2147 +
1.2148 +#endif
1.2149 +void
1.2150 +oil_conv_u8_s32 (uint8_t * dest, int dstr, const int32_t * src, int sstr, int n)
1.2151 +{
1.2152 + if (_oil_function_class_conv_u8_s32.func == NULL) {
1.2153 + oil_class_optimize (&_oil_function_class_conv_u8_s32);
1.2154 + }
1.2155 + ((void (*)(uint8_t * dest, int dstr, const int32_t * src, int sstr, int n))(_oil_function_class_conv_u8_s32.func))(dest, dstr, src, sstr, n);
1.2156 +}
1.2157 +
1.2158 +#undef oil_conv_u8_s8
1.2159 +#ifdef __SYMBIAN32__
1.2160 +
1.2161 +#endif
1.2162 +void
1.2163 +oil_conv_u8_s8 (uint8_t * dest, int dstr, const int8_t * src, int sstr, int n)
1.2164 +{
1.2165 + if (_oil_function_class_conv_u8_s8.func == NULL) {
1.2166 + oil_class_optimize (&_oil_function_class_conv_u8_s8);
1.2167 + }
1.2168 + ((void (*)(uint8_t * dest, int dstr, const int8_t * src, int sstr, int n))(_oil_function_class_conv_u8_s8.func))(dest, dstr, src, sstr, n);
1.2169 +}
1.2170 +
1.2171 +#undef oil_conv_u8_u16
1.2172 +#ifdef __SYMBIAN32__
1.2173 +
1.2174 +#endif
1.2175 +void
1.2176 +oil_conv_u8_u16 (uint8_t * dest, int dstr, const uint16_t * src, int sstr, int n)
1.2177 +{
1.2178 + if (_oil_function_class_conv_u8_u16.func == NULL) {
1.2179 + oil_class_optimize (&_oil_function_class_conv_u8_u16);
1.2180 + }
1.2181 + ((void (*)(uint8_t * dest, int dstr, const uint16_t * src, int sstr, int n))(_oil_function_class_conv_u8_u16.func))(dest, dstr, src, sstr, n);
1.2182 +}
1.2183 +
1.2184 +#undef oil_conv_u8_u32
1.2185 +#ifdef __SYMBIAN32__
1.2186 +
1.2187 +#endif
1.2188 +void
1.2189 +oil_conv_u8_u32 (uint8_t * dest, int dstr, const uint32_t * src, int sstr, int n)
1.2190 +{
1.2191 + if (_oil_function_class_conv_u8_u32.func == NULL) {
1.2192 + oil_class_optimize (&_oil_function_class_conv_u8_u32);
1.2193 + }
1.2194 + ((void (*)(uint8_t * dest, int dstr, const uint32_t * src, int sstr, int n))(_oil_function_class_conv_u8_u32.func))(dest, dstr, src, sstr, n);
1.2195 +}
1.2196 +
1.2197 +#undef oil_convert_s16_f32
1.2198 +#ifdef __SYMBIAN32__
1.2199 +
1.2200 +#endif
1.2201 +void
1.2202 +oil_convert_s16_f32 (int16_t * dest, const float * src, int n)
1.2203 +{
1.2204 + if (_oil_function_class_convert_s16_f32.func == NULL) {
1.2205 + oil_class_optimize (&_oil_function_class_convert_s16_f32);
1.2206 + }
1.2207 + ((void (*)(int16_t * dest, const float * src, int n))(_oil_function_class_convert_s16_f32.func))(dest, src, n);
1.2208 +}
1.2209 +
1.2210 +#undef oil_convert_s16_f64
1.2211 +#ifdef __SYMBIAN32__
1.2212 +
1.2213 +#endif
1.2214 +void
1.2215 +oil_convert_s16_f64 (int16_t * dest, const double * src, int n)
1.2216 +{
1.2217 + if (_oil_function_class_convert_s16_f64.func == NULL) {
1.2218 + oil_class_optimize (&_oil_function_class_convert_s16_f64);
1.2219 + }
1.2220 + ((void (*)(int16_t * dest, const double * src, int n))(_oil_function_class_convert_s16_f64.func))(dest, src, n);
1.2221 +}
1.2222 +
1.2223 +#undef oil_convert_s16_s32
1.2224 +#ifdef __SYMBIAN32__
1.2225 +
1.2226 +#endif
1.2227 +void
1.2228 +oil_convert_s16_s32 (int16_t * dest, const int32_t * src, int n)
1.2229 +{
1.2230 + if (_oil_function_class_convert_s16_s32.func == NULL) {
1.2231 + oil_class_optimize (&_oil_function_class_convert_s16_s32);
1.2232 + }
1.2233 + ((void (*)(int16_t * dest, const int32_t * src, int n))(_oil_function_class_convert_s16_s32.func))(dest, src, n);
1.2234 +}
1.2235 +
1.2236 +#undef oil_convert_s16_s8
1.2237 +#ifdef __SYMBIAN32__
1.2238 +
1.2239 +#endif
1.2240 +void
1.2241 +oil_convert_s16_s8 (int16_t * dest, const int8_t * src, int n)
1.2242 +{
1.2243 + if (_oil_function_class_convert_s16_s8.func == NULL) {
1.2244 + oil_class_optimize (&_oil_function_class_convert_s16_s8);
1.2245 + }
1.2246 + ((void (*)(int16_t * dest, const int8_t * src, int n))(_oil_function_class_convert_s16_s8.func))(dest, src, n);
1.2247 +}
1.2248 +
1.2249 +#undef oil_convert_s16_u16
1.2250 +#ifdef __SYMBIAN32__
1.2251 +
1.2252 +#endif
1.2253 +void
1.2254 +oil_convert_s16_u16 (int16_t * dest, const uint16_t * src, int n)
1.2255 +{
1.2256 + if (_oil_function_class_convert_s16_u16.func == NULL) {
1.2257 + oil_class_optimize (&_oil_function_class_convert_s16_u16);
1.2258 + }
1.2259 + ((void (*)(int16_t * dest, const uint16_t * src, int n))(_oil_function_class_convert_s16_u16.func))(dest, src, n);
1.2260 +}
1.2261 +
1.2262 +#undef oil_convert_s16_u32
1.2263 +#ifdef __SYMBIAN32__
1.2264 +
1.2265 +#endif
1.2266 +void
1.2267 +oil_convert_s16_u32 (int16_t * dest, const uint32_t * src, int n)
1.2268 +{
1.2269 + if (_oil_function_class_convert_s16_u32.func == NULL) {
1.2270 + oil_class_optimize (&_oil_function_class_convert_s16_u32);
1.2271 + }
1.2272 + ((void (*)(int16_t * dest, const uint32_t * src, int n))(_oil_function_class_convert_s16_u32.func))(dest, src, n);
1.2273 +}
1.2274 +
1.2275 +#undef oil_convert_s16_u8
1.2276 +#ifdef __SYMBIAN32__
1.2277 +
1.2278 +#endif
1.2279 +void
1.2280 +oil_convert_s16_u8 (int16_t * dest, const uint8_t * src, int n)
1.2281 +{
1.2282 + if (_oil_function_class_convert_s16_u8.func == NULL) {
1.2283 + oil_class_optimize (&_oil_function_class_convert_s16_u8);
1.2284 + }
1.2285 + ((void (*)(int16_t * dest, const uint8_t * src, int n))(_oil_function_class_convert_s16_u8.func))(dest, src, n);
1.2286 +}
1.2287 +
1.2288 +#undef oil_convert_s32_f64
1.2289 +#ifdef __SYMBIAN32__
1.2290 +
1.2291 +#endif
1.2292 +void
1.2293 +oil_convert_s32_f64 (int32_t * dest, const double * src, int n)
1.2294 +{
1.2295 + if (_oil_function_class_convert_s32_f64.func == NULL) {
1.2296 + oil_class_optimize (&_oil_function_class_convert_s32_f64);
1.2297 + }
1.2298 + ((void (*)(int32_t * dest, const double * src, int n))(_oil_function_class_convert_s32_f64.func))(dest, src, n);
1.2299 +}
1.2300 +
1.2301 +#undef oil_convert_s32_s16
1.2302 +#ifdef __SYMBIAN32__
1.2303 +
1.2304 +#endif
1.2305 +void
1.2306 +oil_convert_s32_s16 (int32_t * dest, const int16_t * src, int n)
1.2307 +{
1.2308 + if (_oil_function_class_convert_s32_s16.func == NULL) {
1.2309 + oil_class_optimize (&_oil_function_class_convert_s32_s16);
1.2310 + }
1.2311 + ((void (*)(int32_t * dest, const int16_t * src, int n))(_oil_function_class_convert_s32_s16.func))(dest, src, n);
1.2312 +}
1.2313 +
1.2314 +#undef oil_convert_s32_s8
1.2315 +#ifdef __SYMBIAN32__
1.2316 +
1.2317 +#endif
1.2318 +void
1.2319 +oil_convert_s32_s8 (int32_t * dest, const int8_t * src, int n)
1.2320 +{
1.2321 + if (_oil_function_class_convert_s32_s8.func == NULL) {
1.2322 + oil_class_optimize (&_oil_function_class_convert_s32_s8);
1.2323 + }
1.2324 + ((void (*)(int32_t * dest, const int8_t * src, int n))(_oil_function_class_convert_s32_s8.func))(dest, src, n);
1.2325 +}
1.2326 +
1.2327 +#undef oil_convert_s32_u16
1.2328 +#ifdef __SYMBIAN32__
1.2329 +
1.2330 +#endif
1.2331 +void
1.2332 +oil_convert_s32_u16 (int32_t * dest, const uint16_t * src, int n)
1.2333 +{
1.2334 + if (_oil_function_class_convert_s32_u16.func == NULL) {
1.2335 + oil_class_optimize (&_oil_function_class_convert_s32_u16);
1.2336 + }
1.2337 + ((void (*)(int32_t * dest, const uint16_t * src, int n))(_oil_function_class_convert_s32_u16.func))(dest, src, n);
1.2338 +}
1.2339 +
1.2340 +#undef oil_convert_s32_u32
1.2341 +#ifdef __SYMBIAN32__
1.2342 +
1.2343 +#endif
1.2344 +void
1.2345 +oil_convert_s32_u32 (int32_t * dest, const uint32_t * src, int n)
1.2346 +{
1.2347 + if (_oil_function_class_convert_s32_u32.func == NULL) {
1.2348 + oil_class_optimize (&_oil_function_class_convert_s32_u32);
1.2349 + }
1.2350 + ((void (*)(int32_t * dest, const uint32_t * src, int n))(_oil_function_class_convert_s32_u32.func))(dest, src, n);
1.2351 +}
1.2352 +
1.2353 +#undef oil_convert_s32_u8
1.2354 +#ifdef __SYMBIAN32__
1.2355 +
1.2356 +#endif
1.2357 +void
1.2358 +oil_convert_s32_u8 (int32_t * dest, const uint8_t * src, int n)
1.2359 +{
1.2360 + if (_oil_function_class_convert_s32_u8.func == NULL) {
1.2361 + oil_class_optimize (&_oil_function_class_convert_s32_u8);
1.2362 + }
1.2363 + ((void (*)(int32_t * dest, const uint8_t * src, int n))(_oil_function_class_convert_s32_u8.func))(dest, src, n);
1.2364 +}
1.2365 +
1.2366 +#undef oil_convert_s8_f32
1.2367 +#ifdef __SYMBIAN32__
1.2368 +
1.2369 +#endif
1.2370 +void
1.2371 +oil_convert_s8_f32 (int8_t * dest, const float * src, int n)
1.2372 +{
1.2373 + if (_oil_function_class_convert_s8_f32.func == NULL) {
1.2374 + oil_class_optimize (&_oil_function_class_convert_s8_f32);
1.2375 + }
1.2376 + ((void (*)(int8_t * dest, const float * src, int n))(_oil_function_class_convert_s8_f32.func))(dest, src, n);
1.2377 +}
1.2378 +
1.2379 +#undef oil_convert_s8_f64
1.2380 +#ifdef __SYMBIAN32__
1.2381 +
1.2382 +#endif
1.2383 +void
1.2384 +oil_convert_s8_f64 (int8_t * dest, const double * src, int n)
1.2385 +{
1.2386 + if (_oil_function_class_convert_s8_f64.func == NULL) {
1.2387 + oil_class_optimize (&_oil_function_class_convert_s8_f64);
1.2388 + }
1.2389 + ((void (*)(int8_t * dest, const double * src, int n))(_oil_function_class_convert_s8_f64.func))(dest, src, n);
1.2390 +}
1.2391 +
1.2392 +#undef oil_convert_s8_s16
1.2393 +#ifdef __SYMBIAN32__
1.2394 +
1.2395 +#endif
1.2396 +void
1.2397 +oil_convert_s8_s16 (int8_t * dest, const int16_t * src, int n)
1.2398 +{
1.2399 + if (_oil_function_class_convert_s8_s16.func == NULL) {
1.2400 + oil_class_optimize (&_oil_function_class_convert_s8_s16);
1.2401 + }
1.2402 + ((void (*)(int8_t * dest, const int16_t * src, int n))(_oil_function_class_convert_s8_s16.func))(dest, src, n);
1.2403 +}
1.2404 +
1.2405 +#undef oil_convert_s8_s32
1.2406 +#ifdef __SYMBIAN32__
1.2407 +
1.2408 +#endif
1.2409 +void
1.2410 +oil_convert_s8_s32 (int8_t * dest, const int32_t * src, int n)
1.2411 +{
1.2412 + if (_oil_function_class_convert_s8_s32.func == NULL) {
1.2413 + oil_class_optimize (&_oil_function_class_convert_s8_s32);
1.2414 + }
1.2415 + ((void (*)(int8_t * dest, const int32_t * src, int n))(_oil_function_class_convert_s8_s32.func))(dest, src, n);
1.2416 +}
1.2417 +
1.2418 +#undef oil_convert_s8_u16
1.2419 +#ifdef __SYMBIAN32__
1.2420 +
1.2421 +#endif
1.2422 +void
1.2423 +oil_convert_s8_u16 (int8_t * dest, const uint16_t * src, int n)
1.2424 +{
1.2425 + if (_oil_function_class_convert_s8_u16.func == NULL) {
1.2426 + oil_class_optimize (&_oil_function_class_convert_s8_u16);
1.2427 + }
1.2428 + ((void (*)(int8_t * dest, const uint16_t * src, int n))(_oil_function_class_convert_s8_u16.func))(dest, src, n);
1.2429 +}
1.2430 +
1.2431 +#undef oil_convert_s8_u32
1.2432 +#ifdef __SYMBIAN32__
1.2433 +
1.2434 +#endif
1.2435 +void
1.2436 +oil_convert_s8_u32 (int8_t * dest, const uint32_t * src, int n)
1.2437 +{
1.2438 + if (_oil_function_class_convert_s8_u32.func == NULL) {
1.2439 + oil_class_optimize (&_oil_function_class_convert_s8_u32);
1.2440 + }
1.2441 + ((void (*)(int8_t * dest, const uint32_t * src, int n))(_oil_function_class_convert_s8_u32.func))(dest, src, n);
1.2442 +}
1.2443 +
1.2444 +#undef oil_convert_s8_u8
1.2445 +#ifdef __SYMBIAN32__
1.2446 +
1.2447 +#endif
1.2448 +void
1.2449 +oil_convert_s8_u8 (int8_t * dest, const uint8_t * src, int n)
1.2450 +{
1.2451 + if (_oil_function_class_convert_s8_u8.func == NULL) {
1.2452 + oil_class_optimize (&_oil_function_class_convert_s8_u8);
1.2453 + }
1.2454 + ((void (*)(int8_t * dest, const uint8_t * src, int n))(_oil_function_class_convert_s8_u8.func))(dest, src, n);
1.2455 +}
1.2456 +
1.2457 +#undef oil_convert_u16_f32
1.2458 +#ifdef __SYMBIAN32__
1.2459 +
1.2460 +#endif
1.2461 +void
1.2462 +oil_convert_u16_f32 (uint16_t * dest, const float * src, int n)
1.2463 +{
1.2464 + if (_oil_function_class_convert_u16_f32.func == NULL) {
1.2465 + oil_class_optimize (&_oil_function_class_convert_u16_f32);
1.2466 + }
1.2467 + ((void (*)(uint16_t * dest, const float * src, int n))(_oil_function_class_convert_u16_f32.func))(dest, src, n);
1.2468 +}
1.2469 +
1.2470 +#undef oil_convert_u16_f64
1.2471 +#ifdef __SYMBIAN32__
1.2472 +
1.2473 +#endif
1.2474 +void
1.2475 +oil_convert_u16_f64 (uint16_t * dest, const double * src, int n)
1.2476 +{
1.2477 + if (_oil_function_class_convert_u16_f64.func == NULL) {
1.2478 + oil_class_optimize (&_oil_function_class_convert_u16_f64);
1.2479 + }
1.2480 + ((void (*)(uint16_t * dest, const double * src, int n))(_oil_function_class_convert_u16_f64.func))(dest, src, n);
1.2481 +}
1.2482 +
1.2483 +#undef oil_convert_u16_s16
1.2484 +#ifdef __SYMBIAN32__
1.2485 +
1.2486 +#endif
1.2487 +void
1.2488 +oil_convert_u16_s16 (uint16_t * dest, const int16_t * src, int n)
1.2489 +{
1.2490 + if (_oil_function_class_convert_u16_s16.func == NULL) {
1.2491 + oil_class_optimize (&_oil_function_class_convert_u16_s16);
1.2492 + }
1.2493 + ((void (*)(uint16_t * dest, const int16_t * src, int n))(_oil_function_class_convert_u16_s16.func))(dest, src, n);
1.2494 +}
1.2495 +
1.2496 +#undef oil_convert_u16_s32
1.2497 +#ifdef __SYMBIAN32__
1.2498 +
1.2499 +#endif
1.2500 +void
1.2501 +oil_convert_u16_s32 (uint16_t * dest, const int32_t * src, int n)
1.2502 +{
1.2503 + if (_oil_function_class_convert_u16_s32.func == NULL) {
1.2504 + oil_class_optimize (&_oil_function_class_convert_u16_s32);
1.2505 + }
1.2506 + ((void (*)(uint16_t * dest, const int32_t * src, int n))(_oil_function_class_convert_u16_s32.func))(dest, src, n);
1.2507 +}
1.2508 +
1.2509 +#undef oil_convert_u16_u32
1.2510 +#ifdef __SYMBIAN32__
1.2511 +
1.2512 +#endif
1.2513 +void
1.2514 +oil_convert_u16_u32 (uint16_t * dest, const uint32_t * src, int n)
1.2515 +{
1.2516 + if (_oil_function_class_convert_u16_u32.func == NULL) {
1.2517 + oil_class_optimize (&_oil_function_class_convert_u16_u32);
1.2518 + }
1.2519 + ((void (*)(uint16_t * dest, const uint32_t * src, int n))(_oil_function_class_convert_u16_u32.func))(dest, src, n);
1.2520 +}
1.2521 +
1.2522 +#undef oil_convert_u16_u8
1.2523 +#ifdef __SYMBIAN32__
1.2524 +
1.2525 +#endif
1.2526 +void
1.2527 +oil_convert_u16_u8 (uint16_t * dest, const uint8_t * src, int n)
1.2528 +{
1.2529 + if (_oil_function_class_convert_u16_u8.func == NULL) {
1.2530 + oil_class_optimize (&_oil_function_class_convert_u16_u8);
1.2531 + }
1.2532 + ((void (*)(uint16_t * dest, const uint8_t * src, int n))(_oil_function_class_convert_u16_u8.func))(dest, src, n);
1.2533 +}
1.2534 +
1.2535 +#undef oil_convert_u32_f64
1.2536 +#ifdef __SYMBIAN32__
1.2537 +
1.2538 +#endif
1.2539 +void
1.2540 +oil_convert_u32_f64 (uint32_t * dest, const double * src, int n)
1.2541 +{
1.2542 + if (_oil_function_class_convert_u32_f64.func == NULL) {
1.2543 + oil_class_optimize (&_oil_function_class_convert_u32_f64);
1.2544 + }
1.2545 + ((void (*)(uint32_t * dest, const double * src, int n))(_oil_function_class_convert_u32_f64.func))(dest, src, n);
1.2546 +}
1.2547 +
1.2548 +#undef oil_convert_u32_s32
1.2549 +#ifdef __SYMBIAN32__
1.2550 +
1.2551 +#endif
1.2552 +void
1.2553 +oil_convert_u32_s32 (uint32_t * dest, const int32_t * src, int n)
1.2554 +{
1.2555 + if (_oil_function_class_convert_u32_s32.func == NULL) {
1.2556 + oil_class_optimize (&_oil_function_class_convert_u32_s32);
1.2557 + }
1.2558 + ((void (*)(uint32_t * dest, const int32_t * src, int n))(_oil_function_class_convert_u32_s32.func))(dest, src, n);
1.2559 +}
1.2560 +
1.2561 +#undef oil_convert_u32_u16
1.2562 +#ifdef __SYMBIAN32__
1.2563 +
1.2564 +#endif
1.2565 +void
1.2566 +oil_convert_u32_u16 (uint32_t * dest, const uint16_t * src, int n)
1.2567 +{
1.2568 + if (_oil_function_class_convert_u32_u16.func == NULL) {
1.2569 + oil_class_optimize (&_oil_function_class_convert_u32_u16);
1.2570 + }
1.2571 + ((void (*)(uint32_t * dest, const uint16_t * src, int n))(_oil_function_class_convert_u32_u16.func))(dest, src, n);
1.2572 +}
1.2573 +
1.2574 +#undef oil_convert_u32_u8
1.2575 +#ifdef __SYMBIAN32__
1.2576 +
1.2577 +#endif
1.2578 +void
1.2579 +oil_convert_u32_u8 (uint32_t * dest, const uint8_t * src, int n)
1.2580 +{
1.2581 + if (_oil_function_class_convert_u32_u8.func == NULL) {
1.2582 + oil_class_optimize (&_oil_function_class_convert_u32_u8);
1.2583 + }
1.2584 + ((void (*)(uint32_t * dest, const uint8_t * src, int n))(_oil_function_class_convert_u32_u8.func))(dest, src, n);
1.2585 +}
1.2586 +
1.2587 +#undef oil_convert_u8_f32
1.2588 +#ifdef __SYMBIAN32__
1.2589 +
1.2590 +#endif
1.2591 +void
1.2592 +oil_convert_u8_f32 (uint8_t * dest, const float * src, int n)
1.2593 +{
1.2594 + if (_oil_function_class_convert_u8_f32.func == NULL) {
1.2595 + oil_class_optimize (&_oil_function_class_convert_u8_f32);
1.2596 + }
1.2597 + ((void (*)(uint8_t * dest, const float * src, int n))(_oil_function_class_convert_u8_f32.func))(dest, src, n);
1.2598 +}
1.2599 +
1.2600 +#undef oil_convert_u8_f64
1.2601 +#ifdef __SYMBIAN32__
1.2602 +
1.2603 +#endif
1.2604 +void
1.2605 +oil_convert_u8_f64 (uint8_t * dest, const double * src, int n)
1.2606 +{
1.2607 + if (_oil_function_class_convert_u8_f64.func == NULL) {
1.2608 + oil_class_optimize (&_oil_function_class_convert_u8_f64);
1.2609 + }
1.2610 + ((void (*)(uint8_t * dest, const double * src, int n))(_oil_function_class_convert_u8_f64.func))(dest, src, n);
1.2611 +}
1.2612 +
1.2613 +#undef oil_convert_u8_s16
1.2614 +#ifdef __SYMBIAN32__
1.2615 +
1.2616 +#endif
1.2617 +void
1.2618 +oil_convert_u8_s16 (uint8_t * dest, const int16_t * src, int n)
1.2619 +{
1.2620 + if (_oil_function_class_convert_u8_s16.func == NULL) {
1.2621 + oil_class_optimize (&_oil_function_class_convert_u8_s16);
1.2622 + }
1.2623 + ((void (*)(uint8_t * dest, const int16_t * src, int n))(_oil_function_class_convert_u8_s16.func))(dest, src, n);
1.2624 +}
1.2625 +
1.2626 +#undef oil_convert_u8_s32
1.2627 +#ifdef __SYMBIAN32__
1.2628 +
1.2629 +#endif
1.2630 +void
1.2631 +oil_convert_u8_s32 (uint8_t * dest, const int32_t * src, int n)
1.2632 +{
1.2633 + if (_oil_function_class_convert_u8_s32.func == NULL) {
1.2634 + oil_class_optimize (&_oil_function_class_convert_u8_s32);
1.2635 + }
1.2636 + ((void (*)(uint8_t * dest, const int32_t * src, int n))(_oil_function_class_convert_u8_s32.func))(dest, src, n);
1.2637 +}
1.2638 +
1.2639 +#undef oil_convert_u8_s8
1.2640 +#ifdef __SYMBIAN32__
1.2641 +
1.2642 +#endif
1.2643 +void
1.2644 +oil_convert_u8_s8 (uint8_t * dest, const int8_t * src, int n)
1.2645 +{
1.2646 + if (_oil_function_class_convert_u8_s8.func == NULL) {
1.2647 + oil_class_optimize (&_oil_function_class_convert_u8_s8);
1.2648 + }
1.2649 + ((void (*)(uint8_t * dest, const int8_t * src, int n))(_oil_function_class_convert_u8_s8.func))(dest, src, n);
1.2650 +}
1.2651 +
1.2652 +#undef oil_convert_u8_u16
1.2653 +#ifdef __SYMBIAN32__
1.2654 +
1.2655 +#endif
1.2656 +void
1.2657 +oil_convert_u8_u16 (uint8_t * dest, const uint16_t * src, int n)
1.2658 +{
1.2659 + if (_oil_function_class_convert_u8_u16.func == NULL) {
1.2660 + oil_class_optimize (&_oil_function_class_convert_u8_u16);
1.2661 + }
1.2662 + ((void (*)(uint8_t * dest, const uint16_t * src, int n))(_oil_function_class_convert_u8_u16.func))(dest, src, n);
1.2663 +}
1.2664 +
1.2665 +#undef oil_convert_u8_u32
1.2666 +#ifdef __SYMBIAN32__
1.2667 +
1.2668 +#endif
1.2669 +void
1.2670 +oil_convert_u8_u32 (uint8_t * dest, const uint32_t * src, int n)
1.2671 +{
1.2672 + if (_oil_function_class_convert_u8_u32.func == NULL) {
1.2673 + oil_class_optimize (&_oil_function_class_convert_u8_u32);
1.2674 + }
1.2675 + ((void (*)(uint8_t * dest, const uint32_t * src, int n))(_oil_function_class_convert_u8_u32.func))(dest, src, n);
1.2676 +}
1.2677 +
1.2678 +#undef oil_copy8x8_u8
1.2679 +#ifdef __SYMBIAN32__
1.2680 +
1.2681 +#endif
1.2682 +void
1.2683 +oil_copy8x8_u8 (uint8_t * d_8x8, int ds, const uint8_t * s_8x8, int ss)
1.2684 +{
1.2685 + if (_oil_function_class_copy8x8_u8.func == NULL) {
1.2686 + oil_class_optimize (&_oil_function_class_copy8x8_u8);
1.2687 + }
1.2688 + ((void (*)(uint8_t * d_8x8, int ds, const uint8_t * s_8x8, int ss))(_oil_function_class_copy8x8_u8.func))(d_8x8, ds, s_8x8, ss);
1.2689 +}
1.2690 +
1.2691 +#undef oil_copy_u8
1.2692 +#ifdef __SYMBIAN32__
1.2693 +
1.2694 +#endif
1.2695 +void
1.2696 +oil_copy_u8 (uint8_t * dest, const uint8_t * src, int n)
1.2697 +{
1.2698 + if (_oil_function_class_copy_u8.func == NULL) {
1.2699 + oil_class_optimize (&_oil_function_class_copy_u8);
1.2700 + }
1.2701 + ((void (*)(uint8_t * dest, const uint8_t * src, int n))(_oil_function_class_copy_u8.func))(dest, src, n);
1.2702 +}
1.2703 +
1.2704 +#undef oil_dct36_f32
1.2705 +#ifdef __SYMBIAN32__
1.2706 +
1.2707 +#endif
1.2708 +void
1.2709 +oil_dct36_f32 (float * d_36, int dstr, const float * s_36, int sstr)
1.2710 +{
1.2711 + if (_oil_function_class_dct36_f32.func == NULL) {
1.2712 + oil_class_optimize (&_oil_function_class_dct36_f32);
1.2713 + }
1.2714 + ((void (*)(float * d_36, int dstr, const float * s_36, int sstr))(_oil_function_class_dct36_f32.func))(d_36, dstr, s_36, sstr);
1.2715 +}
1.2716 +
1.2717 +#undef oil_deinterleave
1.2718 +#ifdef __SYMBIAN32__
1.2719 +
1.2720 +#endif
1.2721 +void
1.2722 +oil_deinterleave (int16_t * d_2xn, const int16_t * s_2xn, int n)
1.2723 +{
1.2724 + if (_oil_function_class_deinterleave.func == NULL) {
1.2725 + oil_class_optimize (&_oil_function_class_deinterleave);
1.2726 + }
1.2727 + ((void (*)(int16_t * d_2xn, const int16_t * s_2xn, int n))(_oil_function_class_deinterleave.func))(d_2xn, s_2xn, n);
1.2728 +}
1.2729 +
1.2730 +#undef oil_deinterleave2_s16
1.2731 +#ifdef __SYMBIAN32__
1.2732 +
1.2733 +#endif
1.2734 +void
1.2735 +oil_deinterleave2_s16 (int16_t * d1_n, int16_t * d2_n, const int16_t * s_2xn, int n)
1.2736 +{
1.2737 + if (_oil_function_class_deinterleave2_s16.func == NULL) {
1.2738 + oil_class_optimize (&_oil_function_class_deinterleave2_s16);
1.2739 + }
1.2740 + ((void (*)(int16_t * d1_n, int16_t * d2_n, const int16_t * s_2xn, int n))(_oil_function_class_deinterleave2_s16.func))(d1_n, d2_n, s_2xn, n);
1.2741 +}
1.2742 +
1.2743 +#undef oil_dequantize8x8_s16
1.2744 +#ifdef __SYMBIAN32__
1.2745 +
1.2746 +#endif
1.2747 +void
1.2748 +oil_dequantize8x8_s16 (int16_t * d_8x8, int dstr, const int16_t * s1_8x8, int sstr1, const int16_t * s2_8x8, int sstr2)
1.2749 +{
1.2750 + if (_oil_function_class_dequantize8x8_s16.func == NULL) {
1.2751 + oil_class_optimize (&_oil_function_class_dequantize8x8_s16);
1.2752 + }
1.2753 + ((void (*)(int16_t * d_8x8, int dstr, const int16_t * s1_8x8, int sstr1, const int16_t * s2_8x8, int sstr2))(_oil_function_class_dequantize8x8_s16.func))(d_8x8, dstr, s1_8x8, sstr1, s2_8x8, sstr2);
1.2754 +}
1.2755 +
1.2756 +#undef oil_diff8x8_average_s16_u8
1.2757 +#ifdef __SYMBIAN32__
1.2758 +
1.2759 +#endif
1.2760 +void
1.2761 +oil_diff8x8_average_s16_u8 (int16_t * d_8x8, const uint8_t * s1_8x8, int ss1, const uint8_t * s2_8x8, int ss2, const uint8_t * s3_8x8, int ss3)
1.2762 +{
1.2763 + if (_oil_function_class_diff8x8_average_s16_u8.func == NULL) {
1.2764 + oil_class_optimize (&_oil_function_class_diff8x8_average_s16_u8);
1.2765 + }
1.2766 + ((void (*)(int16_t * d_8x8, const uint8_t * s1_8x8, int ss1, const uint8_t * s2_8x8, int ss2, const uint8_t * s3_8x8, int ss3))(_oil_function_class_diff8x8_average_s16_u8.func))(d_8x8, s1_8x8, ss1, s2_8x8, ss2, s3_8x8, ss3);
1.2767 +}
1.2768 +
1.2769 +#undef oil_diff8x8_const128_s16_u8
1.2770 +#ifdef __SYMBIAN32__
1.2771 +
1.2772 +#endif
1.2773 +void
1.2774 +oil_diff8x8_const128_s16_u8 (int16_t * d_8x8, const uint8_t * s1_8x8, int ss1)
1.2775 +{
1.2776 + if (_oil_function_class_diff8x8_const128_s16_u8.func == NULL) {
1.2777 + oil_class_optimize (&_oil_function_class_diff8x8_const128_s16_u8);
1.2778 + }
1.2779 + ((void (*)(int16_t * d_8x8, const uint8_t * s1_8x8, int ss1))(_oil_function_class_diff8x8_const128_s16_u8.func))(d_8x8, s1_8x8, ss1);
1.2780 +}
1.2781 +
1.2782 +#undef oil_diff8x8_s16_u8
1.2783 +#ifdef __SYMBIAN32__
1.2784 +
1.2785 +#endif
1.2786 +void
1.2787 +oil_diff8x8_s16_u8 (int16_t * d_8x8, const uint8_t * s1_8x8, int ss1, const uint8_t * s2_8x8, int ss2)
1.2788 +{
1.2789 + if (_oil_function_class_diff8x8_s16_u8.func == NULL) {
1.2790 + oil_class_optimize (&_oil_function_class_diff8x8_s16_u8);
1.2791 + }
1.2792 + ((void (*)(int16_t * d_8x8, const uint8_t * s1_8x8, int ss1, const uint8_t * s2_8x8, int ss2))(_oil_function_class_diff8x8_s16_u8.func))(d_8x8, s1_8x8, ss1, s2_8x8, ss2);
1.2793 +}
1.2794 +
1.2795 +#undef oil_diffsquaresum_f32
1.2796 +#ifdef __SYMBIAN32__
1.2797 +
1.2798 +#endif
1.2799 +void
1.2800 +oil_diffsquaresum_f32 (float * d_1, const float * src1, int sstr1, const float * src2, int sstr2, int n)
1.2801 +{
1.2802 + if (_oil_function_class_diffsquaresum_f32.func == NULL) {
1.2803 + oil_class_optimize (&_oil_function_class_diffsquaresum_f32);
1.2804 + }
1.2805 + ((void (*)(float * d_1, const float * src1, int sstr1, const float * src2, int sstr2, int n))(_oil_function_class_diffsquaresum_f32.func))(d_1, src1, sstr1, src2, sstr2, n);
1.2806 +}
1.2807 +
1.2808 +#undef oil_diffsquaresum_f64
1.2809 +#ifdef __SYMBIAN32__
1.2810 +
1.2811 +#endif
1.2812 +void
1.2813 +oil_diffsquaresum_f64 (double * d_1, const double * src1, int sstr1, const double * src2, int sstr2, int n)
1.2814 +{
1.2815 + if (_oil_function_class_diffsquaresum_f64.func == NULL) {
1.2816 + oil_class_optimize (&_oil_function_class_diffsquaresum_f64);
1.2817 + }
1.2818 + ((void (*)(double * d_1, const double * src1, int sstr1, const double * src2, int sstr2, int n))(_oil_function_class_diffsquaresum_f64.func))(d_1, src1, sstr1, src2, sstr2, n);
1.2819 +}
1.2820 +
1.2821 +#undef oil_divide_f32
1.2822 +#ifdef __SYMBIAN32__
1.2823 +
1.2824 +#endif
1.2825 +void
1.2826 +oil_divide_f32 (float * d, const float * s1, const float * s2, int n)
1.2827 +{
1.2828 + if (_oil_function_class_divide_f32.func == NULL) {
1.2829 + oil_class_optimize (&_oil_function_class_divide_f32);
1.2830 + }
1.2831 + ((void (*)(float * d, const float * s1, const float * s2, int n))(_oil_function_class_divide_f32.func))(d, s1, s2, n);
1.2832 +}
1.2833 +
1.2834 +#undef oil_divide_f64
1.2835 +#ifdef __SYMBIAN32__
1.2836 +
1.2837 +#endif
1.2838 +void
1.2839 +oil_divide_f64 (double * d, const double * s1, const double * s2, int n)
1.2840 +{
1.2841 + if (_oil_function_class_divide_f64.func == NULL) {
1.2842 + oil_class_optimize (&_oil_function_class_divide_f64);
1.2843 + }
1.2844 + ((void (*)(double * d, const double * s1, const double * s2, int n))(_oil_function_class_divide_f64.func))(d, s1, s2, n);
1.2845 +}
1.2846 +
1.2847 +#undef oil_err_inter8x8_u8
1.2848 +#ifdef __SYMBIAN32__
1.2849 +
1.2850 +#endif
1.2851 +void
1.2852 +oil_err_inter8x8_u8 (uint32_t * d_1, const uint8_t * s1_8x8, int ss1, const uint8_t * s2_8x8, int ss2)
1.2853 +{
1.2854 + if (_oil_function_class_err_inter8x8_u8.func == NULL) {
1.2855 + oil_class_optimize (&_oil_function_class_err_inter8x8_u8);
1.2856 + }
1.2857 + ((void (*)(uint32_t * d_1, const uint8_t * s1_8x8, int ss1, const uint8_t * s2_8x8, int ss2))(_oil_function_class_err_inter8x8_u8.func))(d_1, s1_8x8, ss1, s2_8x8, ss2);
1.2858 +}
1.2859 +
1.2860 +#undef oil_err_inter8x8_u8_avg
1.2861 +#ifdef __SYMBIAN32__
1.2862 +
1.2863 +#endif
1.2864 +void
1.2865 +oil_err_inter8x8_u8_avg (uint32_t * d_1, const uint8_t * s1_8x8, int ss1, const uint8_t * s2_8x8, const uint8_t * s3_8x8, int ss2)
1.2866 +{
1.2867 + if (_oil_function_class_err_inter8x8_u8_avg.func == NULL) {
1.2868 + oil_class_optimize (&_oil_function_class_err_inter8x8_u8_avg);
1.2869 + }
1.2870 + ((void (*)(uint32_t * d_1, const uint8_t * s1_8x8, int ss1, const uint8_t * s2_8x8, const uint8_t * s3_8x8, int ss2))(_oil_function_class_err_inter8x8_u8_avg.func))(d_1, s1_8x8, ss1, s2_8x8, s3_8x8, ss2);
1.2871 +}
1.2872 +
1.2873 +#undef oil_err_intra8x8_u8
1.2874 +#ifdef __SYMBIAN32__
1.2875 +
1.2876 +#endif
1.2877 +void
1.2878 +oil_err_intra8x8_u8 (uint32_t * d_1, const uint8_t * s1_8x8, int ss1)
1.2879 +{
1.2880 + if (_oil_function_class_err_intra8x8_u8.func == NULL) {
1.2881 + oil_class_optimize (&_oil_function_class_err_intra8x8_u8);
1.2882 + }
1.2883 + ((void (*)(uint32_t * d_1, const uint8_t * s1_8x8, int ss1))(_oil_function_class_err_intra8x8_u8.func))(d_1, s1_8x8, ss1);
1.2884 +}
1.2885 +
1.2886 +#undef oil_fdct8_f64
1.2887 +#ifdef __SYMBIAN32__
1.2888 +
1.2889 +#endif
1.2890 +void
1.2891 +oil_fdct8_f64 (double * d_8, const double * s_8, int dstr, int sstr)
1.2892 +{
1.2893 + if (_oil_function_class_fdct8_f64.func == NULL) {
1.2894 + oil_class_optimize (&_oil_function_class_fdct8_f64);
1.2895 + }
1.2896 + ((void (*)(double * d_8, const double * s_8, int dstr, int sstr))(_oil_function_class_fdct8_f64.func))(d_8, s_8, dstr, sstr);
1.2897 +}
1.2898 +
1.2899 +#undef oil_fdct8x8_f64
1.2900 +#ifdef __SYMBIAN32__
1.2901 +
1.2902 +#endif
1.2903 +void
1.2904 +oil_fdct8x8_f64 (double * d_8x8, int dstr, const double * s_8x8, int sstr)
1.2905 +{
1.2906 + if (_oil_function_class_fdct8x8_f64.func == NULL) {
1.2907 + oil_class_optimize (&_oil_function_class_fdct8x8_f64);
1.2908 + }
1.2909 + ((void (*)(double * d_8x8, int dstr, const double * s_8x8, int sstr))(_oil_function_class_fdct8x8_f64.func))(d_8x8, dstr, s_8x8, sstr);
1.2910 +}
1.2911 +
1.2912 +#undef oil_fdct8x8s_s16
1.2913 +#ifdef __SYMBIAN32__
1.2914 +
1.2915 +#endif
1.2916 +void
1.2917 +oil_fdct8x8s_s16 (int16_t * d_8x8, int ds, const int16_t * s_8x8, int ss)
1.2918 +{
1.2919 + if (_oil_function_class_fdct8x8s_s16.func == NULL) {
1.2920 + oil_class_optimize (&_oil_function_class_fdct8x8s_s16);
1.2921 + }
1.2922 + ((void (*)(int16_t * d_8x8, int ds, const int16_t * s_8x8, int ss))(_oil_function_class_fdct8x8s_s16.func))(d_8x8, ds, s_8x8, ss);
1.2923 +}
1.2924 +
1.2925 +#undef oil_fdct8x8theora
1.2926 +#ifdef __SYMBIAN32__
1.2927 +
1.2928 +#endif
1.2929 +void
1.2930 +oil_fdct8x8theora (const int16_t * s_8x8, int16_t * d_8x8)
1.2931 +{
1.2932 + if (_oil_function_class_fdct8x8theora.func == NULL) {
1.2933 + oil_class_optimize (&_oil_function_class_fdct8x8theora);
1.2934 + }
1.2935 + ((void (*)(const int16_t * s_8x8, int16_t * d_8x8))(_oil_function_class_fdct8x8theora.func))(s_8x8, d_8x8);
1.2936 +}
1.2937 +
1.2938 +#undef oil_floor_f32
1.2939 +#ifdef __SYMBIAN32__
1.2940 +
1.2941 +#endif
1.2942 +void
1.2943 +oil_floor_f32 (float * d, const float * s, int n)
1.2944 +{
1.2945 + if (_oil_function_class_floor_f32.func == NULL) {
1.2946 + oil_class_optimize (&_oil_function_class_floor_f32);
1.2947 + }
1.2948 + ((void (*)(float * d, const float * s, int n))(_oil_function_class_floor_f32.func))(d, s, n);
1.2949 +}
1.2950 +
1.2951 +#undef oil_idct8_f64
1.2952 +#ifdef __SYMBIAN32__
1.2953 +
1.2954 +#endif
1.2955 +void
1.2956 +oil_idct8_f64 (double * d_8, int dstr, const double * s_8, int sstr)
1.2957 +{
1.2958 + if (_oil_function_class_idct8_f64.func == NULL) {
1.2959 + oil_class_optimize (&_oil_function_class_idct8_f64);
1.2960 + }
1.2961 + ((void (*)(double * d_8, int dstr, const double * s_8, int sstr))(_oil_function_class_idct8_f64.func))(d_8, dstr, s_8, sstr);
1.2962 +}
1.2963 +
1.2964 +#undef oil_idct8theora_s16
1.2965 +#ifdef __SYMBIAN32__
1.2966 +
1.2967 +#endif
1.2968 +void
1.2969 +oil_idct8theora_s16 (int16_t * d_8, int dstr, const int16_t * s_8, int sstr)
1.2970 +{
1.2971 + if (_oil_function_class_idct8theora_s16.func == NULL) {
1.2972 + oil_class_optimize (&_oil_function_class_idct8theora_s16);
1.2973 + }
1.2974 + ((void (*)(int16_t * d_8, int dstr, const int16_t * s_8, int sstr))(_oil_function_class_idct8theora_s16.func))(d_8, dstr, s_8, sstr);
1.2975 +}
1.2976 +
1.2977 +#undef oil_idct8x8_f64
1.2978 +#ifdef __SYMBIAN32__
1.2979 +
1.2980 +#endif
1.2981 +void
1.2982 +oil_idct8x8_f64 (double * d_8x8, int dstr, const double * s_8x8, int sstr)
1.2983 +{
1.2984 + if (_oil_function_class_idct8x8_f64.func == NULL) {
1.2985 + oil_class_optimize (&_oil_function_class_idct8x8_f64);
1.2986 + }
1.2987 + ((void (*)(double * d_8x8, int dstr, const double * s_8x8, int sstr))(_oil_function_class_idct8x8_f64.func))(d_8x8, dstr, s_8x8, sstr);
1.2988 +}
1.2989 +
1.2990 +#undef oil_idct8x8_s16
1.2991 +#ifdef __SYMBIAN32__
1.2992 +
1.2993 +#endif
1.2994 +void
1.2995 +oil_idct8x8_s16 (int16_t * d_8x8, int dstr, const int16_t * s_8x8, int sstr)
1.2996 +{
1.2997 + if (_oil_function_class_idct8x8_s16.func == NULL) {
1.2998 + oil_class_optimize (&_oil_function_class_idct8x8_s16);
1.2999 + }
1.3000 + ((void (*)(int16_t * d_8x8, int dstr, const int16_t * s_8x8, int sstr))(_oil_function_class_idct8x8_s16.func))(d_8x8, dstr, s_8x8, sstr);
1.3001 +}
1.3002 +
1.3003 +#undef oil_idct8x8lim10_f64
1.3004 +#ifdef __SYMBIAN32__
1.3005 +
1.3006 +#endif
1.3007 +void
1.3008 +oil_idct8x8lim10_f64 (double * d_8x8, int dstr, const double * s_8x8, int sstr)
1.3009 +{
1.3010 + if (_oil_function_class_idct8x8lim10_f64.func == NULL) {
1.3011 + oil_class_optimize (&_oil_function_class_idct8x8lim10_f64);
1.3012 + }
1.3013 + ((void (*)(double * d_8x8, int dstr, const double * s_8x8, int sstr))(_oil_function_class_idct8x8lim10_f64.func))(d_8x8, dstr, s_8x8, sstr);
1.3014 +}
1.3015 +
1.3016 +#undef oil_idct8x8lim10_s16
1.3017 +#ifdef __SYMBIAN32__
1.3018 +
1.3019 +#endif
1.3020 +void
1.3021 +oil_idct8x8lim10_s16 (int16_t * d_8x8, int dstr, const int16_t * s_8x8, int sstr)
1.3022 +{
1.3023 + if (_oil_function_class_idct8x8lim10_s16.func == NULL) {
1.3024 + oil_class_optimize (&_oil_function_class_idct8x8lim10_s16);
1.3025 + }
1.3026 + ((void (*)(int16_t * d_8x8, int dstr, const int16_t * s_8x8, int sstr))(_oil_function_class_idct8x8lim10_s16.func))(d_8x8, dstr, s_8x8, sstr);
1.3027 +}
1.3028 +
1.3029 +#undef oil_idct8x8theora_s16
1.3030 +#ifdef __SYMBIAN32__
1.3031 +
1.3032 +#endif
1.3033 +void
1.3034 +oil_idct8x8theora_s16 (int16_t * d_8x8, int dstr, const int16_t * s_8x8, int sstr)
1.3035 +{
1.3036 + if (_oil_function_class_idct8x8theora_s16.func == NULL) {
1.3037 + oil_class_optimize (&_oil_function_class_idct8x8theora_s16);
1.3038 + }
1.3039 + ((void (*)(int16_t * d_8x8, int dstr, const int16_t * s_8x8, int sstr))(_oil_function_class_idct8x8theora_s16.func))(d_8x8, dstr, s_8x8, sstr);
1.3040 +}
1.3041 +
1.3042 +#undef oil_imdct12_f64
1.3043 +#ifdef __SYMBIAN32__
1.3044 +
1.3045 +#endif
1.3046 +void
1.3047 +oil_imdct12_f64 (double * d_12, const double * s_6)
1.3048 +{
1.3049 + if (_oil_function_class_imdct12_f64.func == NULL) {
1.3050 + oil_class_optimize (&_oil_function_class_imdct12_f64);
1.3051 + }
1.3052 + ((void (*)(double * d_12, const double * s_6))(_oil_function_class_imdct12_f64.func))(d_12, s_6);
1.3053 +}
1.3054 +
1.3055 +#undef oil_imdct32_f32
1.3056 +#ifdef __SYMBIAN32__
1.3057 +
1.3058 +#endif
1.3059 +void
1.3060 +oil_imdct32_f32 (float * d_32, const float * s_32)
1.3061 +{
1.3062 + if (_oil_function_class_imdct32_f32.func == NULL) {
1.3063 + oil_class_optimize (&_oil_function_class_imdct32_f32);
1.3064 + }
1.3065 + ((void (*)(float * d_32, const float * s_32))(_oil_function_class_imdct32_f32.func))(d_32, s_32);
1.3066 +}
1.3067 +
1.3068 +#undef oil_imdct36_f64
1.3069 +#ifdef __SYMBIAN32__
1.3070 +
1.3071 +#endif
1.3072 +void
1.3073 +oil_imdct36_f64 (double * d_36, const double * s_18)
1.3074 +{
1.3075 + if (_oil_function_class_imdct36_f64.func == NULL) {
1.3076 + oil_class_optimize (&_oil_function_class_imdct36_f64);
1.3077 + }
1.3078 + ((void (*)(double * d_36, const double * s_18))(_oil_function_class_imdct36_f64.func))(d_36, s_18);
1.3079 +}
1.3080 +
1.3081 +#undef oil_interleave
1.3082 +#ifdef __SYMBIAN32__
1.3083 +
1.3084 +#endif
1.3085 +void
1.3086 +oil_interleave (int16_t * d_2xn, const int16_t * s_2xn, int n)
1.3087 +{
1.3088 + if (_oil_function_class_interleave.func == NULL) {
1.3089 + oil_class_optimize (&_oil_function_class_interleave);
1.3090 + }
1.3091 + ((void (*)(int16_t * d_2xn, const int16_t * s_2xn, int n))(_oil_function_class_interleave.func))(d_2xn, s_2xn, n);
1.3092 +}
1.3093 +
1.3094 +#undef oil_interleave2_s16
1.3095 +#ifdef __SYMBIAN32__
1.3096 +
1.3097 +#endif
1.3098 +void
1.3099 +oil_interleave2_s16 (int16_t * d_2xn, const int16_t * s1_n, const int16_t * s2_n, int n)
1.3100 +{
1.3101 + if (_oil_function_class_interleave2_s16.func == NULL) {
1.3102 + oil_class_optimize (&_oil_function_class_interleave2_s16);
1.3103 + }
1.3104 + ((void (*)(int16_t * d_2xn, const int16_t * s1_n, const int16_t * s2_n, int n))(_oil_function_class_interleave2_s16.func))(d_2xn, s1_n, s2_n, n);
1.3105 +}
1.3106 +
1.3107 +#undef oil_inverse_f32
1.3108 +#ifdef __SYMBIAN32__
1.3109 +
1.3110 +#endif
1.3111 +void
1.3112 +oil_inverse_f32 (float * d, const float * s, int n)
1.3113 +{
1.3114 + if (_oil_function_class_inverse_f32.func == NULL) {
1.3115 + oil_class_optimize (&_oil_function_class_inverse_f32);
1.3116 + }
1.3117 + ((void (*)(float * d, const float * s, int n))(_oil_function_class_inverse_f32.func))(d, s, n);
1.3118 +}
1.3119 +
1.3120 +#undef oil_lift_add_135
1.3121 +#ifdef __SYMBIAN32__
1.3122 +
1.3123 +#endif
1.3124 +void
1.3125 +oil_lift_add_135 (int16_t * d, const int16_t * s1, const int16_t * s2, const int16_t * s3, const int16_t * s4, const int16_t * s5, int n)
1.3126 +{
1.3127 + if (_oil_function_class_lift_add_135.func == NULL) {
1.3128 + oil_class_optimize (&_oil_function_class_lift_add_135);
1.3129 + }
1.3130 + ((void (*)(int16_t * d, const int16_t * s1, const int16_t * s2, const int16_t * s3, const int16_t * s4, const int16_t * s5, int n))(_oil_function_class_lift_add_135.func))(d, s1, s2, s3, s4, s5, n);
1.3131 +}
1.3132 +
1.3133 +#undef oil_lift_add_mult_shift12
1.3134 +#ifdef __SYMBIAN32__
1.3135 +
1.3136 +#endif
1.3137 +void
1.3138 +oil_lift_add_mult_shift12 (int16_t * d, const int16_t * s1, const int16_t * s2, const int16_t * s3, const int16_t * s4_1, int n)
1.3139 +{
1.3140 + if (_oil_function_class_lift_add_mult_shift12.func == NULL) {
1.3141 + oil_class_optimize (&_oil_function_class_lift_add_mult_shift12);
1.3142 + }
1.3143 + ((void (*)(int16_t * d, const int16_t * s1, const int16_t * s2, const int16_t * s3, const int16_t * s4_1, int n))(_oil_function_class_lift_add_mult_shift12.func))(d, s1, s2, s3, s4_1, n);
1.3144 +}
1.3145 +
1.3146 +#undef oil_lift_add_shift1
1.3147 +#ifdef __SYMBIAN32__
1.3148 +
1.3149 +#endif
1.3150 +void
1.3151 +oil_lift_add_shift1 (int16_t * d, const int16_t * s1, const int16_t * s2, const int16_t * s3, int n)
1.3152 +{
1.3153 + if (_oil_function_class_lift_add_shift1.func == NULL) {
1.3154 + oil_class_optimize (&_oil_function_class_lift_add_shift1);
1.3155 + }
1.3156 + ((void (*)(int16_t * d, const int16_t * s1, const int16_t * s2, const int16_t * s3, int n))(_oil_function_class_lift_add_shift1.func))(d, s1, s2, s3, n);
1.3157 +}
1.3158 +
1.3159 +#undef oil_lift_add_shift2
1.3160 +#ifdef __SYMBIAN32__
1.3161 +
1.3162 +#endif
1.3163 +void
1.3164 +oil_lift_add_shift2 (int16_t * d, const int16_t * s1, const int16_t * s2, const int16_t * s3, int n)
1.3165 +{
1.3166 + if (_oil_function_class_lift_add_shift2.func == NULL) {
1.3167 + oil_class_optimize (&_oil_function_class_lift_add_shift2);
1.3168 + }
1.3169 + ((void (*)(int16_t * d, const int16_t * s1, const int16_t * s2, const int16_t * s3, int n))(_oil_function_class_lift_add_shift2.func))(d, s1, s2, s3, n);
1.3170 +}
1.3171 +
1.3172 +#undef oil_lift_sub_135
1.3173 +#ifdef __SYMBIAN32__
1.3174 +
1.3175 +#endif
1.3176 +void
1.3177 +oil_lift_sub_135 (int16_t * d, const int16_t * s1, const int16_t * s2, const int16_t * s3, const int16_t * s4, const int16_t * s5, int n)
1.3178 +{
1.3179 + if (_oil_function_class_lift_sub_135.func == NULL) {
1.3180 + oil_class_optimize (&_oil_function_class_lift_sub_135);
1.3181 + }
1.3182 + ((void (*)(int16_t * d, const int16_t * s1, const int16_t * s2, const int16_t * s3, const int16_t * s4, const int16_t * s5, int n))(_oil_function_class_lift_sub_135.func))(d, s1, s2, s3, s4, s5, n);
1.3183 +}
1.3184 +
1.3185 +#undef oil_lift_sub_mult_shift12
1.3186 +#ifdef __SYMBIAN32__
1.3187 +
1.3188 +#endif
1.3189 +void
1.3190 +oil_lift_sub_mult_shift12 (int16_t * d, const int16_t * s1, const int16_t * s2, const int16_t * s3, const int16_t * s4_1, int n)
1.3191 +{
1.3192 + if (_oil_function_class_lift_sub_mult_shift12.func == NULL) {
1.3193 + oil_class_optimize (&_oil_function_class_lift_sub_mult_shift12);
1.3194 + }
1.3195 + ((void (*)(int16_t * d, const int16_t * s1, const int16_t * s2, const int16_t * s3, const int16_t * s4_1, int n))(_oil_function_class_lift_sub_mult_shift12.func))(d, s1, s2, s3, s4_1, n);
1.3196 +}
1.3197 +
1.3198 +#undef oil_lift_sub_shift1
1.3199 +#ifdef __SYMBIAN32__
1.3200 +
1.3201 +#endif
1.3202 +void
1.3203 +oil_lift_sub_shift1 (int16_t * d, const int16_t * s1, const int16_t * s2, const int16_t * s3, int n)
1.3204 +{
1.3205 + if (_oil_function_class_lift_sub_shift1.func == NULL) {
1.3206 + oil_class_optimize (&_oil_function_class_lift_sub_shift1);
1.3207 + }
1.3208 + ((void (*)(int16_t * d, const int16_t * s1, const int16_t * s2, const int16_t * s3, int n))(_oil_function_class_lift_sub_shift1.func))(d, s1, s2, s3, n);
1.3209 +}
1.3210 +
1.3211 +#undef oil_lift_sub_shift2
1.3212 +#ifdef __SYMBIAN32__
1.3213 +
1.3214 +#endif
1.3215 +void
1.3216 +oil_lift_sub_shift2 (int16_t * d, const int16_t * s1, const int16_t * s2, const int16_t * s3, int n)
1.3217 +{
1.3218 + if (_oil_function_class_lift_sub_shift2.func == NULL) {
1.3219 + oil_class_optimize (&_oil_function_class_lift_sub_shift2);
1.3220 + }
1.3221 + ((void (*)(int16_t * d, const int16_t * s1, const int16_t * s2, const int16_t * s3, int n))(_oil_function_class_lift_sub_shift2.func))(d, s1, s2, s3, n);
1.3222 +}
1.3223 +
1.3224 +#undef oil_lshift_s16
1.3225 +#ifdef __SYMBIAN32__
1.3226 +
1.3227 +#endif
1.3228 +void
1.3229 +oil_lshift_s16 (int16_t * d1, const int16_t * s1, const int16_t * s2_1, int n)
1.3230 +{
1.3231 + if (_oil_function_class_lshift_s16.func == NULL) {
1.3232 + oil_class_optimize (&_oil_function_class_lshift_s16);
1.3233 + }
1.3234 + ((void (*)(int16_t * d1, const int16_t * s1, const int16_t * s2_1, int n))(_oil_function_class_lshift_s16.func))(d1, s1, s2_1, n);
1.3235 +}
1.3236 +
1.3237 +#undef oil_mas10_u8
1.3238 +#ifdef __SYMBIAN32__
1.3239 +
1.3240 +#endif
1.3241 +void
1.3242 +oil_mas10_u8 (uint8_t * d, const uint8_t * s1_np9, const int16_t * s2_10, const int16_t * s3_2, int n)
1.3243 +{
1.3244 + if (_oil_function_class_mas10_u8.func == NULL) {
1.3245 + oil_class_optimize (&_oil_function_class_mas10_u8);
1.3246 + }
1.3247 + ((void (*)(uint8_t * d, const uint8_t * s1_np9, const int16_t * s2_10, const int16_t * s3_2, int n))(_oil_function_class_mas10_u8.func))(d, s1_np9, s2_10, s3_2, n);
1.3248 +}
1.3249 +
1.3250 +#undef oil_mas10_u8_l15
1.3251 +#ifdef __SYMBIAN32__
1.3252 +
1.3253 +#endif
1.3254 +void
1.3255 +oil_mas10_u8_l15 (uint8_t * d, const uint8_t * s1_np9, const int16_t * s2_10, const int16_t * s3_2, int n)
1.3256 +{
1.3257 + if (_oil_function_class_mas10_u8_l15.func == NULL) {
1.3258 + oil_class_optimize (&_oil_function_class_mas10_u8_l15);
1.3259 + }
1.3260 + ((void (*)(uint8_t * d, const uint8_t * s1_np9, const int16_t * s2_10, const int16_t * s3_2, int n))(_oil_function_class_mas10_u8_l15.func))(d, s1_np9, s2_10, s3_2, n);
1.3261 +}
1.3262 +
1.3263 +#undef oil_mas10_u8_sym_l15
1.3264 +#ifdef __SYMBIAN32__
1.3265 +
1.3266 +#endif
1.3267 +void
1.3268 +oil_mas10_u8_sym_l15 (uint8_t * d, const uint8_t * s1_np9, const int16_t * s2_10, const int16_t * s3_2, int n)
1.3269 +{
1.3270 + if (_oil_function_class_mas10_u8_sym_l15.func == NULL) {
1.3271 + oil_class_optimize (&_oil_function_class_mas10_u8_sym_l15);
1.3272 + }
1.3273 + ((void (*)(uint8_t * d, const uint8_t * s1_np9, const int16_t * s2_10, const int16_t * s3_2, int n))(_oil_function_class_mas10_u8_sym_l15.func))(d, s1_np9, s2_10, s3_2, n);
1.3274 +}
1.3275 +
1.3276 +#undef oil_mas12_addc_rshift_decim2_u8
1.3277 +#ifdef __SYMBIAN32__
1.3278 +
1.3279 +#endif
1.3280 +void
1.3281 +oil_mas12_addc_rshift_decim2_u8 (uint8_t * d, const uint8_t * s1_2xnp11, const int16_t * s2_12, const int16_t * s3_2, int n)
1.3282 +{
1.3283 + if (_oil_function_class_mas12_addc_rshift_decim2_u8.func == NULL) {
1.3284 + oil_class_optimize (&_oil_function_class_mas12_addc_rshift_decim2_u8);
1.3285 + }
1.3286 + ((void (*)(uint8_t * d, const uint8_t * s1_2xnp11, const int16_t * s2_12, const int16_t * s3_2, int n))(_oil_function_class_mas12_addc_rshift_decim2_u8.func))(d, s1_2xnp11, s2_12, s3_2, n);
1.3287 +}
1.3288 +
1.3289 +#undef oil_mas2_across_add_s16
1.3290 +#ifdef __SYMBIAN32__
1.3291 +
1.3292 +#endif
1.3293 +void
1.3294 +oil_mas2_across_add_s16 (int16_t * d, const int16_t * s1, const int16_t * s2, const int16_t * s3, const int16_t * s4_2, const int16_t * s5_2, int n)
1.3295 +{
1.3296 + if (_oil_function_class_mas2_across_add_s16.func == NULL) {
1.3297 + oil_class_optimize (&_oil_function_class_mas2_across_add_s16);
1.3298 + }
1.3299 + ((void (*)(int16_t * d, const int16_t * s1, const int16_t * s2, const int16_t * s3, const int16_t * s4_2, const int16_t * s5_2, int n))(_oil_function_class_mas2_across_add_s16.func))(d, s1, s2, s3, s4_2, s5_2, n);
1.3300 +}
1.3301 +
1.3302 +#undef oil_mas2_add_s16
1.3303 +#ifdef __SYMBIAN32__
1.3304 +
1.3305 +#endif
1.3306 +void
1.3307 +oil_mas2_add_s16 (int16_t * d, const int16_t * s1, const int16_t * s2_np1, const int16_t * s3_2, const int16_t * s4_2, int n)
1.3308 +{
1.3309 + if (_oil_function_class_mas2_add_s16.func == NULL) {
1.3310 + oil_class_optimize (&_oil_function_class_mas2_add_s16);
1.3311 + }
1.3312 + ((void (*)(int16_t * d, const int16_t * s1, const int16_t * s2_np1, const int16_t * s3_2, const int16_t * s4_2, int n))(_oil_function_class_mas2_add_s16.func))(d, s1, s2_np1, s3_2, s4_2, n);
1.3313 +}
1.3314 +
1.3315 +#undef oil_mas4_across_add_s16
1.3316 +#ifdef __SYMBIAN32__
1.3317 +
1.3318 +#endif
1.3319 +void
1.3320 +oil_mas4_across_add_s16 (int16_t * d, const int16_t * s1, const int16_t * s2_nx4, int sstr2, const int16_t * s3_4, const int16_t * s4_2, int n)
1.3321 +{
1.3322 + if (_oil_function_class_mas4_across_add_s16.func == NULL) {
1.3323 + oil_class_optimize (&_oil_function_class_mas4_across_add_s16);
1.3324 + }
1.3325 + ((void (*)(int16_t * d, const int16_t * s1, const int16_t * s2_nx4, int sstr2, const int16_t * s3_4, const int16_t * s4_2, int n))(_oil_function_class_mas4_across_add_s16.func))(d, s1, s2_nx4, sstr2, s3_4, s4_2, n);
1.3326 +}
1.3327 +
1.3328 +#undef oil_mas4_add_s16
1.3329 +#ifdef __SYMBIAN32__
1.3330 +
1.3331 +#endif
1.3332 +void
1.3333 +oil_mas4_add_s16 (int16_t * d, const int16_t * s1, const int16_t * s2_np3, const int16_t * s3_4, const int16_t * s4_2, int n)
1.3334 +{
1.3335 + if (_oil_function_class_mas4_add_s16.func == NULL) {
1.3336 + oil_class_optimize (&_oil_function_class_mas4_add_s16);
1.3337 + }
1.3338 + ((void (*)(int16_t * d, const int16_t * s1, const int16_t * s2_np3, const int16_t * s3_4, const int16_t * s4_2, int n))(_oil_function_class_mas4_add_s16.func))(d, s1, s2_np3, s3_4, s4_2, n);
1.3339 +}
1.3340 +
1.3341 +#undef oil_mas8_across_add_s16
1.3342 +#ifdef __SYMBIAN32__
1.3343 +
1.3344 +#endif
1.3345 +void
1.3346 +oil_mas8_across_add_s16 (int16_t * d, const int16_t * s1, const int16_t * s2_nx8, int sstr2, const int16_t * s3_8, const int16_t * s4_2, int n)
1.3347 +{
1.3348 + if (_oil_function_class_mas8_across_add_s16.func == NULL) {
1.3349 + oil_class_optimize (&_oil_function_class_mas8_across_add_s16);
1.3350 + }
1.3351 + ((void (*)(int16_t * d, const int16_t * s1, const int16_t * s2_nx8, int sstr2, const int16_t * s3_8, const int16_t * s4_2, int n))(_oil_function_class_mas8_across_add_s16.func))(d, s1, s2_nx8, sstr2, s3_8, s4_2, n);
1.3352 +}
1.3353 +
1.3354 +#undef oil_mas8_across_u8
1.3355 +#ifdef __SYMBIAN32__
1.3356 +
1.3357 +#endif
1.3358 +void
1.3359 +oil_mas8_across_u8 (uint8_t * d, const uint8_t * s1_nx8, int sstr1, const int16_t * s2_8, const int16_t * s3_2, int n)
1.3360 +{
1.3361 + if (_oil_function_class_mas8_across_u8.func == NULL) {
1.3362 + oil_class_optimize (&_oil_function_class_mas8_across_u8);
1.3363 + }
1.3364 + ((void (*)(uint8_t * d, const uint8_t * s1_nx8, int sstr1, const int16_t * s2_8, const int16_t * s3_2, int n))(_oil_function_class_mas8_across_u8.func))(d, s1_nx8, sstr1, s2_8, s3_2, n);
1.3365 +}
1.3366 +
1.3367 +#undef oil_mas8_add_s16
1.3368 +#ifdef __SYMBIAN32__
1.3369 +
1.3370 +#endif
1.3371 +void
1.3372 +oil_mas8_add_s16 (int16_t * d, const int16_t * s1, const int16_t * s2_np7, const int16_t * s3_8, const int16_t * s4_2, int n)
1.3373 +{
1.3374 + if (_oil_function_class_mas8_add_s16.func == NULL) {
1.3375 + oil_class_optimize (&_oil_function_class_mas8_add_s16);
1.3376 + }
1.3377 + ((void (*)(int16_t * d, const int16_t * s1, const int16_t * s2_np7, const int16_t * s3_8, const int16_t * s4_2, int n))(_oil_function_class_mas8_add_s16.func))(d, s1, s2_np7, s3_8, s4_2, n);
1.3378 +}
1.3379 +
1.3380 +#undef oil_mas8_addc_rshift_decim2_u8
1.3381 +#ifdef __SYMBIAN32__
1.3382 +
1.3383 +#endif
1.3384 +void
1.3385 +oil_mas8_addc_rshift_decim2_u8 (uint8_t * d, const uint8_t * s1_2xnp9, const int16_t * s2_8, const int16_t * s3_2, int n)
1.3386 +{
1.3387 + if (_oil_function_class_mas8_addc_rshift_decim2_u8.func == NULL) {
1.3388 + oil_class_optimize (&_oil_function_class_mas8_addc_rshift_decim2_u8);
1.3389 + }
1.3390 + ((void (*)(uint8_t * d, const uint8_t * s1_2xnp9, const int16_t * s2_8, const int16_t * s3_2, int n))(_oil_function_class_mas8_addc_rshift_decim2_u8.func))(d, s1_2xnp9, s2_8, s3_2, n);
1.3391 +}
1.3392 +
1.3393 +#undef oil_mas8_u8
1.3394 +#ifdef __SYMBIAN32__
1.3395 +
1.3396 +#endif
1.3397 +void
1.3398 +oil_mas8_u8 (uint8_t * d, const uint8_t * s1_np7, const int16_t * s2_8, const int16_t * s3_2, int n)
1.3399 +{
1.3400 + if (_oil_function_class_mas8_u8.func == NULL) {
1.3401 + oil_class_optimize (&_oil_function_class_mas8_u8);
1.3402 + }
1.3403 + ((void (*)(uint8_t * d, const uint8_t * s1_np7, const int16_t * s2_8, const int16_t * s3_2, int n))(_oil_function_class_mas8_u8.func))(d, s1_np7, s2_8, s3_2, n);
1.3404 +}
1.3405 +
1.3406 +#undef oil_mas8_u8_l15
1.3407 +#ifdef __SYMBIAN32__
1.3408 +
1.3409 +#endif
1.3410 +void
1.3411 +oil_mas8_u8_l15 (uint8_t * d, const uint8_t * s1_np7, const int16_t * s2_8, const int16_t * s3_2, int n)
1.3412 +{
1.3413 + if (_oil_function_class_mas8_u8_l15.func == NULL) {
1.3414 + oil_class_optimize (&_oil_function_class_mas8_u8_l15);
1.3415 + }
1.3416 + ((void (*)(uint8_t * d, const uint8_t * s1_np7, const int16_t * s2_8, const int16_t * s3_2, int n))(_oil_function_class_mas8_u8_l15.func))(d, s1_np7, s2_8, s3_2, n);
1.3417 +}
1.3418 +
1.3419 +#undef oil_mas8_u8_sym_l15
1.3420 +#ifdef __SYMBIAN32__
1.3421 +
1.3422 +#endif
1.3423 +void
1.3424 +oil_mas8_u8_sym_l15 (uint8_t * d, const uint8_t * s1_np7, const int16_t * s2_8, const int16_t * s3_2, int n)
1.3425 +{
1.3426 + if (_oil_function_class_mas8_u8_sym_l15.func == NULL) {
1.3427 + oil_class_optimize (&_oil_function_class_mas8_u8_sym_l15);
1.3428 + }
1.3429 + ((void (*)(uint8_t * d, const uint8_t * s1_np7, const int16_t * s2_8, const int16_t * s3_2, int n))(_oil_function_class_mas8_u8_sym_l15.func))(d, s1_np7, s2_8, s3_2, n);
1.3430 +}
1.3431 +
1.3432 +#undef oil_maximum_f32
1.3433 +#ifdef __SYMBIAN32__
1.3434 +
1.3435 +#endif
1.3436 +void
1.3437 +oil_maximum_f32 (float * d, const float * s1, const float * s2, int n)
1.3438 +{
1.3439 + if (_oil_function_class_maximum_f32.func == NULL) {
1.3440 + oil_class_optimize (&_oil_function_class_maximum_f32);
1.3441 + }
1.3442 + ((void (*)(float * d, const float * s1, const float * s2, int n))(_oil_function_class_maximum_f32.func))(d, s1, s2, n);
1.3443 +}
1.3444 +
1.3445 +#undef oil_maximum_f64
1.3446 +#ifdef __SYMBIAN32__
1.3447 +
1.3448 +#endif
1.3449 +void
1.3450 +oil_maximum_f64 (float * d, const float * s1, const float * s2, int n)
1.3451 +{
1.3452 + if (_oil_function_class_maximum_f64.func == NULL) {
1.3453 + oil_class_optimize (&_oil_function_class_maximum_f64);
1.3454 + }
1.3455 + ((void (*)(float * d, const float * s1, const float * s2, int n))(_oil_function_class_maximum_f64.func))(d, s1, s2, n);
1.3456 +}
1.3457 +
1.3458 +#undef oil_md5
1.3459 +#ifdef __SYMBIAN32__
1.3460 +
1.3461 +#endif
1.3462 +void
1.3463 +oil_md5 (uint32_t * i_4, const uint32_t * s_16)
1.3464 +{
1.3465 + if (_oil_function_class_md5.func == NULL) {
1.3466 + oil_class_optimize (&_oil_function_class_md5);
1.3467 + }
1.3468 + ((void (*)(uint32_t * i_4, const uint32_t * s_16))(_oil_function_class_md5.func))(i_4, s_16);
1.3469 +}
1.3470 +
1.3471 +#undef oil_mdct12_f64
1.3472 +#ifdef __SYMBIAN32__
1.3473 +
1.3474 +#endif
1.3475 +void
1.3476 +oil_mdct12_f64 (double * d_6, const double * s_12)
1.3477 +{
1.3478 + if (_oil_function_class_mdct12_f64.func == NULL) {
1.3479 + oil_class_optimize (&_oil_function_class_mdct12_f64);
1.3480 + }
1.3481 + ((void (*)(double * d_6, const double * s_12))(_oil_function_class_mdct12_f64.func))(d_6, s_12);
1.3482 +}
1.3483 +
1.3484 +#undef oil_mdct36_f64
1.3485 +#ifdef __SYMBIAN32__
1.3486 +
1.3487 +#endif
1.3488 +void
1.3489 +oil_mdct36_f64 (double * d_18, const double * s_36)
1.3490 +{
1.3491 + if (_oil_function_class_mdct36_f64.func == NULL) {
1.3492 + oil_class_optimize (&_oil_function_class_mdct36_f64);
1.3493 + }
1.3494 + ((void (*)(double * d_18, const double * s_36))(_oil_function_class_mdct36_f64.func))(d_18, s_36);
1.3495 +}
1.3496 +
1.3497 +#undef oil_merge_linear_argb
1.3498 +#ifdef __SYMBIAN32__
1.3499 +
1.3500 +#endif
1.3501 +void
1.3502 +oil_merge_linear_argb (uint32_t * d_n, const uint32_t * s_n, const uint32_t * s2_n, const uint32_t * s3_1, int n)
1.3503 +{
1.3504 + if (_oil_function_class_merge_linear_argb.func == NULL) {
1.3505 + oil_class_optimize (&_oil_function_class_merge_linear_argb);
1.3506 + }
1.3507 + ((void (*)(uint32_t * d_n, const uint32_t * s_n, const uint32_t * s2_n, const uint32_t * s3_1, int n))(_oil_function_class_merge_linear_argb.func))(d_n, s_n, s2_n, s3_1, n);
1.3508 +}
1.3509 +
1.3510 +#undef oil_merge_linear_u8
1.3511 +#ifdef __SYMBIAN32__
1.3512 +
1.3513 +#endif
1.3514 +void
1.3515 +oil_merge_linear_u8 (uint8_t * d_n, const uint8_t * s_n, const uint8_t * s2_n, const uint32_t * s3_1, int n)
1.3516 +{
1.3517 + if (_oil_function_class_merge_linear_u8.func == NULL) {
1.3518 + oil_class_optimize (&_oil_function_class_merge_linear_u8);
1.3519 + }
1.3520 + ((void (*)(uint8_t * d_n, const uint8_t * s_n, const uint8_t * s2_n, const uint32_t * s3_1, int n))(_oil_function_class_merge_linear_u8.func))(d_n, s_n, s2_n, s3_1, n);
1.3521 +}
1.3522 +
1.3523 +#undef oil_minimum_f32
1.3524 +#ifdef __SYMBIAN32__
1.3525 +
1.3526 +#endif
1.3527 +void
1.3528 +oil_minimum_f32 (float * d, const float * s1, const float * s2, int n)
1.3529 +{
1.3530 + if (_oil_function_class_minimum_f32.func == NULL) {
1.3531 + oil_class_optimize (&_oil_function_class_minimum_f32);
1.3532 + }
1.3533 + ((void (*)(float * d, const float * s1, const float * s2, int n))(_oil_function_class_minimum_f32.func))(d, s1, s2, n);
1.3534 +}
1.3535 +
1.3536 +#undef oil_minimum_f64
1.3537 +#ifdef __SYMBIAN32__
1.3538 +
1.3539 +#endif
1.3540 +void
1.3541 +oil_minimum_f64 (float * d, const float * s1, const float * s2, int n)
1.3542 +{
1.3543 + if (_oil_function_class_minimum_f64.func == NULL) {
1.3544 + oil_class_optimize (&_oil_function_class_minimum_f64);
1.3545 + }
1.3546 + ((void (*)(float * d, const float * s1, const float * s2, int n))(_oil_function_class_minimum_f64.func))(d, s1, s2, n);
1.3547 +}
1.3548 +
1.3549 +#undef oil_mix_u8
1.3550 +#ifdef __SYMBIAN32__
1.3551 +
1.3552 +#endif
1.3553 +void
1.3554 +oil_mix_u8 (uint8_t * dest, const uint8_t * src1, const uint8_t * src2, const uint8_t * src3, int n)
1.3555 +{
1.3556 + if (_oil_function_class_mix_u8.func == NULL) {
1.3557 + oil_class_optimize (&_oil_function_class_mix_u8);
1.3558 + }
1.3559 + ((void (*)(uint8_t * dest, const uint8_t * src1, const uint8_t * src2, const uint8_t * src3, int n))(_oil_function_class_mix_u8.func))(dest, src1, src2, src3, n);
1.3560 +}
1.3561 +
1.3562 +#undef oil_mt19937
1.3563 +#ifdef __SYMBIAN32__
1.3564 +
1.3565 +#endif
1.3566 +void
1.3567 +oil_mt19937 (uint32_t * d_624, uint32_t * i_624)
1.3568 +{
1.3569 + if (_oil_function_class_mt19937.func == NULL) {
1.3570 + oil_class_optimize (&_oil_function_class_mt19937);
1.3571 + }
1.3572 + ((void (*)(uint32_t * d_624, uint32_t * i_624))(_oil_function_class_mt19937.func))(d_624, i_624);
1.3573 +}
1.3574 +
1.3575 +#undef oil_mult8x8_s16
1.3576 +#ifdef __SYMBIAN32__
1.3577 +
1.3578 +#endif
1.3579 +void
1.3580 +oil_mult8x8_s16 (int16_t * d_8x8, const int16_t * s1_8x8, const int16_t * s2_8x8, int ds, int ss1, int ss2)
1.3581 +{
1.3582 + if (_oil_function_class_mult8x8_s16.func == NULL) {
1.3583 + oil_class_optimize (&_oil_function_class_mult8x8_s16);
1.3584 + }
1.3585 + ((void (*)(int16_t * d_8x8, const int16_t * s1_8x8, const int16_t * s2_8x8, int ds, int ss1, int ss2))(_oil_function_class_mult8x8_s16.func))(d_8x8, s1_8x8, s2_8x8, ds, ss1, ss2);
1.3586 +}
1.3587 +
1.3588 +#undef oil_multiply_and_acc_12xn_s16_u8
1.3589 +#ifdef __SYMBIAN32__
1.3590 +
1.3591 +#endif
1.3592 +void
1.3593 +oil_multiply_and_acc_12xn_s16_u8 (int16_t * i1_12xn, int is1, const int16_t * s1_12xn, int ss1, const uint8_t * s2_12xn, int ss2, int n)
1.3594 +{
1.3595 + if (_oil_function_class_multiply_and_acc_12xn_s16_u8.func == NULL) {
1.3596 + oil_class_optimize (&_oil_function_class_multiply_and_acc_12xn_s16_u8);
1.3597 + }
1.3598 + ((void (*)(int16_t * i1_12xn, int is1, const int16_t * s1_12xn, int ss1, const uint8_t * s2_12xn, int ss2, int n))(_oil_function_class_multiply_and_acc_12xn_s16_u8.func))(i1_12xn, is1, s1_12xn, ss1, s2_12xn, ss2, n);
1.3599 +}
1.3600 +
1.3601 +#undef oil_multiply_and_acc_16xn_s16_u8
1.3602 +#ifdef __SYMBIAN32__
1.3603 +
1.3604 +#endif
1.3605 +void
1.3606 +oil_multiply_and_acc_16xn_s16_u8 (int16_t * i1_16xn, int is1, const int16_t * s1_16xn, int ss1, const uint8_t * s2_16xn, int ss2, int n)
1.3607 +{
1.3608 + if (_oil_function_class_multiply_and_acc_16xn_s16_u8.func == NULL) {
1.3609 + oil_class_optimize (&_oil_function_class_multiply_and_acc_16xn_s16_u8);
1.3610 + }
1.3611 + ((void (*)(int16_t * i1_16xn, int is1, const int16_t * s1_16xn, int ss1, const uint8_t * s2_16xn, int ss2, int n))(_oil_function_class_multiply_and_acc_16xn_s16_u8.func))(i1_16xn, is1, s1_16xn, ss1, s2_16xn, ss2, n);
1.3612 +}
1.3613 +
1.3614 +#undef oil_multiply_and_acc_24xn_s16_u8
1.3615 +#ifdef __SYMBIAN32__
1.3616 +
1.3617 +#endif
1.3618 +void
1.3619 +oil_multiply_and_acc_24xn_s16_u8 (int16_t * i1_24xn, int is1, const int16_t * s1_24xn, int ss1, const uint8_t * s2_24xn, int ss2, int n)
1.3620 +{
1.3621 + if (_oil_function_class_multiply_and_acc_24xn_s16_u8.func == NULL) {
1.3622 + oil_class_optimize (&_oil_function_class_multiply_and_acc_24xn_s16_u8);
1.3623 + }
1.3624 + ((void (*)(int16_t * i1_24xn, int is1, const int16_t * s1_24xn, int ss1, const uint8_t * s2_24xn, int ss2, int n))(_oil_function_class_multiply_and_acc_24xn_s16_u8.func))(i1_24xn, is1, s1_24xn, ss1, s2_24xn, ss2, n);
1.3625 +}
1.3626 +
1.3627 +#undef oil_multiply_and_acc_6xn_s16_u8
1.3628 +#ifdef __SYMBIAN32__
1.3629 +
1.3630 +#endif
1.3631 +void
1.3632 +oil_multiply_and_acc_6xn_s16_u8 (int16_t * i1_6xn, int is1, const int16_t * s1_6xn, int ss1, const uint8_t * s2_6xn, int ss2, int n)
1.3633 +{
1.3634 + if (_oil_function_class_multiply_and_acc_6xn_s16_u8.func == NULL) {
1.3635 + oil_class_optimize (&_oil_function_class_multiply_and_acc_6xn_s16_u8);
1.3636 + }
1.3637 + ((void (*)(int16_t * i1_6xn, int is1, const int16_t * s1_6xn, int ss1, const uint8_t * s2_6xn, int ss2, int n))(_oil_function_class_multiply_and_acc_6xn_s16_u8.func))(i1_6xn, is1, s1_6xn, ss1, s2_6xn, ss2, n);
1.3638 +}
1.3639 +
1.3640 +#undef oil_multiply_and_acc_8xn_s16_u8
1.3641 +#ifdef __SYMBIAN32__
1.3642 +
1.3643 +#endif
1.3644 +void
1.3645 +oil_multiply_and_acc_8xn_s16_u8 (int16_t * i1_8xn, int is1, const int16_t * s1_8xn, int ss1, const uint8_t * s2_8xn, int ss2, int n)
1.3646 +{
1.3647 + if (_oil_function_class_multiply_and_acc_8xn_s16_u8.func == NULL) {
1.3648 + oil_class_optimize (&_oil_function_class_multiply_and_acc_8xn_s16_u8);
1.3649 + }
1.3650 + ((void (*)(int16_t * i1_8xn, int is1, const int16_t * s1_8xn, int ss1, const uint8_t * s2_8xn, int ss2, int n))(_oil_function_class_multiply_and_acc_8xn_s16_u8.func))(i1_8xn, is1, s1_8xn, ss1, s2_8xn, ss2, n);
1.3651 +}
1.3652 +
1.3653 +#undef oil_multiply_and_add_s16
1.3654 +#ifdef __SYMBIAN32__
1.3655 +
1.3656 +#endif
1.3657 +void
1.3658 +oil_multiply_and_add_s16 (int16_t * d, const int16_t * src1, const int16_t * src2, const int16_t * src3, int n)
1.3659 +{
1.3660 + if (_oil_function_class_multiply_and_add_s16.func == NULL) {
1.3661 + oil_class_optimize (&_oil_function_class_multiply_and_add_s16);
1.3662 + }
1.3663 + ((void (*)(int16_t * d, const int16_t * src1, const int16_t * src2, const int16_t * src3, int n))(_oil_function_class_multiply_and_add_s16.func))(d, src1, src2, src3, n);
1.3664 +}
1.3665 +
1.3666 +#undef oil_multiply_and_add_s16_u8
1.3667 +#ifdef __SYMBIAN32__
1.3668 +
1.3669 +#endif
1.3670 +void
1.3671 +oil_multiply_and_add_s16_u8 (int16_t * d, const int16_t * src1, const int16_t * src2, const uint8_t * src3, int n)
1.3672 +{
1.3673 + if (_oil_function_class_multiply_and_add_s16_u8.func == NULL) {
1.3674 + oil_class_optimize (&_oil_function_class_multiply_and_add_s16_u8);
1.3675 + }
1.3676 + ((void (*)(int16_t * d, const int16_t * src1, const int16_t * src2, const uint8_t * src3, int n))(_oil_function_class_multiply_and_add_s16_u8.func))(d, src1, src2, src3, n);
1.3677 +}
1.3678 +
1.3679 +#undef oil_multiply_f32
1.3680 +#ifdef __SYMBIAN32__
1.3681 +
1.3682 +#endif
1.3683 +void
1.3684 +oil_multiply_f32 (float * d, const float * s1, const float * s2, int n)
1.3685 +{
1.3686 + if (_oil_function_class_multiply_f32.func == NULL) {
1.3687 + oil_class_optimize (&_oil_function_class_multiply_f32);
1.3688 + }
1.3689 + ((void (*)(float * d, const float * s1, const float * s2, int n))(_oil_function_class_multiply_f32.func))(d, s1, s2, n);
1.3690 +}
1.3691 +
1.3692 +#undef oil_multiply_f64
1.3693 +#ifdef __SYMBIAN32__
1.3694 +
1.3695 +#endif
1.3696 +void
1.3697 +oil_multiply_f64 (double * d, const double * s1, const double * s2, int n)
1.3698 +{
1.3699 + if (_oil_function_class_multiply_f64.func == NULL) {
1.3700 + oil_class_optimize (&_oil_function_class_multiply_f64);
1.3701 + }
1.3702 + ((void (*)(double * d, const double * s1, const double * s2, int n))(_oil_function_class_multiply_f64.func))(d, s1, s2, n);
1.3703 +}
1.3704 +
1.3705 +#undef oil_multsum_f32
1.3706 +#ifdef __SYMBIAN32__
1.3707 +
1.3708 +#endif
1.3709 +void
1.3710 +oil_multsum_f32 (float * dest, const float * src1, int sstr1, const float * src2, int sstr2, int n)
1.3711 +{
1.3712 + if (_oil_function_class_multsum_f32.func == NULL) {
1.3713 + oil_class_optimize (&_oil_function_class_multsum_f32);
1.3714 + }
1.3715 + ((void (*)(float * dest, const float * src1, int sstr1, const float * src2, int sstr2, int n))(_oil_function_class_multsum_f32.func))(dest, src1, sstr1, src2, sstr2, n);
1.3716 +}
1.3717 +
1.3718 +#undef oil_multsum_f64
1.3719 +#ifdef __SYMBIAN32__
1.3720 +
1.3721 +#endif
1.3722 +void
1.3723 +oil_multsum_f64 (double * dest, const double * src1, int sstr1, const double * src2, int sstr2, int n)
1.3724 +{
1.3725 + if (_oil_function_class_multsum_f64.func == NULL) {
1.3726 + oil_class_optimize (&_oil_function_class_multsum_f64);
1.3727 + }
1.3728 + ((void (*)(double * dest, const double * src1, int sstr1, const double * src2, int sstr2, int n))(_oil_function_class_multsum_f64.func))(dest, src1, sstr1, src2, sstr2, n);
1.3729 +}
1.3730 +
1.3731 +#undef oil_negative_f32
1.3732 +#ifdef __SYMBIAN32__
1.3733 +
1.3734 +#endif
1.3735 +void
1.3736 +oil_negative_f32 (float * d, const float * s, int n)
1.3737 +{
1.3738 + if (_oil_function_class_negative_f32.func == NULL) {
1.3739 + oil_class_optimize (&_oil_function_class_negative_f32);
1.3740 + }
1.3741 + ((void (*)(float * d, const float * s, int n))(_oil_function_class_negative_f32.func))(d, s, n);
1.3742 +}
1.3743 +
1.3744 +#undef oil_null
1.3745 +#ifdef __SYMBIAN32__
1.3746 +
1.3747 +#endif
1.3748 +void
1.3749 +oil_null (void)
1.3750 +{
1.3751 + if (_oil_function_class_null.func == NULL) {
1.3752 + oil_class_optimize (&_oil_function_class_null);
1.3753 + }
1.3754 + ((void (*)(void))(_oil_function_class_null.func))();
1.3755 +}
1.3756 +
1.3757 +#undef oil_packyuyv
1.3758 +#ifdef __SYMBIAN32__
1.3759 +
1.3760 +#endif
1.3761 +void
1.3762 +oil_packyuyv (uint32_t * d, const uint8_t * s1_nx2, const uint8_t * s2, const uint8_t * s3, int n)
1.3763 +{
1.3764 + if (_oil_function_class_packyuyv.func == NULL) {
1.3765 + oil_class_optimize (&_oil_function_class_packyuyv);
1.3766 + }
1.3767 + ((void (*)(uint32_t * d, const uint8_t * s1_nx2, const uint8_t * s2, const uint8_t * s3, int n))(_oil_function_class_packyuyv.func))(d, s1_nx2, s2, s3, n);
1.3768 +}
1.3769 +
1.3770 +#undef oil_permute_f32
1.3771 +#ifdef __SYMBIAN32__
1.3772 +
1.3773 +#endif
1.3774 +void
1.3775 +oil_permute_f32 (float * dest, int dstr, const float * src1, int sstr1, const int32_t * src2, int sstr2, int n)
1.3776 +{
1.3777 + if (_oil_function_class_permute_f32.func == NULL) {
1.3778 + oil_class_optimize (&_oil_function_class_permute_f32);
1.3779 + }
1.3780 + ((void (*)(float * dest, int dstr, const float * src1, int sstr1, const int32_t * src2, int sstr2, int n))(_oil_function_class_permute_f32.func))(dest, dstr, src1, sstr1, src2, sstr2, n);
1.3781 +}
1.3782 +
1.3783 +#undef oil_permute_f64
1.3784 +#ifdef __SYMBIAN32__
1.3785 +
1.3786 +#endif
1.3787 +void
1.3788 +oil_permute_f64 (double * dest, int dstr, const double * src1, int sstr1, const int32_t * src2, int sstr2, int n)
1.3789 +{
1.3790 + if (_oil_function_class_permute_f64.func == NULL) {
1.3791 + oil_class_optimize (&_oil_function_class_permute_f64);
1.3792 + }
1.3793 + ((void (*)(double * dest, int dstr, const double * src1, int sstr1, const int32_t * src2, int sstr2, int n))(_oil_function_class_permute_f64.func))(dest, dstr, src1, sstr1, src2, sstr2, n);
1.3794 +}
1.3795 +
1.3796 +#undef oil_permute_s16
1.3797 +#ifdef __SYMBIAN32__
1.3798 +
1.3799 +#endif
1.3800 +void
1.3801 +oil_permute_s16 (int16_t * dest, int dstr, const int16_t * src1, int sstr1, const int32_t * src2, int sstr2, int n)
1.3802 +{
1.3803 + if (_oil_function_class_permute_s16.func == NULL) {
1.3804 + oil_class_optimize (&_oil_function_class_permute_s16);
1.3805 + }
1.3806 + ((void (*)(int16_t * dest, int dstr, const int16_t * src1, int sstr1, const int32_t * src2, int sstr2, int n))(_oil_function_class_permute_s16.func))(dest, dstr, src1, sstr1, src2, sstr2, n);
1.3807 +}
1.3808 +
1.3809 +#undef oil_permute_s32
1.3810 +#ifdef __SYMBIAN32__
1.3811 +
1.3812 +#endif
1.3813 +void
1.3814 +oil_permute_s32 (int32_t * dest, int dstr, const int32_t * src1, int sstr1, const int32_t * src2, int sstr2, int n)
1.3815 +{
1.3816 + if (_oil_function_class_permute_s32.func == NULL) {
1.3817 + oil_class_optimize (&_oil_function_class_permute_s32);
1.3818 + }
1.3819 + ((void (*)(int32_t * dest, int dstr, const int32_t * src1, int sstr1, const int32_t * src2, int sstr2, int n))(_oil_function_class_permute_s32.func))(dest, dstr, src1, sstr1, src2, sstr2, n);
1.3820 +}
1.3821 +
1.3822 +#undef oil_permute_s8
1.3823 +#ifdef __SYMBIAN32__
1.3824 +
1.3825 +#endif
1.3826 +void
1.3827 +oil_permute_s8 (int8_t * dest, int dstr, const int8_t * src1, int sstr1, const int32_t * src2, int sstr2, int n)
1.3828 +{
1.3829 + if (_oil_function_class_permute_s8.func == NULL) {
1.3830 + oil_class_optimize (&_oil_function_class_permute_s8);
1.3831 + }
1.3832 + ((void (*)(int8_t * dest, int dstr, const int8_t * src1, int sstr1, const int32_t * src2, int sstr2, int n))(_oil_function_class_permute_s8.func))(dest, dstr, src1, sstr1, src2, sstr2, n);
1.3833 +}
1.3834 +
1.3835 +#undef oil_permute_u16
1.3836 +#ifdef __SYMBIAN32__
1.3837 +
1.3838 +#endif
1.3839 +void
1.3840 +oil_permute_u16 (uint16_t * dest, int dstr, const uint16_t * src1, int sstr1, const int32_t * src2, int sstr2, int n)
1.3841 +{
1.3842 + if (_oil_function_class_permute_u16.func == NULL) {
1.3843 + oil_class_optimize (&_oil_function_class_permute_u16);
1.3844 + }
1.3845 + ((void (*)(uint16_t * dest, int dstr, const uint16_t * src1, int sstr1, const int32_t * src2, int sstr2, int n))(_oil_function_class_permute_u16.func))(dest, dstr, src1, sstr1, src2, sstr2, n);
1.3846 +}
1.3847 +
1.3848 +#undef oil_permute_u32
1.3849 +#ifdef __SYMBIAN32__
1.3850 +
1.3851 +#endif
1.3852 +void
1.3853 +oil_permute_u32 (uint32_t * dest, int dstr, const uint32_t * src1, int sstr1, const int32_t * src2, int sstr2, int n)
1.3854 +{
1.3855 + if (_oil_function_class_permute_u32.func == NULL) {
1.3856 + oil_class_optimize (&_oil_function_class_permute_u32);
1.3857 + }
1.3858 + ((void (*)(uint32_t * dest, int dstr, const uint32_t * src1, int sstr1, const int32_t * src2, int sstr2, int n))(_oil_function_class_permute_u32.func))(dest, dstr, src1, sstr1, src2, sstr2, n);
1.3859 +}
1.3860 +
1.3861 +#undef oil_permute_u8
1.3862 +#ifdef __SYMBIAN32__
1.3863 +
1.3864 +#endif
1.3865 +void
1.3866 +oil_permute_u8 (uint8_t * dest, int dstr, const uint8_t * src1, int sstr1, const int32_t * src2, int sstr2, int n)
1.3867 +{
1.3868 + if (_oil_function_class_permute_u8.func == NULL) {
1.3869 + oil_class_optimize (&_oil_function_class_permute_u8);
1.3870 + }
1.3871 + ((void (*)(uint8_t * dest, int dstr, const uint8_t * src1, int sstr1, const int32_t * src2, int sstr2, int n))(_oil_function_class_permute_u8.func))(dest, dstr, src1, sstr1, src2, sstr2, n);
1.3872 +}
1.3873 +
1.3874 +#undef oil_recon8x8_inter
1.3875 +#ifdef __SYMBIAN32__
1.3876 +
1.3877 +#endif
1.3878 +void
1.3879 +oil_recon8x8_inter (uint8_t * d_8x8, int ds, const uint8_t * s1_8x8, int ss1, const int16_t * s2_8x8)
1.3880 +{
1.3881 + if (_oil_function_class_recon8x8_inter.func == NULL) {
1.3882 + oil_class_optimize (&_oil_function_class_recon8x8_inter);
1.3883 + }
1.3884 + ((void (*)(uint8_t * d_8x8, int ds, const uint8_t * s1_8x8, int ss1, const int16_t * s2_8x8))(_oil_function_class_recon8x8_inter.func))(d_8x8, ds, s1_8x8, ss1, s2_8x8);
1.3885 +}
1.3886 +
1.3887 +#undef oil_recon8x8_inter2
1.3888 +#ifdef __SYMBIAN32__
1.3889 +
1.3890 +#endif
1.3891 +void
1.3892 +oil_recon8x8_inter2 (uint8_t * d_8x8, int ds, const uint8_t * s1_8x8, int ss1, const uint8_t * s2_8x8, int ss2, const int16_t * s3_8x8)
1.3893 +{
1.3894 + if (_oil_function_class_recon8x8_inter2.func == NULL) {
1.3895 + oil_class_optimize (&_oil_function_class_recon8x8_inter2);
1.3896 + }
1.3897 + ((void (*)(uint8_t * d_8x8, int ds, const uint8_t * s1_8x8, int ss1, const uint8_t * s2_8x8, int ss2, const int16_t * s3_8x8))(_oil_function_class_recon8x8_inter2.func))(d_8x8, ds, s1_8x8, ss1, s2_8x8, ss2, s3_8x8);
1.3898 +}
1.3899 +
1.3900 +#undef oil_recon8x8_intra
1.3901 +#ifdef __SYMBIAN32__
1.3902 +
1.3903 +#endif
1.3904 +void
1.3905 +oil_recon8x8_intra (uint8_t * d_8x8, int ds, const int16_t * s_8x8)
1.3906 +{
1.3907 + if (_oil_function_class_recon8x8_intra.func == NULL) {
1.3908 + oil_class_optimize (&_oil_function_class_recon8x8_intra);
1.3909 + }
1.3910 + ((void (*)(uint8_t * d_8x8, int ds, const int16_t * s_8x8))(_oil_function_class_recon8x8_intra.func))(d_8x8, ds, s_8x8);
1.3911 +}
1.3912 +
1.3913 +#undef oil_resample_linear_argb
1.3914 +#ifdef __SYMBIAN32__
1.3915 +
1.3916 +#endif
1.3917 +void
1.3918 +oil_resample_linear_argb (uint32_t * d_n, const uint32_t * s_2xn, int n, uint32_t * i_2)
1.3919 +{
1.3920 + if (_oil_function_class_resample_linear_argb.func == NULL) {
1.3921 + oil_class_optimize (&_oil_function_class_resample_linear_argb);
1.3922 + }
1.3923 + ((void (*)(uint32_t * d_n, const uint32_t * s_2xn, int n, uint32_t * i_2))(_oil_function_class_resample_linear_argb.func))(d_n, s_2xn, n, i_2);
1.3924 +}
1.3925 +
1.3926 +#undef oil_resample_linear_u8
1.3927 +#ifdef __SYMBIAN32__
1.3928 +
1.3929 +#endif
1.3930 +void
1.3931 +oil_resample_linear_u8 (uint8_t * d_n, const uint8_t * s_2xn, int n, uint32_t * i_2)
1.3932 +{
1.3933 + if (_oil_function_class_resample_linear_u8.func == NULL) {
1.3934 + oil_class_optimize (&_oil_function_class_resample_linear_u8);
1.3935 + }
1.3936 + ((void (*)(uint8_t * d_n, const uint8_t * s_2xn, int n, uint32_t * i_2))(_oil_function_class_resample_linear_u8.func))(d_n, s_2xn, n, i_2);
1.3937 +}
1.3938 +
1.3939 +#undef oil_rgb2bgr
1.3940 +#ifdef __SYMBIAN32__
1.3941 +
1.3942 +#endif
1.3943 +void
1.3944 +oil_rgb2bgr (uint8_t * d_3xn, const uint8_t * s_3xn, int n)
1.3945 +{
1.3946 + if (_oil_function_class_rgb2bgr.func == NULL) {
1.3947 + oil_class_optimize (&_oil_function_class_rgb2bgr);
1.3948 + }
1.3949 + ((void (*)(uint8_t * d_3xn, const uint8_t * s_3xn, int n))(_oil_function_class_rgb2bgr.func))(d_3xn, s_3xn, n);
1.3950 +}
1.3951 +
1.3952 +#undef oil_rgb2rgba
1.3953 +#ifdef __SYMBIAN32__
1.3954 +
1.3955 +#endif
1.3956 +void
1.3957 +oil_rgb2rgba (uint8_t * d_4xn, const uint8_t * s_3xn, int n)
1.3958 +{
1.3959 + if (_oil_function_class_rgb2rgba.func == NULL) {
1.3960 + oil_class_optimize (&_oil_function_class_rgb2rgba);
1.3961 + }
1.3962 + ((void (*)(uint8_t * d_4xn, const uint8_t * s_3xn, int n))(_oil_function_class_rgb2rgba.func))(d_4xn, s_3xn, n);
1.3963 +}
1.3964 +
1.3965 +#undef oil_rgb565_to_argb
1.3966 +#ifdef __SYMBIAN32__
1.3967 +
1.3968 +#endif
1.3969 +void
1.3970 +oil_rgb565_to_argb (uint32_t * d, const uint16_t * s, int n)
1.3971 +{
1.3972 + if (_oil_function_class_rgb565_to_argb.func == NULL) {
1.3973 + oil_class_optimize (&_oil_function_class_rgb565_to_argb);
1.3974 + }
1.3975 + ((void (*)(uint32_t * d, const uint16_t * s, int n))(_oil_function_class_rgb565_to_argb.func))(d, s, n);
1.3976 +}
1.3977 +
1.3978 +#undef oil_rowsad8x8_u8
1.3979 +#ifdef __SYMBIAN32__
1.3980 +
1.3981 +#endif
1.3982 +void
1.3983 +oil_rowsad8x8_u8 (uint32_t * d_1, const uint8_t * s1_8x8, const uint8_t * s2_8x8)
1.3984 +{
1.3985 + if (_oil_function_class_rowsad8x8_u8.func == NULL) {
1.3986 + oil_class_optimize (&_oil_function_class_rowsad8x8_u8);
1.3987 + }
1.3988 + ((void (*)(uint32_t * d_1, const uint8_t * s1_8x8, const uint8_t * s2_8x8))(_oil_function_class_rowsad8x8_u8.func))(d_1, s1_8x8, s2_8x8);
1.3989 +}
1.3990 +
1.3991 +#undef oil_sad12x12_12xn_u8
1.3992 +#ifdef __SYMBIAN32__
1.3993 +
1.3994 +#endif
1.3995 +void
1.3996 +oil_sad12x12_12xn_u8 (uint32_t * d_n, const uint8_t * s1_12x12, int ss1, const uint8_t * s2_12xnp11, int ss2, int n)
1.3997 +{
1.3998 + if (_oil_function_class_sad12x12_12xn_u8.func == NULL) {
1.3999 + oil_class_optimize (&_oil_function_class_sad12x12_12xn_u8);
1.4000 + }
1.4001 + ((void (*)(uint32_t * d_n, const uint8_t * s1_12x12, int ss1, const uint8_t * s2_12xnp11, int ss2, int n))(_oil_function_class_sad12x12_12xn_u8.func))(d_n, s1_12x12, ss1, s2_12xnp11, ss2, n);
1.4002 +}
1.4003 +
1.4004 +#undef oil_sad12x12_u8
1.4005 +#ifdef __SYMBIAN32__
1.4006 +
1.4007 +#endif
1.4008 +void
1.4009 +oil_sad12x12_u8 (uint32_t * d_1, const uint8_t * s1_12x12, int ss1, const uint8_t * s2_12x12, int ss2)
1.4010 +{
1.4011 + if (_oil_function_class_sad12x12_u8.func == NULL) {
1.4012 + oil_class_optimize (&_oil_function_class_sad12x12_u8);
1.4013 + }
1.4014 + ((void (*)(uint32_t * d_1, const uint8_t * s1_12x12, int ss1, const uint8_t * s2_12x12, int ss2))(_oil_function_class_sad12x12_u8.func))(d_1, s1_12x12, ss1, s2_12x12, ss2);
1.4015 +}
1.4016 +
1.4017 +#undef oil_sad16x16_16xn_u8
1.4018 +#ifdef __SYMBIAN32__
1.4019 +
1.4020 +#endif
1.4021 +void
1.4022 +oil_sad16x16_16xn_u8 (uint32_t * d_n, const uint8_t * s1_16x16, int ss1, const uint8_t * s2_16xnp15, int ss2, int n)
1.4023 +{
1.4024 + if (_oil_function_class_sad16x16_16xn_u8.func == NULL) {
1.4025 + oil_class_optimize (&_oil_function_class_sad16x16_16xn_u8);
1.4026 + }
1.4027 + ((void (*)(uint32_t * d_n, const uint8_t * s1_16x16, int ss1, const uint8_t * s2_16xnp15, int ss2, int n))(_oil_function_class_sad16x16_16xn_u8.func))(d_n, s1_16x16, ss1, s2_16xnp15, ss2, n);
1.4028 +}
1.4029 +
1.4030 +#undef oil_sad16x16_u8
1.4031 +#ifdef __SYMBIAN32__
1.4032 +
1.4033 +#endif
1.4034 +void
1.4035 +oil_sad16x16_u8 (uint32_t * d_1, const uint8_t * s1_16x16, int ss1, const uint8_t * s2_16x16, int ss2)
1.4036 +{
1.4037 + if (_oil_function_class_sad16x16_u8.func == NULL) {
1.4038 + oil_class_optimize (&_oil_function_class_sad16x16_u8);
1.4039 + }
1.4040 + ((void (*)(uint32_t * d_1, const uint8_t * s1_16x16, int ss1, const uint8_t * s2_16x16, int ss2))(_oil_function_class_sad16x16_u8.func))(d_1, s1_16x16, ss1, s2_16x16, ss2);
1.4041 +}
1.4042 +
1.4043 +#undef oil_sad8x8_8xn_u8
1.4044 +#ifdef __SYMBIAN32__
1.4045 +
1.4046 +#endif
1.4047 +void
1.4048 +oil_sad8x8_8xn_u8 (uint32_t * d_n, const uint8_t * s1_8x8, int ss1, const uint8_t * s2_8xnp7, int ss2, int n)
1.4049 +{
1.4050 + if (_oil_function_class_sad8x8_8xn_u8.func == NULL) {
1.4051 + oil_class_optimize (&_oil_function_class_sad8x8_8xn_u8);
1.4052 + }
1.4053 + ((void (*)(uint32_t * d_n, const uint8_t * s1_8x8, int ss1, const uint8_t * s2_8xnp7, int ss2, int n))(_oil_function_class_sad8x8_8xn_u8.func))(d_n, s1_8x8, ss1, s2_8xnp7, ss2, n);
1.4054 +}
1.4055 +
1.4056 +#undef oil_sad8x8_f64
1.4057 +#ifdef __SYMBIAN32__
1.4058 +
1.4059 +#endif
1.4060 +void
1.4061 +oil_sad8x8_f64 (double * d_8x8, int ds, const double * s1_8x8, int ss1, const double * s2_8x8, int ss2)
1.4062 +{
1.4063 + if (_oil_function_class_sad8x8_f64.func == NULL) {
1.4064 + oil_class_optimize (&_oil_function_class_sad8x8_f64);
1.4065 + }
1.4066 + ((void (*)(double * d_8x8, int ds, const double * s1_8x8, int ss1, const double * s2_8x8, int ss2))(_oil_function_class_sad8x8_f64.func))(d_8x8, ds, s1_8x8, ss1, s2_8x8, ss2);
1.4067 +}
1.4068 +
1.4069 +#undef oil_sad8x8_f64_2
1.4070 +#ifdef __SYMBIAN32__
1.4071 +
1.4072 +#endif
1.4073 +void
1.4074 +oil_sad8x8_f64_2 (double * d_1, const double * s1_8x8, int ss1, const double * s2_8x8, int ss2)
1.4075 +{
1.4076 + if (_oil_function_class_sad8x8_f64_2.func == NULL) {
1.4077 + oil_class_optimize (&_oil_function_class_sad8x8_f64_2);
1.4078 + }
1.4079 + ((void (*)(double * d_1, const double * s1_8x8, int ss1, const double * s2_8x8, int ss2))(_oil_function_class_sad8x8_f64_2.func))(d_1, s1_8x8, ss1, s2_8x8, ss2);
1.4080 +}
1.4081 +
1.4082 +#undef oil_sad8x8_s16
1.4083 +#ifdef __SYMBIAN32__
1.4084 +
1.4085 +#endif
1.4086 +void
1.4087 +oil_sad8x8_s16 (uint32_t * d_8x8, int ds, const int16_t * s1_8x8, int ss1, const int16_t * s2_8x8, int ss2)
1.4088 +{
1.4089 + if (_oil_function_class_sad8x8_s16.func == NULL) {
1.4090 + oil_class_optimize (&_oil_function_class_sad8x8_s16);
1.4091 + }
1.4092 + ((void (*)(uint32_t * d_8x8, int ds, const int16_t * s1_8x8, int ss1, const int16_t * s2_8x8, int ss2))(_oil_function_class_sad8x8_s16.func))(d_8x8, ds, s1_8x8, ss1, s2_8x8, ss2);
1.4093 +}
1.4094 +
1.4095 +#undef oil_sad8x8_s16_2
1.4096 +#ifdef __SYMBIAN32__
1.4097 +
1.4098 +#endif
1.4099 +void
1.4100 +oil_sad8x8_s16_2 (uint32_t * d_1, const int16_t * s1_8x8, int ss1, const int16_t * s2_8x8, int ss2)
1.4101 +{
1.4102 + if (_oil_function_class_sad8x8_s16_2.func == NULL) {
1.4103 + oil_class_optimize (&_oil_function_class_sad8x8_s16_2);
1.4104 + }
1.4105 + ((void (*)(uint32_t * d_1, const int16_t * s1_8x8, int ss1, const int16_t * s2_8x8, int ss2))(_oil_function_class_sad8x8_s16_2.func))(d_1, s1_8x8, ss1, s2_8x8, ss2);
1.4106 +}
1.4107 +
1.4108 +#undef oil_sad8x8_u8
1.4109 +#ifdef __SYMBIAN32__
1.4110 +
1.4111 +#endif
1.4112 +void
1.4113 +oil_sad8x8_u8 (uint32_t * d_1, const uint8_t * s1_8x8, int ss1, const uint8_t * s2_8x8, int ss2)
1.4114 +{
1.4115 + if (_oil_function_class_sad8x8_u8.func == NULL) {
1.4116 + oil_class_optimize (&_oil_function_class_sad8x8_u8);
1.4117 + }
1.4118 + ((void (*)(uint32_t * d_1, const uint8_t * s1_8x8, int ss1, const uint8_t * s2_8x8, int ss2))(_oil_function_class_sad8x8_u8.func))(d_1, s1_8x8, ss1, s2_8x8, ss2);
1.4119 +}
1.4120 +
1.4121 +#undef oil_sad8x8_u8_avg
1.4122 +#ifdef __SYMBIAN32__
1.4123 +
1.4124 +#endif
1.4125 +void
1.4126 +oil_sad8x8_u8_avg (uint32_t * d_1, const uint8_t * s1_8x8, int ss1, const uint8_t * s2_8x8, const uint8_t * s3_8x8, int ss2)
1.4127 +{
1.4128 + if (_oil_function_class_sad8x8_u8_avg.func == NULL) {
1.4129 + oil_class_optimize (&_oil_function_class_sad8x8_u8_avg);
1.4130 + }
1.4131 + ((void (*)(uint32_t * d_1, const uint8_t * s1_8x8, int ss1, const uint8_t * s2_8x8, const uint8_t * s3_8x8, int ss2))(_oil_function_class_sad8x8_u8_avg.func))(d_1, s1_8x8, ss1, s2_8x8, s3_8x8, ss2);
1.4132 +}
1.4133 +
1.4134 +#undef oil_scalaradd_f32
1.4135 +#ifdef __SYMBIAN32__
1.4136 +
1.4137 +#endif
1.4138 +void
1.4139 +oil_scalaradd_f32 (float * d, int dstr, const float * s1, int sstr, const float * s2_1, int n)
1.4140 +{
1.4141 + if (_oil_function_class_scalaradd_f32.func == NULL) {
1.4142 + oil_class_optimize (&_oil_function_class_scalaradd_f32);
1.4143 + }
1.4144 + ((void (*)(float * d, int dstr, const float * s1, int sstr, const float * s2_1, int n))(_oil_function_class_scalaradd_f32.func))(d, dstr, s1, sstr, s2_1, n);
1.4145 +}
1.4146 +
1.4147 +#undef oil_scalaradd_f32_ns
1.4148 +#ifdef __SYMBIAN32__
1.4149 +
1.4150 +#endif
1.4151 +void
1.4152 +oil_scalaradd_f32_ns (float * d, const float * s1, const float * s2_1, int n)
1.4153 +{
1.4154 + if (_oil_function_class_scalaradd_f32_ns.func == NULL) {
1.4155 + oil_class_optimize (&_oil_function_class_scalaradd_f32_ns);
1.4156 + }
1.4157 + ((void (*)(float * d, const float * s1, const float * s2_1, int n))(_oil_function_class_scalaradd_f32_ns.func))(d, s1, s2_1, n);
1.4158 +}
1.4159 +
1.4160 +#undef oil_scalaradd_f64
1.4161 +#ifdef __SYMBIAN32__
1.4162 +
1.4163 +#endif
1.4164 +void
1.4165 +oil_scalaradd_f64 (double * d, int dstr, const double * s1, int sstr, const double * s2_1, int n)
1.4166 +{
1.4167 + if (_oil_function_class_scalaradd_f64.func == NULL) {
1.4168 + oil_class_optimize (&_oil_function_class_scalaradd_f64);
1.4169 + }
1.4170 + ((void (*)(double * d, int dstr, const double * s1, int sstr, const double * s2_1, int n))(_oil_function_class_scalaradd_f64.func))(d, dstr, s1, sstr, s2_1, n);
1.4171 +}
1.4172 +
1.4173 +#undef oil_scalaradd_s16
1.4174 +#ifdef __SYMBIAN32__
1.4175 +
1.4176 +#endif
1.4177 +void
1.4178 +oil_scalaradd_s16 (int16_t * d, int dstr, const int16_t * s1, int sstr, const int16_t * s2_1, int n)
1.4179 +{
1.4180 + if (_oil_function_class_scalaradd_s16.func == NULL) {
1.4181 + oil_class_optimize (&_oil_function_class_scalaradd_s16);
1.4182 + }
1.4183 + ((void (*)(int16_t * d, int dstr, const int16_t * s1, int sstr, const int16_t * s2_1, int n))(_oil_function_class_scalaradd_s16.func))(d, dstr, s1, sstr, s2_1, n);
1.4184 +}
1.4185 +
1.4186 +#undef oil_scalaradd_s32
1.4187 +#ifdef __SYMBIAN32__
1.4188 +
1.4189 +#endif
1.4190 +void
1.4191 +oil_scalaradd_s32 (int32_t * d, int dstr, const int32_t * s1, int sstr, const int32_t * s2_1, int n)
1.4192 +{
1.4193 + if (_oil_function_class_scalaradd_s32.func == NULL) {
1.4194 + oil_class_optimize (&_oil_function_class_scalaradd_s32);
1.4195 + }
1.4196 + ((void (*)(int32_t * d, int dstr, const int32_t * s1, int sstr, const int32_t * s2_1, int n))(_oil_function_class_scalaradd_s32.func))(d, dstr, s1, sstr, s2_1, n);
1.4197 +}
1.4198 +
1.4199 +#undef oil_scalaradd_s8
1.4200 +#ifdef __SYMBIAN32__
1.4201 +
1.4202 +#endif
1.4203 +void
1.4204 +oil_scalaradd_s8 (int8_t * d, int dstr, const int8_t * s1, int sstr, const int8_t * s2_1, int n)
1.4205 +{
1.4206 + if (_oil_function_class_scalaradd_s8.func == NULL) {
1.4207 + oil_class_optimize (&_oil_function_class_scalaradd_s8);
1.4208 + }
1.4209 + ((void (*)(int8_t * d, int dstr, const int8_t * s1, int sstr, const int8_t * s2_1, int n))(_oil_function_class_scalaradd_s8.func))(d, dstr, s1, sstr, s2_1, n);
1.4210 +}
1.4211 +
1.4212 +#undef oil_scalaradd_u16
1.4213 +#ifdef __SYMBIAN32__
1.4214 +
1.4215 +#endif
1.4216 +void
1.4217 +oil_scalaradd_u16 (uint16_t * d, int dstr, const uint16_t * s1, int sstr, const uint16_t * s2_1, int n)
1.4218 +{
1.4219 + if (_oil_function_class_scalaradd_u16.func == NULL) {
1.4220 + oil_class_optimize (&_oil_function_class_scalaradd_u16);
1.4221 + }
1.4222 + ((void (*)(uint16_t * d, int dstr, const uint16_t * s1, int sstr, const uint16_t * s2_1, int n))(_oil_function_class_scalaradd_u16.func))(d, dstr, s1, sstr, s2_1, n);
1.4223 +}
1.4224 +
1.4225 +#undef oil_scalaradd_u32
1.4226 +#ifdef __SYMBIAN32__
1.4227 +
1.4228 +#endif
1.4229 +void
1.4230 +oil_scalaradd_u32 (uint32_t * d, int dstr, const uint32_t * s1, int sstr, const uint32_t * s2_1, int n)
1.4231 +{
1.4232 + if (_oil_function_class_scalaradd_u32.func == NULL) {
1.4233 + oil_class_optimize (&_oil_function_class_scalaradd_u32);
1.4234 + }
1.4235 + ((void (*)(uint32_t * d, int dstr, const uint32_t * s1, int sstr, const uint32_t * s2_1, int n))(_oil_function_class_scalaradd_u32.func))(d, dstr, s1, sstr, s2_1, n);
1.4236 +}
1.4237 +
1.4238 +#undef oil_scalaradd_u8
1.4239 +#ifdef __SYMBIAN32__
1.4240 +
1.4241 +#endif
1.4242 +void
1.4243 +oil_scalaradd_u8 (uint8_t * d, int dstr, const uint8_t * s1, int sstr, const uint8_t * s2_1, int n)
1.4244 +{
1.4245 + if (_oil_function_class_scalaradd_u8.func == NULL) {
1.4246 + oil_class_optimize (&_oil_function_class_scalaradd_u8);
1.4247 + }
1.4248 + ((void (*)(uint8_t * d, int dstr, const uint8_t * s1, int sstr, const uint8_t * s2_1, int n))(_oil_function_class_scalaradd_u8.func))(d, dstr, s1, sstr, s2_1, n);
1.4249 +}
1.4250 +
1.4251 +#undef oil_scalarmult_f32
1.4252 +#ifdef __SYMBIAN32__
1.4253 +
1.4254 +#endif
1.4255 +void
1.4256 +oil_scalarmult_f32 (float * d, int dstr, const float * s1, int sstr, const float * s2_1, int n)
1.4257 +{
1.4258 + if (_oil_function_class_scalarmult_f32.func == NULL) {
1.4259 + oil_class_optimize (&_oil_function_class_scalarmult_f32);
1.4260 + }
1.4261 + ((void (*)(float * d, int dstr, const float * s1, int sstr, const float * s2_1, int n))(_oil_function_class_scalarmult_f32.func))(d, dstr, s1, sstr, s2_1, n);
1.4262 +}
1.4263 +
1.4264 +#undef oil_scalarmult_f64
1.4265 +#ifdef __SYMBIAN32__
1.4266 +
1.4267 +#endif
1.4268 +void
1.4269 +oil_scalarmult_f64 (double * d, int dstr, const double * s1, int sstr, const double * s2_1, int n)
1.4270 +{
1.4271 + if (_oil_function_class_scalarmult_f64.func == NULL) {
1.4272 + oil_class_optimize (&_oil_function_class_scalarmult_f64);
1.4273 + }
1.4274 + ((void (*)(double * d, int dstr, const double * s1, int sstr, const double * s2_1, int n))(_oil_function_class_scalarmult_f64.func))(d, dstr, s1, sstr, s2_1, n);
1.4275 +}
1.4276 +
1.4277 +#undef oil_scalarmult_s16
1.4278 +#ifdef __SYMBIAN32__
1.4279 +
1.4280 +#endif
1.4281 +void
1.4282 +oil_scalarmult_s16 (int16_t * d, int dstr, const int16_t * s1, int sstr, const int16_t * s2_1, int n)
1.4283 +{
1.4284 + if (_oil_function_class_scalarmult_s16.func == NULL) {
1.4285 + oil_class_optimize (&_oil_function_class_scalarmult_s16);
1.4286 + }
1.4287 + ((void (*)(int16_t * d, int dstr, const int16_t * s1, int sstr, const int16_t * s2_1, int n))(_oil_function_class_scalarmult_s16.func))(d, dstr, s1, sstr, s2_1, n);
1.4288 +}
1.4289 +
1.4290 +#undef oil_scalarmult_s32
1.4291 +#ifdef __SYMBIAN32__
1.4292 +
1.4293 +#endif
1.4294 +void
1.4295 +oil_scalarmult_s32 (int32_t * d, int dstr, const int32_t * s1, int sstr, const int32_t * s2_1, int n)
1.4296 +{
1.4297 + if (_oil_function_class_scalarmult_s32.func == NULL) {
1.4298 + oil_class_optimize (&_oil_function_class_scalarmult_s32);
1.4299 + }
1.4300 + ((void (*)(int32_t * d, int dstr, const int32_t * s1, int sstr, const int32_t * s2_1, int n))(_oil_function_class_scalarmult_s32.func))(d, dstr, s1, sstr, s2_1, n);
1.4301 +}
1.4302 +
1.4303 +#undef oil_scalarmult_s8
1.4304 +#ifdef __SYMBIAN32__
1.4305 +
1.4306 +#endif
1.4307 +void
1.4308 +oil_scalarmult_s8 (int8_t * d, int dstr, const int8_t * s1, int sstr, const int8_t * s2_1, int n)
1.4309 +{
1.4310 + if (_oil_function_class_scalarmult_s8.func == NULL) {
1.4311 + oil_class_optimize (&_oil_function_class_scalarmult_s8);
1.4312 + }
1.4313 + ((void (*)(int8_t * d, int dstr, const int8_t * s1, int sstr, const int8_t * s2_1, int n))(_oil_function_class_scalarmult_s8.func))(d, dstr, s1, sstr, s2_1, n);
1.4314 +}
1.4315 +
1.4316 +#undef oil_scalarmult_u16
1.4317 +#ifdef __SYMBIAN32__
1.4318 +
1.4319 +#endif
1.4320 +void
1.4321 +oil_scalarmult_u16 (uint16_t * d, int dstr, const uint16_t * s1, int sstr, const uint16_t * s2_1, int n)
1.4322 +{
1.4323 + if (_oil_function_class_scalarmult_u16.func == NULL) {
1.4324 + oil_class_optimize (&_oil_function_class_scalarmult_u16);
1.4325 + }
1.4326 + ((void (*)(uint16_t * d, int dstr, const uint16_t * s1, int sstr, const uint16_t * s2_1, int n))(_oil_function_class_scalarmult_u16.func))(d, dstr, s1, sstr, s2_1, n);
1.4327 +}
1.4328 +
1.4329 +#undef oil_scalarmult_u32
1.4330 +#ifdef __SYMBIAN32__
1.4331 +
1.4332 +#endif
1.4333 +void
1.4334 +oil_scalarmult_u32 (uint32_t * d, int dstr, const uint32_t * s1, int sstr, const uint32_t * s2_1, int n)
1.4335 +{
1.4336 + if (_oil_function_class_scalarmult_u32.func == NULL) {
1.4337 + oil_class_optimize (&_oil_function_class_scalarmult_u32);
1.4338 + }
1.4339 + ((void (*)(uint32_t * d, int dstr, const uint32_t * s1, int sstr, const uint32_t * s2_1, int n))(_oil_function_class_scalarmult_u32.func))(d, dstr, s1, sstr, s2_1, n);
1.4340 +}
1.4341 +
1.4342 +#undef oil_scalarmult_u8
1.4343 +#ifdef __SYMBIAN32__
1.4344 +
1.4345 +#endif
1.4346 +void
1.4347 +oil_scalarmult_u8 (uint8_t * d, int dstr, const uint8_t * s1, int sstr, const uint8_t * s2_1, int n)
1.4348 +{
1.4349 + if (_oil_function_class_scalarmult_u8.func == NULL) {
1.4350 + oil_class_optimize (&_oil_function_class_scalarmult_u8);
1.4351 + }
1.4352 + ((void (*)(uint8_t * d, int dstr, const uint8_t * s1, int sstr, const uint8_t * s2_1, int n))(_oil_function_class_scalarmult_u8.func))(d, dstr, s1, sstr, s2_1, n);
1.4353 +}
1.4354 +
1.4355 +#undef oil_scalarmultiply_f32_ns
1.4356 +#ifdef __SYMBIAN32__
1.4357 +
1.4358 +#endif
1.4359 +void
1.4360 +oil_scalarmultiply_f32_ns (float * d, const float * s1, const float * s2_1, int n)
1.4361 +{
1.4362 + if (_oil_function_class_scalarmultiply_f32_ns.func == NULL) {
1.4363 + oil_class_optimize (&_oil_function_class_scalarmultiply_f32_ns);
1.4364 + }
1.4365 + ((void (*)(float * d, const float * s1, const float * s2_1, int n))(_oil_function_class_scalarmultiply_f32_ns.func))(d, s1, s2_1, n);
1.4366 +}
1.4367 +
1.4368 +#undef oil_scalarmultiply_f64_ns
1.4369 +#ifdef __SYMBIAN32__
1.4370 +
1.4371 +#endif
1.4372 +void
1.4373 +oil_scalarmultiply_f64_ns (double * d, const double * s1, const double * s2_1, int n)
1.4374 +{
1.4375 + if (_oil_function_class_scalarmultiply_f64_ns.func == NULL) {
1.4376 + oil_class_optimize (&_oil_function_class_scalarmultiply_f64_ns);
1.4377 + }
1.4378 + ((void (*)(double * d, const double * s1, const double * s2_1, int n))(_oil_function_class_scalarmultiply_f64_ns.func))(d, s1, s2_1, n);
1.4379 +}
1.4380 +
1.4381 +#undef oil_scaleconv_f32_s16
1.4382 +#ifdef __SYMBIAN32__
1.4383 +
1.4384 +#endif
1.4385 +void
1.4386 +oil_scaleconv_f32_s16 (float * dest, const int16_t * src, int n, const double * s2_1, const double * s3_1)
1.4387 +{
1.4388 + if (_oil_function_class_scaleconv_f32_s16.func == NULL) {
1.4389 + oil_class_optimize (&_oil_function_class_scaleconv_f32_s16);
1.4390 + }
1.4391 + ((void (*)(float * dest, const int16_t * src, int n, const double * s2_1, const double * s3_1))(_oil_function_class_scaleconv_f32_s16.func))(dest, src, n, s2_1, s3_1);
1.4392 +}
1.4393 +
1.4394 +#undef oil_scaleconv_f32_s32
1.4395 +#ifdef __SYMBIAN32__
1.4396 +
1.4397 +#endif
1.4398 +void
1.4399 +oil_scaleconv_f32_s32 (float * dest, const int32_t * src, int n, const double * s2_1, const double * s3_1)
1.4400 +{
1.4401 + if (_oil_function_class_scaleconv_f32_s32.func == NULL) {
1.4402 + oil_class_optimize (&_oil_function_class_scaleconv_f32_s32);
1.4403 + }
1.4404 + ((void (*)(float * dest, const int32_t * src, int n, const double * s2_1, const double * s3_1))(_oil_function_class_scaleconv_f32_s32.func))(dest, src, n, s2_1, s3_1);
1.4405 +}
1.4406 +
1.4407 +#undef oil_scaleconv_f32_s8
1.4408 +#ifdef __SYMBIAN32__
1.4409 +
1.4410 +#endif
1.4411 +void
1.4412 +oil_scaleconv_f32_s8 (float * dest, const int8_t * src, int n, const double * s2_1, const double * s3_1)
1.4413 +{
1.4414 + if (_oil_function_class_scaleconv_f32_s8.func == NULL) {
1.4415 + oil_class_optimize (&_oil_function_class_scaleconv_f32_s8);
1.4416 + }
1.4417 + ((void (*)(float * dest, const int8_t * src, int n, const double * s2_1, const double * s3_1))(_oil_function_class_scaleconv_f32_s8.func))(dest, src, n, s2_1, s3_1);
1.4418 +}
1.4419 +
1.4420 +#undef oil_scaleconv_f32_u16
1.4421 +#ifdef __SYMBIAN32__
1.4422 +
1.4423 +#endif
1.4424 +void
1.4425 +oil_scaleconv_f32_u16 (float * dest, const uint16_t * src, int n, const double * s2_1, const double * s3_1)
1.4426 +{
1.4427 + if (_oil_function_class_scaleconv_f32_u16.func == NULL) {
1.4428 + oil_class_optimize (&_oil_function_class_scaleconv_f32_u16);
1.4429 + }
1.4430 + ((void (*)(float * dest, const uint16_t * src, int n, const double * s2_1, const double * s3_1))(_oil_function_class_scaleconv_f32_u16.func))(dest, src, n, s2_1, s3_1);
1.4431 +}
1.4432 +
1.4433 +#undef oil_scaleconv_f32_u32
1.4434 +#ifdef __SYMBIAN32__
1.4435 +
1.4436 +#endif
1.4437 +void
1.4438 +oil_scaleconv_f32_u32 (float * dest, const uint32_t * src, int n, const double * s2_1, const double * s3_1)
1.4439 +{
1.4440 + if (_oil_function_class_scaleconv_f32_u32.func == NULL) {
1.4441 + oil_class_optimize (&_oil_function_class_scaleconv_f32_u32);
1.4442 + }
1.4443 + ((void (*)(float * dest, const uint32_t * src, int n, const double * s2_1, const double * s3_1))(_oil_function_class_scaleconv_f32_u32.func))(dest, src, n, s2_1, s3_1);
1.4444 +}
1.4445 +
1.4446 +#undef oil_scaleconv_f32_u8
1.4447 +#ifdef __SYMBIAN32__
1.4448 +
1.4449 +#endif
1.4450 +void
1.4451 +oil_scaleconv_f32_u8 (float * dest, const uint8_t * src, int n, const double * s2_1, const double * s3_1)
1.4452 +{
1.4453 + if (_oil_function_class_scaleconv_f32_u8.func == NULL) {
1.4454 + oil_class_optimize (&_oil_function_class_scaleconv_f32_u8);
1.4455 + }
1.4456 + ((void (*)(float * dest, const uint8_t * src, int n, const double * s2_1, const double * s3_1))(_oil_function_class_scaleconv_f32_u8.func))(dest, src, n, s2_1, s3_1);
1.4457 +}
1.4458 +
1.4459 +#undef oil_scaleconv_f64_s16
1.4460 +#ifdef __SYMBIAN32__
1.4461 +
1.4462 +#endif
1.4463 +void
1.4464 +oil_scaleconv_f64_s16 (double * dest, const int16_t * src, int n, const double * s2_1, const double * s3_1)
1.4465 +{
1.4466 + if (_oil_function_class_scaleconv_f64_s16.func == NULL) {
1.4467 + oil_class_optimize (&_oil_function_class_scaleconv_f64_s16);
1.4468 + }
1.4469 + ((void (*)(double * dest, const int16_t * src, int n, const double * s2_1, const double * s3_1))(_oil_function_class_scaleconv_f64_s16.func))(dest, src, n, s2_1, s3_1);
1.4470 +}
1.4471 +
1.4472 +#undef oil_scaleconv_f64_s32
1.4473 +#ifdef __SYMBIAN32__
1.4474 +
1.4475 +#endif
1.4476 +void
1.4477 +oil_scaleconv_f64_s32 (double * dest, const int32_t * src, int n, const double * s2_1, const double * s3_1)
1.4478 +{
1.4479 + if (_oil_function_class_scaleconv_f64_s32.func == NULL) {
1.4480 + oil_class_optimize (&_oil_function_class_scaleconv_f64_s32);
1.4481 + }
1.4482 + ((void (*)(double * dest, const int32_t * src, int n, const double * s2_1, const double * s3_1))(_oil_function_class_scaleconv_f64_s32.func))(dest, src, n, s2_1, s3_1);
1.4483 +}
1.4484 +
1.4485 +#undef oil_scaleconv_f64_s8
1.4486 +#ifdef __SYMBIAN32__
1.4487 +
1.4488 +#endif
1.4489 +void
1.4490 +oil_scaleconv_f64_s8 (double * dest, const int8_t * src, int n, const double * s2_1, const double * s3_1)
1.4491 +{
1.4492 + if (_oil_function_class_scaleconv_f64_s8.func == NULL) {
1.4493 + oil_class_optimize (&_oil_function_class_scaleconv_f64_s8);
1.4494 + }
1.4495 + ((void (*)(double * dest, const int8_t * src, int n, const double * s2_1, const double * s3_1))(_oil_function_class_scaleconv_f64_s8.func))(dest, src, n, s2_1, s3_1);
1.4496 +}
1.4497 +
1.4498 +#undef oil_scaleconv_f64_u16
1.4499 +#ifdef __SYMBIAN32__
1.4500 +
1.4501 +#endif
1.4502 +void
1.4503 +oil_scaleconv_f64_u16 (double * dest, const uint16_t * src, int n, const double * s2_1, const double * s3_1)
1.4504 +{
1.4505 + if (_oil_function_class_scaleconv_f64_u16.func == NULL) {
1.4506 + oil_class_optimize (&_oil_function_class_scaleconv_f64_u16);
1.4507 + }
1.4508 + ((void (*)(double * dest, const uint16_t * src, int n, const double * s2_1, const double * s3_1))(_oil_function_class_scaleconv_f64_u16.func))(dest, src, n, s2_1, s3_1);
1.4509 +}
1.4510 +
1.4511 +#undef oil_scaleconv_f64_u32
1.4512 +#ifdef __SYMBIAN32__
1.4513 +
1.4514 +#endif
1.4515 +void
1.4516 +oil_scaleconv_f64_u32 (double * dest, const uint32_t * src, int n, const double * s2_1, const double * s3_1)
1.4517 +{
1.4518 + if (_oil_function_class_scaleconv_f64_u32.func == NULL) {
1.4519 + oil_class_optimize (&_oil_function_class_scaleconv_f64_u32);
1.4520 + }
1.4521 + ((void (*)(double * dest, const uint32_t * src, int n, const double * s2_1, const double * s3_1))(_oil_function_class_scaleconv_f64_u32.func))(dest, src, n, s2_1, s3_1);
1.4522 +}
1.4523 +
1.4524 +#undef oil_scaleconv_f64_u8
1.4525 +#ifdef __SYMBIAN32__
1.4526 +
1.4527 +#endif
1.4528 +void
1.4529 +oil_scaleconv_f64_u8 (double * dest, const uint8_t * src, int n, const double * s2_1, const double * s3_1)
1.4530 +{
1.4531 + if (_oil_function_class_scaleconv_f64_u8.func == NULL) {
1.4532 + oil_class_optimize (&_oil_function_class_scaleconv_f64_u8);
1.4533 + }
1.4534 + ((void (*)(double * dest, const uint8_t * src, int n, const double * s2_1, const double * s3_1))(_oil_function_class_scaleconv_f64_u8.func))(dest, src, n, s2_1, s3_1);
1.4535 +}
1.4536 +
1.4537 +#undef oil_scaleconv_s16_f32
1.4538 +#ifdef __SYMBIAN32__
1.4539 +
1.4540 +#endif
1.4541 +void
1.4542 +oil_scaleconv_s16_f32 (int16_t * dest, const float * src, int n, const double * s2_1, const double * s3_1)
1.4543 +{
1.4544 + if (_oil_function_class_scaleconv_s16_f32.func == NULL) {
1.4545 + oil_class_optimize (&_oil_function_class_scaleconv_s16_f32);
1.4546 + }
1.4547 + ((void (*)(int16_t * dest, const float * src, int n, const double * s2_1, const double * s3_1))(_oil_function_class_scaleconv_s16_f32.func))(dest, src, n, s2_1, s3_1);
1.4548 +}
1.4549 +
1.4550 +#undef oil_scaleconv_s16_f64
1.4551 +#ifdef __SYMBIAN32__
1.4552 +
1.4553 +#endif
1.4554 +void
1.4555 +oil_scaleconv_s16_f64 (int16_t * dest, const double * src, int n, const double * s2_1, const double * s3_1)
1.4556 +{
1.4557 + if (_oil_function_class_scaleconv_s16_f64.func == NULL) {
1.4558 + oil_class_optimize (&_oil_function_class_scaleconv_s16_f64);
1.4559 + }
1.4560 + ((void (*)(int16_t * dest, const double * src, int n, const double * s2_1, const double * s3_1))(_oil_function_class_scaleconv_s16_f64.func))(dest, src, n, s2_1, s3_1);
1.4561 +}
1.4562 +
1.4563 +#undef oil_scaleconv_s32_f32
1.4564 +#ifdef __SYMBIAN32__
1.4565 +
1.4566 +#endif
1.4567 +void
1.4568 +oil_scaleconv_s32_f32 (int32_t * dest, const float * src, int n, const double * s2_1, const double * s3_1)
1.4569 +{
1.4570 + if (_oil_function_class_scaleconv_s32_f32.func == NULL) {
1.4571 + oil_class_optimize (&_oil_function_class_scaleconv_s32_f32);
1.4572 + }
1.4573 + ((void (*)(int32_t * dest, const float * src, int n, const double * s2_1, const double * s3_1))(_oil_function_class_scaleconv_s32_f32.func))(dest, src, n, s2_1, s3_1);
1.4574 +}
1.4575 +
1.4576 +#undef oil_scaleconv_s32_f64
1.4577 +#ifdef __SYMBIAN32__
1.4578 +
1.4579 +#endif
1.4580 +void
1.4581 +oil_scaleconv_s32_f64 (int32_t * dest, const double * src, int n, const double * s2_1, const double * s3_1)
1.4582 +{
1.4583 + if (_oil_function_class_scaleconv_s32_f64.func == NULL) {
1.4584 + oil_class_optimize (&_oil_function_class_scaleconv_s32_f64);
1.4585 + }
1.4586 + ((void (*)(int32_t * dest, const double * src, int n, const double * s2_1, const double * s3_1))(_oil_function_class_scaleconv_s32_f64.func))(dest, src, n, s2_1, s3_1);
1.4587 +}
1.4588 +
1.4589 +#undef oil_scaleconv_s8_f32
1.4590 +#ifdef __SYMBIAN32__
1.4591 +
1.4592 +#endif
1.4593 +void
1.4594 +oil_scaleconv_s8_f32 (int8_t * dest, const float * src, int n, const double * s2_1, const double * s3_1)
1.4595 +{
1.4596 + if (_oil_function_class_scaleconv_s8_f32.func == NULL) {
1.4597 + oil_class_optimize (&_oil_function_class_scaleconv_s8_f32);
1.4598 + }
1.4599 + ((void (*)(int8_t * dest, const float * src, int n, const double * s2_1, const double * s3_1))(_oil_function_class_scaleconv_s8_f32.func))(dest, src, n, s2_1, s3_1);
1.4600 +}
1.4601 +
1.4602 +#undef oil_scaleconv_s8_f64
1.4603 +#ifdef __SYMBIAN32__
1.4604 +
1.4605 +#endif
1.4606 +void
1.4607 +oil_scaleconv_s8_f64 (int8_t * dest, const double * src, int n, const double * s2_1, const double * s3_1)
1.4608 +{
1.4609 + if (_oil_function_class_scaleconv_s8_f64.func == NULL) {
1.4610 + oil_class_optimize (&_oil_function_class_scaleconv_s8_f64);
1.4611 + }
1.4612 + ((void (*)(int8_t * dest, const double * src, int n, const double * s2_1, const double * s3_1))(_oil_function_class_scaleconv_s8_f64.func))(dest, src, n, s2_1, s3_1);
1.4613 +}
1.4614 +
1.4615 +#undef oil_scaleconv_u16_f32
1.4616 +#ifdef __SYMBIAN32__
1.4617 +
1.4618 +#endif
1.4619 +void
1.4620 +oil_scaleconv_u16_f32 (uint16_t * dest, const float * src, int n, const double * s2_1, const double * s3_1)
1.4621 +{
1.4622 + if (_oil_function_class_scaleconv_u16_f32.func == NULL) {
1.4623 + oil_class_optimize (&_oil_function_class_scaleconv_u16_f32);
1.4624 + }
1.4625 + ((void (*)(uint16_t * dest, const float * src, int n, const double * s2_1, const double * s3_1))(_oil_function_class_scaleconv_u16_f32.func))(dest, src, n, s2_1, s3_1);
1.4626 +}
1.4627 +
1.4628 +#undef oil_scaleconv_u16_f64
1.4629 +#ifdef __SYMBIAN32__
1.4630 +
1.4631 +#endif
1.4632 +void
1.4633 +oil_scaleconv_u16_f64 (uint16_t * dest, const double * src, int n, const double * s2_1, const double * s3_1)
1.4634 +{
1.4635 + if (_oil_function_class_scaleconv_u16_f64.func == NULL) {
1.4636 + oil_class_optimize (&_oil_function_class_scaleconv_u16_f64);
1.4637 + }
1.4638 + ((void (*)(uint16_t * dest, const double * src, int n, const double * s2_1, const double * s3_1))(_oil_function_class_scaleconv_u16_f64.func))(dest, src, n, s2_1, s3_1);
1.4639 +}
1.4640 +
1.4641 +#undef oil_scaleconv_u32_f32
1.4642 +#ifdef __SYMBIAN32__
1.4643 +
1.4644 +#endif
1.4645 +void
1.4646 +oil_scaleconv_u32_f32 (uint32_t * dest, const float * src, int n, const double * s2_1, const double * s3_1)
1.4647 +{
1.4648 + if (_oil_function_class_scaleconv_u32_f32.func == NULL) {
1.4649 + oil_class_optimize (&_oil_function_class_scaleconv_u32_f32);
1.4650 + }
1.4651 + ((void (*)(uint32_t * dest, const float * src, int n, const double * s2_1, const double * s3_1))(_oil_function_class_scaleconv_u32_f32.func))(dest, src, n, s2_1, s3_1);
1.4652 +}
1.4653 +
1.4654 +#undef oil_scaleconv_u32_f64
1.4655 +#ifdef __SYMBIAN32__
1.4656 +
1.4657 +#endif
1.4658 +void
1.4659 +oil_scaleconv_u32_f64 (uint32_t * dest, const double * src, int n, const double * s2_1, const double * s3_1)
1.4660 +{
1.4661 + if (_oil_function_class_scaleconv_u32_f64.func == NULL) {
1.4662 + oil_class_optimize (&_oil_function_class_scaleconv_u32_f64);
1.4663 + }
1.4664 + ((void (*)(uint32_t * dest, const double * src, int n, const double * s2_1, const double * s3_1))(_oil_function_class_scaleconv_u32_f64.func))(dest, src, n, s2_1, s3_1);
1.4665 +}
1.4666 +
1.4667 +#undef oil_scaleconv_u8_f32
1.4668 +#ifdef __SYMBIAN32__
1.4669 +
1.4670 +#endif
1.4671 +void
1.4672 +oil_scaleconv_u8_f32 (uint8_t * dest, const float * src, int n, const double * s2_1, const double * s3_1)
1.4673 +{
1.4674 + if (_oil_function_class_scaleconv_u8_f32.func == NULL) {
1.4675 + oil_class_optimize (&_oil_function_class_scaleconv_u8_f32);
1.4676 + }
1.4677 + ((void (*)(uint8_t * dest, const float * src, int n, const double * s2_1, const double * s3_1))(_oil_function_class_scaleconv_u8_f32.func))(dest, src, n, s2_1, s3_1);
1.4678 +}
1.4679 +
1.4680 +#undef oil_scaleconv_u8_f64
1.4681 +#ifdef __SYMBIAN32__
1.4682 +
1.4683 +#endif
1.4684 +void
1.4685 +oil_scaleconv_u8_f64 (uint8_t * dest, const double * src, int n, const double * s2_1, const double * s3_1)
1.4686 +{
1.4687 + if (_oil_function_class_scaleconv_u8_f64.func == NULL) {
1.4688 + oil_class_optimize (&_oil_function_class_scaleconv_u8_f64);
1.4689 + }
1.4690 + ((void (*)(uint8_t * dest, const double * src, int n, const double * s2_1, const double * s3_1))(_oil_function_class_scaleconv_u8_f64.func))(dest, src, n, s2_1, s3_1);
1.4691 +}
1.4692 +
1.4693 +#undef oil_scanlinescale2_u8
1.4694 +#ifdef __SYMBIAN32__
1.4695 +
1.4696 +#endif
1.4697 +void
1.4698 +oil_scanlinescale2_u8 (uint8_t * d, const uint8_t * s, int n)
1.4699 +{
1.4700 + if (_oil_function_class_scanlinescale2_u8.func == NULL) {
1.4701 + oil_class_optimize (&_oil_function_class_scanlinescale2_u8);
1.4702 + }
1.4703 + ((void (*)(uint8_t * d, const uint8_t * s, int n))(_oil_function_class_scanlinescale2_u8.func))(d, s, n);
1.4704 +}
1.4705 +
1.4706 +#undef oil_sign_f32
1.4707 +#ifdef __SYMBIAN32__
1.4708 +
1.4709 +#endif
1.4710 +void
1.4711 +oil_sign_f32 (float * d, const float * s, int n)
1.4712 +{
1.4713 + if (_oil_function_class_sign_f32.func == NULL) {
1.4714 + oil_class_optimize (&_oil_function_class_sign_f32);
1.4715 + }
1.4716 + ((void (*)(float * d, const float * s, int n))(_oil_function_class_sign_f32.func))(d, s, n);
1.4717 +}
1.4718 +
1.4719 +#undef oil_sincos_f64
1.4720 +#ifdef __SYMBIAN32__
1.4721 +
1.4722 +#endif
1.4723 +void
1.4724 +oil_sincos_f64 (double * dest1, double * dest2, int n, const double * s1_1, const double * s2_1)
1.4725 +{
1.4726 + if (_oil_function_class_sincos_f64.func == NULL) {
1.4727 + oil_class_optimize (&_oil_function_class_sincos_f64);
1.4728 + }
1.4729 + ((void (*)(double * dest1, double * dest2, int n, const double * s1_1, const double * s2_1))(_oil_function_class_sincos_f64.func))(dest1, dest2, n, s1_1, s2_1);
1.4730 +}
1.4731 +
1.4732 +#undef oil_splat_u16_ns
1.4733 +#ifdef __SYMBIAN32__
1.4734 +
1.4735 +#endif
1.4736 +void
1.4737 +oil_splat_u16_ns (uint16_t * dest, const uint16_t * s1_1, int n)
1.4738 +{
1.4739 + if (_oil_function_class_splat_u16_ns.func == NULL) {
1.4740 + oil_class_optimize (&_oil_function_class_splat_u16_ns);
1.4741 + }
1.4742 + ((void (*)(uint16_t * dest, const uint16_t * s1_1, int n))(_oil_function_class_splat_u16_ns.func))(dest, s1_1, n);
1.4743 +}
1.4744 +
1.4745 +#undef oil_splat_u32
1.4746 +#ifdef __SYMBIAN32__
1.4747 +
1.4748 +#endif
1.4749 +void
1.4750 +oil_splat_u32 (uint32_t * dest, int dstr, const uint32_t * s1_1, int n)
1.4751 +{
1.4752 + if (_oil_function_class_splat_u32.func == NULL) {
1.4753 + oil_class_optimize (&_oil_function_class_splat_u32);
1.4754 + }
1.4755 + ((void (*)(uint32_t * dest, int dstr, const uint32_t * s1_1, int n))(_oil_function_class_splat_u32.func))(dest, dstr, s1_1, n);
1.4756 +}
1.4757 +
1.4758 +#undef oil_splat_u32_ns
1.4759 +#ifdef __SYMBIAN32__
1.4760 +
1.4761 +#endif
1.4762 +void
1.4763 +oil_splat_u32_ns (uint32_t * dest, const uint32_t * s1_1, int n)
1.4764 +{
1.4765 + if (_oil_function_class_splat_u32_ns.func == NULL) {
1.4766 + oil_class_optimize (&_oil_function_class_splat_u32_ns);
1.4767 + }
1.4768 + ((void (*)(uint32_t * dest, const uint32_t * s1_1, int n))(_oil_function_class_splat_u32_ns.func))(dest, s1_1, n);
1.4769 +}
1.4770 +
1.4771 +#undef oil_splat_u8
1.4772 +#ifdef __SYMBIAN32__
1.4773 +
1.4774 +#endif
1.4775 +void
1.4776 +oil_splat_u8 (uint8_t * dest, int dstr, const uint8_t * s1_1, int n)
1.4777 +{
1.4778 + if (_oil_function_class_splat_u8.func == NULL) {
1.4779 + oil_class_optimize (&_oil_function_class_splat_u8);
1.4780 + }
1.4781 + ((void (*)(uint8_t * dest, int dstr, const uint8_t * s1_1, int n))(_oil_function_class_splat_u8.func))(dest, dstr, s1_1, n);
1.4782 +}
1.4783 +
1.4784 +#undef oil_splat_u8_ns
1.4785 +#ifdef __SYMBIAN32__
1.4786 +
1.4787 +#endif
1.4788 +void
1.4789 +oil_splat_u8_ns (uint8_t * dest, const uint8_t * s1_1, int n)
1.4790 +{
1.4791 + if (_oil_function_class_splat_u8_ns.func == NULL) {
1.4792 + oil_class_optimize (&_oil_function_class_splat_u8_ns);
1.4793 + }
1.4794 + ((void (*)(uint8_t * dest, const uint8_t * s1_1, int n))(_oil_function_class_splat_u8_ns.func))(dest, s1_1, n);
1.4795 +}
1.4796 +
1.4797 +#undef oil_split_135
1.4798 +#ifdef __SYMBIAN32__
1.4799 +
1.4800 +#endif
1.4801 +void
1.4802 +oil_split_135 (int16_t * d_2xn, const int16_t * s_2xn, int n)
1.4803 +{
1.4804 + if (_oil_function_class_split_135.func == NULL) {
1.4805 + oil_class_optimize (&_oil_function_class_split_135);
1.4806 + }
1.4807 + ((void (*)(int16_t * d_2xn, const int16_t * s_2xn, int n))(_oil_function_class_split_135.func))(d_2xn, s_2xn, n);
1.4808 +}
1.4809 +
1.4810 +#undef oil_split_53
1.4811 +#ifdef __SYMBIAN32__
1.4812 +
1.4813 +#endif
1.4814 +void
1.4815 +oil_split_53 (int16_t * d_2xn, const int16_t * s_2xn, int n)
1.4816 +{
1.4817 + if (_oil_function_class_split_53.func == NULL) {
1.4818 + oil_class_optimize (&_oil_function_class_split_53);
1.4819 + }
1.4820 + ((void (*)(int16_t * d_2xn, const int16_t * s_2xn, int n))(_oil_function_class_split_53.func))(d_2xn, s_2xn, n);
1.4821 +}
1.4822 +
1.4823 +#undef oil_split_approx97
1.4824 +#ifdef __SYMBIAN32__
1.4825 +
1.4826 +#endif
1.4827 +void
1.4828 +oil_split_approx97 (int16_t * d_2xn, const int16_t * s_2xn, int n)
1.4829 +{
1.4830 + if (_oil_function_class_split_approx97.func == NULL) {
1.4831 + oil_class_optimize (&_oil_function_class_split_approx97);
1.4832 + }
1.4833 + ((void (*)(int16_t * d_2xn, const int16_t * s_2xn, int n))(_oil_function_class_split_approx97.func))(d_2xn, s_2xn, n);
1.4834 +}
1.4835 +
1.4836 +#undef oil_split_daub97
1.4837 +#ifdef __SYMBIAN32__
1.4838 +
1.4839 +#endif
1.4840 +void
1.4841 +oil_split_daub97 (int16_t * d_2xn, const int16_t * s_2xn, int n)
1.4842 +{
1.4843 + if (_oil_function_class_split_daub97.func == NULL) {
1.4844 + oil_class_optimize (&_oil_function_class_split_daub97);
1.4845 + }
1.4846 + ((void (*)(int16_t * d_2xn, const int16_t * s_2xn, int n))(_oil_function_class_split_daub97.func))(d_2xn, s_2xn, n);
1.4847 +}
1.4848 +
1.4849 +#undef oil_squaresum_f32
1.4850 +#ifdef __SYMBIAN32__
1.4851 +
1.4852 +#endif
1.4853 +void
1.4854 +oil_squaresum_f32 (float * d, const float * s, int n)
1.4855 +{
1.4856 + if (_oil_function_class_squaresum_f32.func == NULL) {
1.4857 + oil_class_optimize (&_oil_function_class_squaresum_f32);
1.4858 + }
1.4859 + ((void (*)(float * d, const float * s, int n))(_oil_function_class_squaresum_f32.func))(d, s, n);
1.4860 +}
1.4861 +
1.4862 +#undef oil_squaresum_f64
1.4863 +#ifdef __SYMBIAN32__
1.4864 +
1.4865 +#endif
1.4866 +void
1.4867 +oil_squaresum_f64 (double * d, const double * s, int n)
1.4868 +{
1.4869 + if (_oil_function_class_squaresum_f64.func == NULL) {
1.4870 + oil_class_optimize (&_oil_function_class_squaresum_f64);
1.4871 + }
1.4872 + ((void (*)(double * d, const double * s, int n))(_oil_function_class_squaresum_f64.func))(d, s, n);
1.4873 +}
1.4874 +
1.4875 +#undef oil_squaresum_shifted_s16
1.4876 +#ifdef __SYMBIAN32__
1.4877 +
1.4878 +#endif
1.4879 +void
1.4880 +oil_squaresum_shifted_s16 (uint32_t * d, const int16_t * s, int n)
1.4881 +{
1.4882 + if (_oil_function_class_squaresum_shifted_s16.func == NULL) {
1.4883 + oil_class_optimize (&_oil_function_class_squaresum_shifted_s16);
1.4884 + }
1.4885 + ((void (*)(uint32_t * d, const int16_t * s, int n))(_oil_function_class_squaresum_shifted_s16.func))(d, s, n);
1.4886 +}
1.4887 +
1.4888 +#undef oil_subtract_f32
1.4889 +#ifdef __SYMBIAN32__
1.4890 +
1.4891 +#endif
1.4892 +void
1.4893 +oil_subtract_f32 (float * d, const float * s1, const float * s2, int n)
1.4894 +{
1.4895 + if (_oil_function_class_subtract_f32.func == NULL) {
1.4896 + oil_class_optimize (&_oil_function_class_subtract_f32);
1.4897 + }
1.4898 + ((void (*)(float * d, const float * s1, const float * s2, int n))(_oil_function_class_subtract_f32.func))(d, s1, s2, n);
1.4899 +}
1.4900 +
1.4901 +#undef oil_subtract_f64
1.4902 +#ifdef __SYMBIAN32__
1.4903 +
1.4904 +#endif
1.4905 +void
1.4906 +oil_subtract_f64 (double * d, const double * s1, const double * s2, int n)
1.4907 +{
1.4908 + if (_oil_function_class_subtract_f64.func == NULL) {
1.4909 + oil_class_optimize (&_oil_function_class_subtract_f64);
1.4910 + }
1.4911 + ((void (*)(double * d, const double * s1, const double * s2, int n))(_oil_function_class_subtract_f64.func))(d, s1, s2, n);
1.4912 +}
1.4913 +
1.4914 +#undef oil_subtract_s16
1.4915 +#ifdef __SYMBIAN32__
1.4916 +
1.4917 +#endif
1.4918 +void
1.4919 +oil_subtract_s16 (int16_t * d, const int16_t * src1, const int16_t * src2, int n)
1.4920 +{
1.4921 + if (_oil_function_class_subtract_s16.func == NULL) {
1.4922 + oil_class_optimize (&_oil_function_class_subtract_s16);
1.4923 + }
1.4924 + ((void (*)(int16_t * d, const int16_t * src1, const int16_t * src2, int n))(_oil_function_class_subtract_s16.func))(d, src1, src2, n);
1.4925 +}
1.4926 +
1.4927 +#undef oil_subtract_s16_u8
1.4928 +#ifdef __SYMBIAN32__
1.4929 +
1.4930 +#endif
1.4931 +void
1.4932 +oil_subtract_s16_u8 (int16_t * d, const int16_t * src1, const uint8_t * src2, int n)
1.4933 +{
1.4934 + if (_oil_function_class_subtract_s16_u8.func == NULL) {
1.4935 + oil_class_optimize (&_oil_function_class_subtract_s16_u8);
1.4936 + }
1.4937 + ((void (*)(int16_t * d, const int16_t * src1, const uint8_t * src2, int n))(_oil_function_class_subtract_s16_u8.func))(d, src1, src2, n);
1.4938 +}
1.4939 +
1.4940 +#undef oil_sum_f64
1.4941 +#ifdef __SYMBIAN32__
1.4942 +
1.4943 +#endif
1.4944 +void
1.4945 +oil_sum_f64 (double * d_1, const double * s, int sstr, int n)
1.4946 +{
1.4947 + if (_oil_function_class_sum_f64.func == NULL) {
1.4948 + oil_class_optimize (&_oil_function_class_sum_f64);
1.4949 + }
1.4950 + ((void (*)(double * d_1, const double * s, int sstr, int n))(_oil_function_class_sum_f64.func))(d_1, s, sstr, n);
1.4951 +}
1.4952 +
1.4953 +#undef oil_sum_s16
1.4954 +#ifdef __SYMBIAN32__
1.4955 +
1.4956 +#endif
1.4957 +void
1.4958 +oil_sum_s16 (int16_t * d_1, const int16_t * s, int n)
1.4959 +{
1.4960 + if (_oil_function_class_sum_s16.func == NULL) {
1.4961 + oil_class_optimize (&_oil_function_class_sum_s16);
1.4962 + }
1.4963 + ((void (*)(int16_t * d_1, const int16_t * s, int n))(_oil_function_class_sum_s16.func))(d_1, s, n);
1.4964 +}
1.4965 +
1.4966 +#undef oil_swab_u16
1.4967 +#ifdef __SYMBIAN32__
1.4968 +
1.4969 +#endif
1.4970 +void
1.4971 +oil_swab_u16 (uint16_t * d_n, const uint16_t * s_n, int n)
1.4972 +{
1.4973 + if (_oil_function_class_swab_u16.func == NULL) {
1.4974 + oil_class_optimize (&_oil_function_class_swab_u16);
1.4975 + }
1.4976 + ((void (*)(uint16_t * d_n, const uint16_t * s_n, int n))(_oil_function_class_swab_u16.func))(d_n, s_n, n);
1.4977 +}
1.4978 +
1.4979 +#undef oil_swab_u32
1.4980 +#ifdef __SYMBIAN32__
1.4981 +
1.4982 +#endif
1.4983 +void
1.4984 +oil_swab_u32 (uint32_t * d_n, const uint32_t * s_n, int n)
1.4985 +{
1.4986 + if (_oil_function_class_swab_u32.func == NULL) {
1.4987 + oil_class_optimize (&_oil_function_class_swab_u32);
1.4988 + }
1.4989 + ((void (*)(uint32_t * d_n, const uint32_t * s_n, int n))(_oil_function_class_swab_u32.func))(d_n, s_n, n);
1.4990 +}
1.4991 +
1.4992 +#undef oil_synth_135
1.4993 +#ifdef __SYMBIAN32__
1.4994 +
1.4995 +#endif
1.4996 +void
1.4997 +oil_synth_135 (int16_t * d_2xn, const int16_t * s_2xn, int n)
1.4998 +{
1.4999 + if (_oil_function_class_synth_135.func == NULL) {
1.5000 + oil_class_optimize (&_oil_function_class_synth_135);
1.5001 + }
1.5002 + ((void (*)(int16_t * d_2xn, const int16_t * s_2xn, int n))(_oil_function_class_synth_135.func))(d_2xn, s_2xn, n);
1.5003 +}
1.5004 +
1.5005 +#undef oil_synth_53
1.5006 +#ifdef __SYMBIAN32__
1.5007 +
1.5008 +#endif
1.5009 +void
1.5010 +oil_synth_53 (int16_t * d_2xn, const int16_t * s_2xn, int n)
1.5011 +{
1.5012 + if (_oil_function_class_synth_53.func == NULL) {
1.5013 + oil_class_optimize (&_oil_function_class_synth_53);
1.5014 + }
1.5015 + ((void (*)(int16_t * d_2xn, const int16_t * s_2xn, int n))(_oil_function_class_synth_53.func))(d_2xn, s_2xn, n);
1.5016 +}
1.5017 +
1.5018 +#undef oil_synth_approx97
1.5019 +#ifdef __SYMBIAN32__
1.5020 +
1.5021 +#endif
1.5022 +void
1.5023 +oil_synth_approx97 (int16_t * d_2xn, const int16_t * s_2xn, int n)
1.5024 +{
1.5025 + if (_oil_function_class_synth_approx97.func == NULL) {
1.5026 + oil_class_optimize (&_oil_function_class_synth_approx97);
1.5027 + }
1.5028 + ((void (*)(int16_t * d_2xn, const int16_t * s_2xn, int n))(_oil_function_class_synth_approx97.func))(d_2xn, s_2xn, n);
1.5029 +}
1.5030 +
1.5031 +#undef oil_synth_daub97
1.5032 +#ifdef __SYMBIAN32__
1.5033 +
1.5034 +#endif
1.5035 +void
1.5036 +oil_synth_daub97 (int16_t * d_2xn, const int16_t * s_2xn, int n)
1.5037 +{
1.5038 + if (_oil_function_class_synth_daub97.func == NULL) {
1.5039 + oil_class_optimize (&_oil_function_class_synth_daub97);
1.5040 + }
1.5041 + ((void (*)(int16_t * d_2xn, const int16_t * s_2xn, int n))(_oil_function_class_synth_daub97.func))(d_2xn, s_2xn, n);
1.5042 +}
1.5043 +
1.5044 +#undef oil_tablelookup_u8
1.5045 +#ifdef __SYMBIAN32__
1.5046 +
1.5047 +#endif
1.5048 +void
1.5049 +oil_tablelookup_u8 (uint8_t * d, int ds, const uint8_t * s1, int ss1, const uint8_t * s2_256, int ss2, int n)
1.5050 +{
1.5051 + if (_oil_function_class_tablelookup_u8.func == NULL) {
1.5052 + oil_class_optimize (&_oil_function_class_tablelookup_u8);
1.5053 + }
1.5054 + ((void (*)(uint8_t * d, int ds, const uint8_t * s1, int ss1, const uint8_t * s2_256, int ss2, int n))(_oil_function_class_tablelookup_u8.func))(d, ds, s1, ss1, s2_256, ss2, n);
1.5055 +}
1.5056 +
1.5057 +#undef oil_testzero_u8
1.5058 +#ifdef __SYMBIAN32__
1.5059 +
1.5060 +#endif
1.5061 +void
1.5062 +oil_testzero_u8 (uint32_t * d_1, const uint8_t * s, int n)
1.5063 +{
1.5064 + if (_oil_function_class_testzero_u8.func == NULL) {
1.5065 + oil_class_optimize (&_oil_function_class_testzero_u8);
1.5066 + }
1.5067 + ((void (*)(uint32_t * d_1, const uint8_t * s, int n))(_oil_function_class_testzero_u8.func))(d_1, s, n);
1.5068 +}
1.5069 +
1.5070 +#undef oil_trans8x8_f64
1.5071 +#ifdef __SYMBIAN32__
1.5072 +
1.5073 +#endif
1.5074 +void
1.5075 +oil_trans8x8_f64 (double * d_8x8, int ds, const double * s_8x8, int ss)
1.5076 +{
1.5077 + if (_oil_function_class_trans8x8_f64.func == NULL) {
1.5078 + oil_class_optimize (&_oil_function_class_trans8x8_f64);
1.5079 + }
1.5080 + ((void (*)(double * d_8x8, int ds, const double * s_8x8, int ss))(_oil_function_class_trans8x8_f64.func))(d_8x8, ds, s_8x8, ss);
1.5081 +}
1.5082 +
1.5083 +#undef oil_trans8x8_u16
1.5084 +#ifdef __SYMBIAN32__
1.5085 +
1.5086 +#endif
1.5087 +void
1.5088 +oil_trans8x8_u16 (uint16_t * d_8x8, int ds, const uint16_t * s_8x8, int ss)
1.5089 +{
1.5090 + if (_oil_function_class_trans8x8_u16.func == NULL) {
1.5091 + oil_class_optimize (&_oil_function_class_trans8x8_u16);
1.5092 + }
1.5093 + ((void (*)(uint16_t * d_8x8, int ds, const uint16_t * s_8x8, int ss))(_oil_function_class_trans8x8_u16.func))(d_8x8, ds, s_8x8, ss);
1.5094 +}
1.5095 +
1.5096 +#undef oil_trans8x8_u32
1.5097 +#ifdef __SYMBIAN32__
1.5098 +
1.5099 +#endif
1.5100 +void
1.5101 +oil_trans8x8_u32 (uint32_t * d_8x8, int ds, const uint32_t * s_8x8, int ss)
1.5102 +{
1.5103 + if (_oil_function_class_trans8x8_u32.func == NULL) {
1.5104 + oil_class_optimize (&_oil_function_class_trans8x8_u32);
1.5105 + }
1.5106 + ((void (*)(uint32_t * d_8x8, int ds, const uint32_t * s_8x8, int ss))(_oil_function_class_trans8x8_u32.func))(d_8x8, ds, s_8x8, ss);
1.5107 +}
1.5108 +
1.5109 +#undef oil_trans8x8_u8
1.5110 +#ifdef __SYMBIAN32__
1.5111 +
1.5112 +#endif
1.5113 +void
1.5114 +oil_trans8x8_u8 (uint8_t * d_8x8, int ds, const uint8_t * s_8x8, int ss)
1.5115 +{
1.5116 + if (_oil_function_class_trans8x8_u8.func == NULL) {
1.5117 + oil_class_optimize (&_oil_function_class_trans8x8_u8);
1.5118 + }
1.5119 + ((void (*)(uint8_t * d_8x8, int ds, const uint8_t * s_8x8, int ss))(_oil_function_class_trans8x8_u8.func))(d_8x8, ds, s_8x8, ss);
1.5120 +}
1.5121 +
1.5122 +#undef oil_unpackyuyv
1.5123 +#ifdef __SYMBIAN32__
1.5124 +
1.5125 +#endif
1.5126 +void
1.5127 +oil_unpackyuyv (uint8_t * d1_nx2, uint8_t * d2, uint8_t * d3, const uint32_t * s, int n)
1.5128 +{
1.5129 + if (_oil_function_class_unpackyuyv.func == NULL) {
1.5130 + oil_class_optimize (&_oil_function_class_unpackyuyv);
1.5131 + }
1.5132 + ((void (*)(uint8_t * d1_nx2, uint8_t * d2, uint8_t * d3, const uint32_t * s, int n))(_oil_function_class_unpackyuyv.func))(d1_nx2, d2, d3, s, n);
1.5133 +}
1.5134 +
1.5135 +#undef oil_unzigzag8x8_s16
1.5136 +#ifdef __SYMBIAN32__
1.5137 +
1.5138 +#endif
1.5139 +void
1.5140 +oil_unzigzag8x8_s16 (int16_t * d_8x8, int ds, const int16_t * s_8x8, int ss)
1.5141 +{
1.5142 + if (_oil_function_class_unzigzag8x8_s16.func == NULL) {
1.5143 + oil_class_optimize (&_oil_function_class_unzigzag8x8_s16);
1.5144 + }
1.5145 + ((void (*)(int16_t * d_8x8, int ds, const int16_t * s_8x8, int ss))(_oil_function_class_unzigzag8x8_s16.func))(d_8x8, ds, s_8x8, ss);
1.5146 +}
1.5147 +
1.5148 +#undef oil_utf8_validate
1.5149 +#ifdef __SYMBIAN32__
1.5150 +
1.5151 +#endif
1.5152 +void
1.5153 +oil_utf8_validate (int32_t * d_1, const uint8_t * s, int n)
1.5154 +{
1.5155 + if (_oil_function_class_utf8_validate.func == NULL) {
1.5156 + oil_class_optimize (&_oil_function_class_utf8_validate);
1.5157 + }
1.5158 + ((void (*)(int32_t * d_1, const uint8_t * s, int n))(_oil_function_class_utf8_validate.func))(d_1, s, n);
1.5159 +}
1.5160 +
1.5161 +#undef oil_uyvy2ayuv
1.5162 +#ifdef __SYMBIAN32__
1.5163 +
1.5164 +#endif
1.5165 +void
1.5166 +oil_uyvy2ayuv (uint32_t * d_n, const uint32_t * s_n, int n)
1.5167 +{
1.5168 + if (_oil_function_class_uyvy2ayuv.func == NULL) {
1.5169 + oil_class_optimize (&_oil_function_class_uyvy2ayuv);
1.5170 + }
1.5171 + ((void (*)(uint32_t * d_n, const uint32_t * s_n, int n))(_oil_function_class_uyvy2ayuv.func))(d_n, s_n, n);
1.5172 +}
1.5173 +
1.5174 +#undef oil_vectoradd_f32
1.5175 +#ifdef __SYMBIAN32__
1.5176 +
1.5177 +#endif
1.5178 +void
1.5179 +oil_vectoradd_f32 (float * d, int dstr, const float * s1, int sstr1, const float * s2, int sstr2, int n, const float * s3_1, const float * s4_1)
1.5180 +{
1.5181 + if (_oil_function_class_vectoradd_f32.func == NULL) {
1.5182 + oil_class_optimize (&_oil_function_class_vectoradd_f32);
1.5183 + }
1.5184 + ((void (*)(float * d, int dstr, const float * s1, int sstr1, const float * s2, int sstr2, int n, const float * s3_1, const float * s4_1))(_oil_function_class_vectoradd_f32.func))(d, dstr, s1, sstr1, s2, sstr2, n, s3_1, s4_1);
1.5185 +}
1.5186 +
1.5187 +#undef oil_vectoradd_f64
1.5188 +#ifdef __SYMBIAN32__
1.5189 +
1.5190 +#endif
1.5191 +void
1.5192 +oil_vectoradd_f64 (double * d, int dstr, const double * s1, int sstr1, const double * s2, int sstr2, int n, const double * s3_1, const double * s4_1)
1.5193 +{
1.5194 + if (_oil_function_class_vectoradd_f64.func == NULL) {
1.5195 + oil_class_optimize (&_oil_function_class_vectoradd_f64);
1.5196 + }
1.5197 + ((void (*)(double * d, int dstr, const double * s1, int sstr1, const double * s2, int sstr2, int n, const double * s3_1, const double * s4_1))(_oil_function_class_vectoradd_f64.func))(d, dstr, s1, sstr1, s2, sstr2, n, s3_1, s4_1);
1.5198 +}
1.5199 +
1.5200 +#undef oil_vectoradd_s16
1.5201 +#ifdef __SYMBIAN32__
1.5202 +
1.5203 +#endif
1.5204 +void
1.5205 +oil_vectoradd_s16 (int16_t * d, int dstr, const int16_t * s1, int sstr1, const int16_t * s2, int sstr2, int n, const int16_t * s3_1, const int16_t * s4_1)
1.5206 +{
1.5207 + if (_oil_function_class_vectoradd_s16.func == NULL) {
1.5208 + oil_class_optimize (&_oil_function_class_vectoradd_s16);
1.5209 + }
1.5210 + ((void (*)(int16_t * d, int dstr, const int16_t * s1, int sstr1, const int16_t * s2, int sstr2, int n, const int16_t * s3_1, const int16_t * s4_1))(_oil_function_class_vectoradd_s16.func))(d, dstr, s1, sstr1, s2, sstr2, n, s3_1, s4_1);
1.5211 +}
1.5212 +
1.5213 +#undef oil_vectoradd_s32
1.5214 +#ifdef __SYMBIAN32__
1.5215 +
1.5216 +#endif
1.5217 +void
1.5218 +oil_vectoradd_s32 (int32_t * d, int dstr, const int32_t * s1, int sstr1, const int32_t * s2, int sstr2, int n, const int32_t * s3_1, const int32_t * s4_1)
1.5219 +{
1.5220 + if (_oil_function_class_vectoradd_s32.func == NULL) {
1.5221 + oil_class_optimize (&_oil_function_class_vectoradd_s32);
1.5222 + }
1.5223 + ((void (*)(int32_t * d, int dstr, const int32_t * s1, int sstr1, const int32_t * s2, int sstr2, int n, const int32_t * s3_1, const int32_t * s4_1))(_oil_function_class_vectoradd_s32.func))(d, dstr, s1, sstr1, s2, sstr2, n, s3_1, s4_1);
1.5224 +}
1.5225 +
1.5226 +#undef oil_vectoradd_s8
1.5227 +#ifdef __SYMBIAN32__
1.5228 +
1.5229 +#endif
1.5230 +void
1.5231 +oil_vectoradd_s8 (int8_t * d, int dstr, const int8_t * s1, int sstr1, const int8_t * s2, int sstr2, int n, const int8_t * s3_1, const int8_t * s4_1)
1.5232 +{
1.5233 + if (_oil_function_class_vectoradd_s8.func == NULL) {
1.5234 + oil_class_optimize (&_oil_function_class_vectoradd_s8);
1.5235 + }
1.5236 + ((void (*)(int8_t * d, int dstr, const int8_t * s1, int sstr1, const int8_t * s2, int sstr2, int n, const int8_t * s3_1, const int8_t * s4_1))(_oil_function_class_vectoradd_s8.func))(d, dstr, s1, sstr1, s2, sstr2, n, s3_1, s4_1);
1.5237 +}
1.5238 +
1.5239 +#undef oil_vectoradd_s_f32
1.5240 +#ifdef __SYMBIAN32__
1.5241 +
1.5242 +#endif
1.5243 +void
1.5244 +oil_vectoradd_s_f32 (float * d, int dstr, const float * s1, int sstr1, const float * s2, int sstr2, int n)
1.5245 +{
1.5246 + if (_oil_function_class_vectoradd_s_f32.func == NULL) {
1.5247 + oil_class_optimize (&_oil_function_class_vectoradd_s_f32);
1.5248 + }
1.5249 + ((void (*)(float * d, int dstr, const float * s1, int sstr1, const float * s2, int sstr2, int n))(_oil_function_class_vectoradd_s_f32.func))(d, dstr, s1, sstr1, s2, sstr2, n);
1.5250 +}
1.5251 +
1.5252 +#undef oil_vectoradd_s_f64
1.5253 +#ifdef __SYMBIAN32__
1.5254 +
1.5255 +#endif
1.5256 +void
1.5257 +oil_vectoradd_s_f64 (double * d, int dstr, const double * s1, int sstr1, const double * s2, int sstr2, int n)
1.5258 +{
1.5259 + if (_oil_function_class_vectoradd_s_f64.func == NULL) {
1.5260 + oil_class_optimize (&_oil_function_class_vectoradd_s_f64);
1.5261 + }
1.5262 + ((void (*)(double * d, int dstr, const double * s1, int sstr1, const double * s2, int sstr2, int n))(_oil_function_class_vectoradd_s_f64.func))(d, dstr, s1, sstr1, s2, sstr2, n);
1.5263 +}
1.5264 +
1.5265 +#undef oil_vectoradd_s_s16
1.5266 +#ifdef __SYMBIAN32__
1.5267 +
1.5268 +#endif
1.5269 +void
1.5270 +oil_vectoradd_s_s16 (int16_t * d, int dstr, const int16_t * s1, int sstr1, const int16_t * s2, int sstr2, int n)
1.5271 +{
1.5272 + if (_oil_function_class_vectoradd_s_s16.func == NULL) {
1.5273 + oil_class_optimize (&_oil_function_class_vectoradd_s_s16);
1.5274 + }
1.5275 + ((void (*)(int16_t * d, int dstr, const int16_t * s1, int sstr1, const int16_t * s2, int sstr2, int n))(_oil_function_class_vectoradd_s_s16.func))(d, dstr, s1, sstr1, s2, sstr2, n);
1.5276 +}
1.5277 +
1.5278 +#undef oil_vectoradd_s_s8
1.5279 +#ifdef __SYMBIAN32__
1.5280 +
1.5281 +#endif
1.5282 +void
1.5283 +oil_vectoradd_s_s8 (int8_t * d, int dstr, const int8_t * s1, int sstr1, const int8_t * s2, int sstr2, int n)
1.5284 +{
1.5285 + if (_oil_function_class_vectoradd_s_s8.func == NULL) {
1.5286 + oil_class_optimize (&_oil_function_class_vectoradd_s_s8);
1.5287 + }
1.5288 + ((void (*)(int8_t * d, int dstr, const int8_t * s1, int sstr1, const int8_t * s2, int sstr2, int n))(_oil_function_class_vectoradd_s_s8.func))(d, dstr, s1, sstr1, s2, sstr2, n);
1.5289 +}
1.5290 +
1.5291 +#undef oil_vectoradd_s_u16
1.5292 +#ifdef __SYMBIAN32__
1.5293 +
1.5294 +#endif
1.5295 +void
1.5296 +oil_vectoradd_s_u16 (uint16_t * d, int dstr, const uint16_t * s1, int sstr1, const uint16_t * s2, int sstr2, int n)
1.5297 +{
1.5298 + if (_oil_function_class_vectoradd_s_u16.func == NULL) {
1.5299 + oil_class_optimize (&_oil_function_class_vectoradd_s_u16);
1.5300 + }
1.5301 + ((void (*)(uint16_t * d, int dstr, const uint16_t * s1, int sstr1, const uint16_t * s2, int sstr2, int n))(_oil_function_class_vectoradd_s_u16.func))(d, dstr, s1, sstr1, s2, sstr2, n);
1.5302 +}
1.5303 +
1.5304 +#undef oil_vectoradd_s_u8
1.5305 +#ifdef __SYMBIAN32__
1.5306 +
1.5307 +#endif
1.5308 +void
1.5309 +oil_vectoradd_s_u8 (uint8_t * d, int dstr, const uint8_t * s1, int sstr1, const uint8_t * s2, int sstr2, int n)
1.5310 +{
1.5311 + if (_oil_function_class_vectoradd_s_u8.func == NULL) {
1.5312 + oil_class_optimize (&_oil_function_class_vectoradd_s_u8);
1.5313 + }
1.5314 + ((void (*)(uint8_t * d, int dstr, const uint8_t * s1, int sstr1, const uint8_t * s2, int sstr2, int n))(_oil_function_class_vectoradd_s_u8.func))(d, dstr, s1, sstr1, s2, sstr2, n);
1.5315 +}
1.5316 +
1.5317 +#undef oil_vectoradd_u16
1.5318 +#ifdef __SYMBIAN32__
1.5319 +
1.5320 +#endif
1.5321 +void
1.5322 +oil_vectoradd_u16 (uint16_t * d, int dstr, const uint16_t * s1, int sstr1, const uint16_t * s2, int sstr2, int n, const uint16_t * s3_1, const uint16_t * s4_1)
1.5323 +{
1.5324 + if (_oil_function_class_vectoradd_u16.func == NULL) {
1.5325 + oil_class_optimize (&_oil_function_class_vectoradd_u16);
1.5326 + }
1.5327 + ((void (*)(uint16_t * d, int dstr, const uint16_t * s1, int sstr1, const uint16_t * s2, int sstr2, int n, const uint16_t * s3_1, const uint16_t * s4_1))(_oil_function_class_vectoradd_u16.func))(d, dstr, s1, sstr1, s2, sstr2, n, s3_1, s4_1);
1.5328 +}
1.5329 +
1.5330 +#undef oil_vectoradd_u32
1.5331 +#ifdef __SYMBIAN32__
1.5332 +
1.5333 +#endif
1.5334 +void
1.5335 +oil_vectoradd_u32 (uint32_t * d, int dstr, const uint32_t * s1, int sstr1, const uint32_t * s2, int sstr2, int n, const uint32_t * s3_1, const uint32_t * s4_1)
1.5336 +{
1.5337 + if (_oil_function_class_vectoradd_u32.func == NULL) {
1.5338 + oil_class_optimize (&_oil_function_class_vectoradd_u32);
1.5339 + }
1.5340 + ((void (*)(uint32_t * d, int dstr, const uint32_t * s1, int sstr1, const uint32_t * s2, int sstr2, int n, const uint32_t * s3_1, const uint32_t * s4_1))(_oil_function_class_vectoradd_u32.func))(d, dstr, s1, sstr1, s2, sstr2, n, s3_1, s4_1);
1.5341 +}
1.5342 +
1.5343 +#undef oil_vectoradd_u8
1.5344 +#ifdef __SYMBIAN32__
1.5345 +
1.5346 +#endif
1.5347 +void
1.5348 +oil_vectoradd_u8 (uint8_t * d, int dstr, const uint8_t * s1, int sstr1, const uint8_t * s2, int sstr2, int n, const uint8_t * s3_1, const uint8_t * s4_1)
1.5349 +{
1.5350 + if (_oil_function_class_vectoradd_u8.func == NULL) {
1.5351 + oil_class_optimize (&_oil_function_class_vectoradd_u8);
1.5352 + }
1.5353 + ((void (*)(uint8_t * d, int dstr, const uint8_t * s1, int sstr1, const uint8_t * s2, int sstr2, int n, const uint8_t * s3_1, const uint8_t * s4_1))(_oil_function_class_vectoradd_u8.func))(d, dstr, s1, sstr1, s2, sstr2, n, s3_1, s4_1);
1.5354 +}
1.5355 +
1.5356 +#undef oil_yuv2rgbx_sub2_u8
1.5357 +#ifdef __SYMBIAN32__
1.5358 +
1.5359 +#endif
1.5360 +void
1.5361 +oil_yuv2rgbx_sub2_u8 (uint8_t * d_4xn, const uint8_t * src1, const uint8_t * src2, const uint8_t * src3, int n)
1.5362 +{
1.5363 + if (_oil_function_class_yuv2rgbx_sub2_u8.func == NULL) {
1.5364 + oil_class_optimize (&_oil_function_class_yuv2rgbx_sub2_u8);
1.5365 + }
1.5366 + ((void (*)(uint8_t * d_4xn, const uint8_t * src1, const uint8_t * src2, const uint8_t * src3, int n))(_oil_function_class_yuv2rgbx_sub2_u8.func))(d_4xn, src1, src2, src3, n);
1.5367 +}
1.5368 +
1.5369 +#undef oil_yuv2rgbx_sub4_u8
1.5370 +#ifdef __SYMBIAN32__
1.5371 +
1.5372 +#endif
1.5373 +void
1.5374 +oil_yuv2rgbx_sub4_u8 (uint8_t * d_4xn, const uint8_t * src1, const uint8_t * src2, const uint8_t * src3, int n)
1.5375 +{
1.5376 + if (_oil_function_class_yuv2rgbx_sub4_u8.func == NULL) {
1.5377 + oil_class_optimize (&_oil_function_class_yuv2rgbx_sub4_u8);
1.5378 + }
1.5379 + ((void (*)(uint8_t * d_4xn, const uint8_t * src1, const uint8_t * src2, const uint8_t * src3, int n))(_oil_function_class_yuv2rgbx_sub4_u8.func))(d_4xn, src1, src2, src3, n);
1.5380 +}
1.5381 +
1.5382 +#undef oil_yuv2rgbx_u8
1.5383 +#ifdef __SYMBIAN32__
1.5384 +
1.5385 +#endif
1.5386 +void
1.5387 +oil_yuv2rgbx_u8 (uint8_t * d_4xn, const uint8_t * src1, const uint8_t * src2, const uint8_t * src3, int n)
1.5388 +{
1.5389 + if (_oil_function_class_yuv2rgbx_u8.func == NULL) {
1.5390 + oil_class_optimize (&_oil_function_class_yuv2rgbx_u8);
1.5391 + }
1.5392 + ((void (*)(uint8_t * d_4xn, const uint8_t * src1, const uint8_t * src2, const uint8_t * src3, int n))(_oil_function_class_yuv2rgbx_u8.func))(d_4xn, src1, src2, src3, n);
1.5393 +}
1.5394 +
1.5395 +#undef oil_yuyv2ayuv
1.5396 +#ifdef __SYMBIAN32__
1.5397 +
1.5398 +#endif
1.5399 +void
1.5400 +oil_yuyv2ayuv (uint32_t * d_n, const uint32_t * s_n, int n)
1.5401 +{
1.5402 + if (_oil_function_class_yuyv2ayuv.func == NULL) {
1.5403 + oil_class_optimize (&_oil_function_class_yuyv2ayuv);
1.5404 + }
1.5405 + ((void (*)(uint32_t * d_n, const uint32_t * s_n, int n))(_oil_function_class_yuyv2ayuv.func))(d_n, s_n, n);
1.5406 +}
1.5407 +
1.5408 +#undef oil_yvyu2ayuv
1.5409 +#ifdef __SYMBIAN32__
1.5410 +
1.5411 +#endif
1.5412 +void
1.5413 +oil_yvyu2ayuv (uint32_t * d_n, const uint32_t * s_n, int n)
1.5414 +{
1.5415 + if (_oil_function_class_yvyu2ayuv.func == NULL) {
1.5416 + oil_class_optimize (&_oil_function_class_yvyu2ayuv);
1.5417 + }
1.5418 + ((void (*)(uint32_t * d_n, const uint32_t * s_n, int n))(_oil_function_class_yvyu2ayuv.func))(d_n, s_n, n);
1.5419 +}
1.5420 +
1.5421 +#undef oil_zigzag8x8_s16
1.5422 +#ifdef __SYMBIAN32__
1.5423 +
1.5424 +#endif
1.5425 +void
1.5426 +oil_zigzag8x8_s16 (int16_t * d_8x8, int ds, const int16_t * s_8x8, int ss)
1.5427 +{
1.5428 + if (_oil_function_class_zigzag8x8_s16.func == NULL) {
1.5429 + oil_class_optimize (&_oil_function_class_zigzag8x8_s16);
1.5430 + }
1.5431 + ((void (*)(int16_t * d_8x8, int ds, const int16_t * s_8x8, int ss))(_oil_function_class_zigzag8x8_s16.func))(d_8x8, ds, s_8x8, ss);
1.5432 +}
1.5433 +
1.5434 +