Home
last modified time | relevance | path

Searched defs:pixel (Results 1 – 25 of 108) sorted by relevance

12345

/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp9.cpp33 struct pixel { struct
36 constexpr pixel ur = { 1294, 1024 }; // ok argument
Dp1.cpp103 constexpr struct pixel { // expected-error {{struct cannot be marked constexpr}} struct
106 constexpr pixel(int); argument
109 constexpr pixel::pixel(int a) in pixel() function in pixel
/external/opencv3/modules/features2d/src/
Dfast_score.cpp84 static void testCorner(const uchar* ptr, const int pixel[], int K, int N, int threshold) { in testCorner()
120 int cornerScore<16>(const uchar* ptr, const int pixel[], int threshold) in cornerScore()
210 int cornerScore<12>(const uchar* ptr, const int pixel[], int threshold) in cornerScore()
294 int cornerScore<8>(const uchar* ptr, const int pixel[], int threshold) in cornerScore()
Dagast_score.cpp94 int agast_cornerScore<AgastFeatureDetector::OAST_9_16>(const uchar* ptr, const int pixel[], int thr… in agast_cornerScore()
2169 int agast_cornerScore<AgastFeatureDetector::AGAST_7_12d>(const uchar* ptr, const int pixel[], int t… in agast_cornerScore()
3381 int agast_cornerScore<AgastFeatureDetector::AGAST_7_12s>(const uchar* ptr, const int pixel[], int t… in agast_cornerScore()
9015 int agast_cornerScore<AgastFeatureDetector::AGAST_5_8>(const uchar* ptr, const int pixel[], int thr… in agast_cornerScore()
/external/opencv3/3rdparty/openexr/IlmImf/
DImfPreviewImage.h115 PreviewRgba & pixel (unsigned int x, unsigned int y) in pixel() function
118 const PreviewRgba & pixel (unsigned int x, unsigned int y) const in pixel() function
DImfLut.cpp80 char *pixel = base + data.xStride * in apply() local
128 Rgba *pixel = base + dataWindow.min.x * xStride; in apply() local
DImfPxr24Compressor.cpp325 unsigned int pixel; in compress() local
350 half pixel; in compress() local
373 float pixel; in compress() local
456 unsigned int pixel = 0; in uncompress() local
/external/pdfium/xfa/src/fxbarcode/common/
DBC_GlobalHistogramBinarizer.cpp52 int32_t pixel = (*localLuminances)[x] & 0xff; in GetBlackRow() local
90 int32_t pixel = (*localLuminances)[x] & 0xff; in GetBlackMatrix() local
100 int32_t pixel = (*localLuminances)[offset + x] & 0xff; in GetBlackMatrix() local
/external/pdfium/xfa/src/fxbarcode/
DBC_BufferedImageLuminanceSource.cpp143 int32_t pixel = rowLine[x]; in GetRow() local
160 int32_t pixel = rgb[offset + x]; in GetMatrix() local
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_progress.h36 PixelWeight* GetPixelWeight(int pixel) { in GetPixelWeight()
53 PixelWeight* GetPixelWeight(int pixel) { in GetPixelWeight()
69 PixelWeight* GetPixelWeight(int pixel) { in GetPixelWeight()
/external/webp/src/dsp/
Dlossless_neon.c33 uint8x16x4_t pixel = vld4q_u8((uint8_t*)src); in ConvertBGRAToRGBA() local
48 const uint8x16x4_t pixel = vld4q_u8((uint8_t*)src); in ConvertBGRAToBGR() local
60 const uint8x16x4_t pixel = vld4q_u8((uint8_t*)src); in ConvertBGRAToRGB() local
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
Dbitmaptools.cc162 bool PixelsEqual(const unsigned char* pixel, int color, int tolerance) { in PixelsEqual()
182 for (const unsigned char* pixel = row; pixel < row + bmp.row_size; in Histogram() local
217 for (const unsigned char* pixel = row; pixel < row + bmp.row_size; in BoundingBox() local
/external/skia/tests/
DSkImageTest.cpp38 uint32_t pixel = 0; in DEF_TEST() local
DCTest.cpp61 uint32_t pixel[1] = { 0 }; in test_c() local
DBitmapHeapTest.cpp50 uint32_t* pixel = bm.getAddr32(1,0); in DEF_TEST() local
DReadPixelsTest.cpp104 …SkPMColor* pixel = reinterpret_cast<SkPMColor*>(pixels + y * bmp.rowBytes() + x * bmp.bytesPerPixe… in make_src_bitmap() local
140 …SkPMColor* pixel = reinterpret_cast<SkPMColor*>(pixels + y * bitmap->rowBytes() + x * bitmap->byte… in fill_dst_bmp_with_init_data() local
195 const uint32_t* pixel = bitmap.getAddr32(bx, by); in check_read() local
DClearTest.cpp28 uint32_t pixel = pixels.get()[y * w + x]; in check_rect() local
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/util/
DValPixConverterTest.java104 float pixel = ValPixConverter.valToPix(value, min, max, sizeInPix, true); in testpixToVal() local
/external/autotest/client/deps/glbench/src/
Dpng_helper.cc41 png_byte* pixel = &(row_pointers[y][x*4]); in write_png_file() local
Dwindowmanagertest.cc34 unsigned char* pixel = bitmap; in CreateBitmap() local
/external/opencv3/samples/cpp/
Dconnected_components.cpp27 Vec3b &pixel = dst.at<Vec3b>(r, c); in on_trackbar() local
/external/skia/src/core/
DSkLinearBitmapPipeline.cpp472 static Sk4f VECTORCALL sRGBToLinear(Sk4f pixel) { in sRGBToLinear()
515 Sk4f pixel = SkNx_cast<float, uint8_t>(bytePixel); in getPixel() local
585 Sk4f pixel = bilerp4(xs, ys, px00, px10, px01, px11); in bilerpList() local
630 void VECTORCALL placePixel(Sk4f pixel) override { in placePixel()
649 static void VECTORCALL PlacePixel(SkPM4f* dst, Sk4f pixel, int index) { in PlacePixel()
656 static Sk4f VECTORCALL Premultiply(Sk4f pixel) { in Premultiply()
/external/opencv3/modules/imgproc/test/
Dtest_watershed.cpp101 int& pixel = line[i]; in run() local
/external/opencv/cvaux/src/
Dcvbgfg_gaussmix.cpp291 double pixel[4]; in icvUpdateGaussianBGModel() local
525 icvUpdatePartialNoMatch(double *pixel, in icvUpdatePartialNoMatch()
/external/skia/src/codec/
DSkMasks.cpp61 static uint8_t get_comp(uint32_t pixel, uint32_t mask, uint32_t shift, in get_comp()

12345