OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:py3
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuIntrinsicConvolve5x5.cpp
90
const uchar4 *py0, const uchar4 *py1, const uchar4 *py2, const uchar4 *
py3
, const uchar4 *py4,
117
convert_float4(
py3
[x0]) * coeff[15] +
118
convert_float4(
py3
[x1]) * coeff[16] +
119
convert_float4(
py3
[x2]) * coeff[17] +
120
convert_float4(
py3
[x3]) * coeff[18] +
121
convert_float4(
py3
[x4]) * coeff[19] +
133
const uchar2 *py0, const uchar2 *py1, const uchar2 *py2, const uchar2 *
py3
, const uchar2 *py4,
160
convert_float2(
py3
[x0]) * coeff[15] +
161
convert_float2(
py3
[x1]) * coeff[16] +
162
convert_float2(
py3
[x2]) * coeff[17]
369
const uchar4 *
py3
= (const uchar4 *)(pin + stride * y3);
local
418
const uchar2 *
py3
= (const uchar2 *)(pin + stride * y3);
local
467
const uchar *
py3
= (const uchar *)(pin + stride * y3);
local
516
const float4 *
py3
= (const float4 *)(pin + stride * y3);
local
565
const float2 *
py3
= (const float2 *)(pin + stride * y3);
local
614
const float *
py3
= (const float *)(pin + stride * y3);
local
[
all
...]
/external/pixman/demos/
quad2quad.c
18
double px3, double
py3
,
126
t12 = - px2 *
py3
* t5 * y3;
128
t13 = px2 *
py3
* x2 * x3 * y3;
131
t16 = px2 *
py3
;
136
t20 = - px2 *
py3
* x3;
143
t25 = - px2 *
py3
* t5;
144
t26 = px2 *
py3
* x3;
151
t31 = - px2 *
py3
;
156
t35 = px2 *
py3
* y3;
165
t42 = - px2 *
py3
* x2 * x3
[
all
...]
Completed in 59 milliseconds