HomeSort by relevance Sort by last modified time
    Searched full:numpixels (Results 1 - 25 of 31) sorted by null

1 2

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
stats_scorer.cpp 28 int numPixels = env->GetDirectBufferCapacity(imageBuffer); // 1 byte per pixel
32 for (int i = 0; i < numPixels; ++i) {
38 result[0] = sum / numPixels; // mean
39 result[1] = sqrt((sumSquares - numPixels * result[0] * result[0]) / (numPixels - 1)); // stdev.
52 int numPixels = (xEnd - xStart) * (yEnd - yStart);
65 result[0] = sum / numPixels; // mean
66 result[1] = (numPixels == 1) ?
67 0 : sqrt((sumSquares - numPixels * result[0] * result[0]) / (numPixels - 1)); // stdev
    [all...]
contrast.cpp 35 const int numPixels = width * height;
37 float* lumArray = new float[numPixels];
38 for (int i = 0; i < numPixels; i++) {
43 const float avg = total / numPixels;
46 for (int i = 0; i < numPixels; i++) {
50 return ((float) sqrt(sum / numPixels));
exposure.cpp 34 const int numPixels = width * height;
39 for (int i = 0; i < numPixels; i++) {
47 return (static_cast<float>(output)) / numPixels;
56 const int numPixels = width * height;
61 for (int i = 0; i < numPixels; i++) {
69 return (static_cast<float>(output)) / numPixels;
brightness.cpp 35 const int numPixels = width * height;
37 for (int i = 0; i < numPixels; i++) {
44 avgPixels[0] = pixelTotals[0] / numPixels;
45 avgPixels[1] = pixelTotals[1] / numPixels;
46 avgPixels[2] = pixelTotals[2] / numPixels;
histogram.cpp 43 int numPixels = env->GetDirectBufferCapacity(imageBuffer) / 4; // 4 bytes per pixel
54 for( ; numPixels > 0; --numPixels) {
58 for( ; numPixels > 0; --numPixels) {
75 int numPixels = env->GetDirectBufferCapacity(imageBuffer) / 4; // 4 bytes per pixel
82 for( ; numPixels > 0; --numPixels) {
99 int numPixels = env->GetDirectBufferCapacity(imageBuffer) / 4; // 4 bytes per pixel
106 for( ; numPixels > 0; --numPixels)
    [all...]
frametovalues.cpp 38 int numPixels = env->GetDirectBufferCapacity(imageBuffer) / 4;
43 for(int idx = 0; idx < numPixels; idx++, disp+=4) {
64 int numPixels = env->GetDirectBufferCapacity(imageBuffer) / 4;
69 for(int idx = 0; idx < numPixels; idx++, pixelDisp += 4, rgbDisp += 3) {
sobeloperator.cpp 78 int numPixels = width * height;
80 short* gxPtr = new short[3 * numPixels];
81 short* gyPtr = new short[3 * numPixels];
86 for (int i = 0; i < numPixels; ++i) {
  /external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Hdr/
LogLum.j3md 7 Float NumPixels
LogLum.frag 12 vec4 blocks(vec2 halfBlockSize, vec2 pixelSize, float numPixels){
  /external/mesa3d/src/mesa/swrast/
s_linetemp.h 76 GLint numPixels;
218 numPixels = MAX2(dx, dy);
229 span.redStep = (ChanToFixed(vert1->color[0]) - span.red ) / numPixels;
230 span.greenStep = (ChanToFixed(vert1->color[1]) - span.green) / numPixels;
231 span.blueStep = (ChanToFixed(vert1->color[2]) - span.blue ) / numPixels;
232 span.alphaStep = (ChanToFixed(vert1->color[3]) - span.alpha) / numPixels;
250 - vert0->attrib[FRAG_ATTRIB_WPOS][2]) / numPixels;
256 - vert0->attrib[FRAG_ATTRIB_WPOS][2]) / numPixels);
262 const GLfloat invLen = 1.0F / numPixels;
290 span.end = numPixels;
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
CornerPathEffectTest.java 78 int numPixels = 0;
83 numPixels += 1;
92 int cornerPixels = numPixels - straightLines;
  /external/jmonkeyengine/engine/src/core/com/jme3/post/
HDRRenderer.java 176 float numPixels = Float.POSITIVE_INFINITY;
182 numPixels = blocks.x * blocks.y;
183 } while (numPixels > iters);
187 numPixels = blocks.x * blocks.y;
189 System.out.println(numPixels);
200 mat.setFloat("NumPixels", numPixels);
  /development/samples/devbytes/graphics/ImagePixelization/src/com/example/android/imagepixelization/
ImagePixelization.java 169 int pixel = 0, red = 0, green = 0, blue = 0, numPixels = 0;
181 numPixels = red = green = blue = 0;
192 numPixels ++;
196 pixel = Color.rgb(red / numPixels, green / numPixels, blue / numPixels);
  /external/skia/src/codec/
SkCodec_libbmp.cpp     [all...]
  /external/deqp/modules/glshared/
glsShaderPerformanceMeasurer.cpp 305 deInt64 numPixels = (deInt64)m_viewportWidth * (deInt64)m_viewportHeight * numQuadGrids;
307 double mfragPerSecond = (double)numPixels / (double)totalTime;
325 deInt64 numPixels = (deInt64)m_viewportWidth * (deInt64)m_viewportHeight * numQuadGrids;
327 double mfragPerSecond = (double)numPixels / (double)totalTime;
334 << TestLog::Float("FragmentsPerVertices", "Vertex-fragment ratio", "Fragments/Vertices", QP_KEY_TAG_NONE, (float)numPixels / (float)numVertices)
  /external/libvncserver/x11vnc/misc/turbovnc/
tight.c 91 int numPixels;
153 static int PaletteInsert(CARD32 rgb, int numPixels, int bpp);
    [all...]
  /external/ceres-solver/examples/
pgm_image.h 62 int NumPixels() const;
124 int PGMImage<Real>::NumPixels() const {
denoising.cc 96 for (unsigned index = 0; index < image.NumPixels(); ++index) {
  /external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp 270 deInt64 numPixels = (deInt64)m_texSize * (deInt64)m_texSize * numTexturesDrawn;
274 double avgMTexelsPerSeconds = (double)numPixels / (double)totalTime;
275 double avgTexelDrawDurationNs = (double)totalTime * 1000.0 / (double)numPixels;
  /external/libvncserver/libvncserver/
tight.c 128 int numPixels;
211 static int PaletteInsert (uint32_t rgb, int numPixels, int bpp);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fColorClearTest.cpp 108 const int numPixels = targetWidth * targetHeight;
111 vector<deUint8> pixelKnownChannelMask (numPixels, 0);
  /external/deqp/modules/gles3/functional/
es3fColorClearTest.cpp 108 const int numPixels = targetWidth * targetHeight;
111 vector<deUint8> pixelKnownChannelMask (numPixels, 0);
  /packages/apps/Camera2/src/com/android/camera/one/v2/
OneCameraImpl.java     [all...]
OneCameraZslImpl.java 399 long numPixels = supportedSizes[i].getWidth() * supportedSizes[i].getHeight();
400 if (numPixels > largestSupportedSizePixels) {
402 largestSupportedSizePixels = numPixels;
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp 3400 size_t numpixels = w * h; local
    [all...]

Completed in 1047 milliseconds

1 2