HomeSort by relevance Sort by last modified time
    Searched refs:p01 (Results 1 - 25 of 48) sorted by null

1 2

  /frameworks/native/opengl/libagl/
mipmap.cpp 66 uint32_t p01 = src[offset+bs]; local
69 p01 = (p01 | (p01 << 16)) & mask;
72 uint32_t grb = ((p00 + p10 + p01 + p11) >> 2) & mask;
88 uint32_t p01 = src[offset+bs]; local
90 uint32_t r = ((p00>>11)+(p10>>11)+(p01>>11)+(p11>>11)+2)>>2;
91 uint32_t g = (((p00>>6)+(p10>>6)+(p01>>6)+(p11>>6)+2)>>2)&0x3F;
92 uint32_t b = ((p00&0x3E)+(p10&0x3E)+(p01&0x3E)+(p11&0x3E)+4)>>3;
93 uint32_t a = ((p00&1)+(p10&1)+(p01&1)+(p11&1)+2)>>2
108 uint32_t p01 = src[offset+bs]; local
147 uint32_t p01 = src[c+offset+bs]; local
164 uint32_t p01 = src[offset+bs]; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
dv-mutex.d 10 0: 20 20 08 00 00 a4 \[MII\] \(p01\) mov r4=2
17 26: 40 10 00 00 48 81 \(p01\) mov r4=2
23 46: 40 10 00 00 48 81 \(p01\) mov r4=2
29 66: 40 10 00 00 48 81 \(p01\) mov r4=2
35 86: 40 10 00 00 48 81 \(p01\) mov r4=2
dv-imply.d 10 0: 3c 20 08 00 00 24 \[MFB\] \(p01\) mov r4=2
19 30: 3d 20 1c 00 00 24 \[MFB\] \(p01\) mov r4=7
23 46: 40 10 00 00 48 00 \(p01\) mov r4=2
33 7c: 20 00 00 90 \(p01\) mov r4=2
41 a6: 40 10 00 00 c8 01 \(p01\) mov r4=2
dv-safe.d 16 20: 20 20 08 00 00 a4 \[MII\] \(p01\) mov r4=2
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_convolve3x3.rs 32 float4 p01 = convert_float4(rsGetElementAt_uchar4(gIn, x, y1));
41 p01 *= gCoeffs[1];
50 p00 += p01;
73 float3 p01 = convert_float3(rsGetElementAt_uchar3(gIn, x, y1));
82 p01 *= gCoeffs[1];
91 p00 += p01;
114 float2 p01 = convert_float2(rsGetElementAt_uchar2(gIn, x, y1));
123 p01 *= gCoeffs[1];
132 p00 += p01;
155 float p01 = rsGetElementAt_uchar(gIn, x, y1)
    [all...]
intrinsic_resize.rs 67 float4 p01 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys0));
70 float4 p0 = cubicInterpolate_F4(p00, p01, p02, p03, xf);
117 float3 p01 = convert_float3(rsGetElementAt_uchar3(gIn, xs1, ys0));
120 float3 p0 = cubicInterpolate_F3(p00, p01, p02, p03, xf);
167 float2 p01 = convert_float2(rsGetElementAt_uchar2(gIn, xs1, ys0));
170 float2 p0 = cubicInterpolate_F2(p00, p01, p02, p03, xf);
217 float p01 = (float)(rsGetElementAt_uchar(gIn, xs1, ys0));
220 float p0 = cubicInterpolate_F1(p00, p01, p02, p03, xf);
267 float4 p01 = rsGetElementAt_float4(gIn, xs1, ys0);
270 float4 p0 = cubicInterpolate_F4(p00, p01, p02, p03, xf)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
convolve3x3.rs 35 float4 p01 = rsUnpackColor8888(gPixels[x + gWidth * y1]);
45 p01 *= gCoeffs[1];
54 p00 += p01;
  /external/deqp/modules/glshared/
glsShaderPerformanceMeasurer.hpp 51 , p01 (p01_)
61 tcu::Vec4 p01; //!< Bottom right. member in struct:deqp::gls::AttribSpec
  /external/deqp/framework/common/
tcuBilinearImageCompare.cpp 74 inline deUint8 interpolateChannel (deUint32 fx1, deUint32 fy1, deUint8 p00, deUint8 p01, deUint8 p10, deUint8 p11)
79 const deUint32 sum = fx0*fy0*p00 + fx1*fy0*p10 + fx0*fy1*p01 + fx1*fy1*p11;
101 deUint32 p01 = readRGBA8Raw(access, x0, y1);
106 res |= interpolateChannel(fx1, fy1, getChannel<0>(p00), getChannel<0>(p01), getChannel<0>(p10), getChannel<0>(p11)) << RGBA::RED_SHIFT;
107 res |= interpolateChannel(fx1, fy1, getChannel<1>(p00), getChannel<1>(p01), getChannel<1>(p10), getChannel<1>(p11)) << RGBA::GREEN_SHIFT;
108 res |= interpolateChannel(fx1, fy1, getChannel<2>(p00), getChannel<2>(p01), getChannel<2>(p10), getChannel<2>(p11)) << RGBA::BLUE_SHIFT;
109 res |= interpolateChannel(fx1, fy1, getChannel<3>(p00), getChannel<3>(p01), getChannel<3>(p10), getChannel<3>(p11)) << RGBA::ALPHA_SHIFT;
tcuFuzzyImageCompare.cpp 144 deUint32 p01 = readUnorm8<NumChannels>(src, i0, j1); local
153 (getChannel(p01, c)*(1.0f-a)*( b)) +
tcuTexLookupVerifier.cpp 96 Vec4 p01; //!< (1, 0) member in struct:tcu::ColorQuad
105 dst.p01 = lookup<float>(level, sampler, x0, y1, z);
160 const Vec4 d1 = abs(quad.p01 - quad.p00);
162 const Vec4 d3 = abs(quad.p11 - quad.p01);
205 return min(quad.p00, min(quad.p10, min(quad.p01, quad.p11)));
210 return max(quad.p00, max(quad.p10, max(quad.p01, quad.p11)));
306 const Vec4 c1 = quad.p01*(1.0f - a) + quad.p11*a;
341 const Vec4 c0 = quad0.p00*(1.0f-a)*(1.0f-b) + quad0.p10*a*(1.0f-b) + quad0.p01*(1.0f-a)*b + quad0.p11*a*b;
342 const Vec4 c1 = quad1.p00*(1.0f-a)*(1.0f-b) + quad1.p10*a*(1.0f-b) + quad1.p01*(1.0f-a)*b + quad1.p11*a*b;
422 const Vec4 c0 = quad0.p00*(1.0f-a0)*(1.0f-b0) + quad0.p10*a0*(1.0f-b0) + quad0.p01*(1.0f-a0)*b0 + quad0.p11*a0*b0
    [all...]
  /external/libpng/contrib/intel/
filter_sse2_intrinsics.c 44 const png_uint_16* p01 = p; local
45 const png_byte* p2 = (const png_byte*)(p01+1);
47 png_uint_32 v012 = (png_uint_32)(*p01)
59 png_uint_16* p01 = p; local
60 png_byte* p2 = (png_byte*)(p01+1);
61 *p01 = v012;
  /external/pdfium/third_party/libpng16/contrib/intel/
filter_sse2_intrinsics.c 44 const png_uint_16* p01 = p; local
45 const png_byte* p2 = (const png_byte*)(p01+1);
47 png_uint_32 v012 = (png_uint_32)(*p01)
59 png_uint_16* p01 = p; local
60 png_byte* p2 = (png_byte*)(p01+1);
61 *p01 = v012;
  /external/skia/third_party/libpng/contrib/intel/
filter_sse2_intrinsics.c 44 const png_uint_16* p01 = p; local
45 const png_byte* p2 = (const png_byte*)(p01+1);
47 png_uint_32 v012 = (png_uint_32)(*p01)
59 png_uint_16* p01 = p; local
60 png_byte* p2 = (png_byte*)(p01+1);
61 *p01 = v012;
  /external/deqp/modules/gles2/performance/
es2pTextureCases.cpp 114 Vec2 p01 = (m_coordTransform * Vec3(0.0f, 1.0f, 1.0f)).swizzle(0,1); local
119 Vec4(p01.x(), p01.y(), 0.0f, 0.0f),
124 log << TestLog::Message << "Coords: " << p00 << ", " << p10 << ", " << p01 << ", " << p11 << TestLog::EndMessage;
  /external/deqp/modules/gles3/performance/
es3pTextureCases.cpp 122 Vec2 p01 = (m_coordTransform * Vec3(0.0f, 1.0f, 1.0f)).swizzle(0,1); local
127 Vec4(p01.x(), p01.y(), 0.0f, 0.0f),
132 log << TestLog::Message << "Coords: " << p00 << ", " << p10 << ", " << p01 << ", " << p11 << TestLog::EndMessage;
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
grain.rs 51 uint p01 = 114 * rsGetElementAt_uchar(gBlendSource, x, y1);
60 p00 += p01;
resize.rs 65 float4 p01 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys0));
68 float4 p0 = cubicInterpolate(p00, p01, p02, p03, xf);
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
grain.rs 51 uint p01 = 114 * rsGetElementAt_uchar(gBlendSource, x, y1);
60 p00 += p01;
resize.rs 65 float4 p01 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys0));
68 float4 p0 = cubicInterpolate(p00, p01, p02, p03, xf);
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
grain.rs 51 uint p01 = 114 * rsGetElementAt_uchar(gBlendSource, x, y1);
60 p00 += p01;
resize.rs 65 float4 p01 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys0));
68 float4 p0 = cubicInterpolate(p00, p01, p02, p03, xf);
  /external/webrtc/webrtc/system_wrappers/source/
timestamp_extrapolator.cc 132 double p01 = 1 / _lambda * local
139 _pP[0][1] = p01;
  /external/opencv/cv/src/
cvposit.cpp 299 float p01 = -(ata01 * ata22 - ata12 * ata02); local
307 det += ata01 * p01;
319 b[k] = (p00 * a0 + p01 * a1 + p02 * a2) * inv_det;
320 b[n + k] = (p01 * a0 + p11 * a1 + p12 * a2) * inv_det;
  /external/deqp/framework/delibs/deimage/
deImage.c 149 deARGB p01 = deImage_getPixel(srcImage, x0, y1); local
152 deARGB_add(deARGB_multiply(p01, f01), deARGB_multiply(p11, f11)));

Completed in 436 milliseconds

1 2