Home
last modified time | relevance | path

Searched defs:xmin (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dssim.c70 const int xmin = (xo - VP8_SSIM_KERNEL < 0) ? 0 : xo - VP8_SSIM_KERNEL; in SSIMGetClipped_C() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/extras/
A Dget_disto.c140 const int xmin = (xo - SSIM_KERNEL < 0) ? 0 : xo - SSIM_KERNEL; in SSIMGetClipped() local
/AliOS-Things-master/components/SDL2/src/events/
A DSDL_gesture.c347 float xmin,xmax,ymin,ymax; in dollarNormalize() local
/AliOS-Things-master/components/SDL2/src/joystick/bsd/
A DSDL_sysjoystick.c548 static int x, y, xmin = 0xffff, ymin = 0xffff, xmax = 0, ymax = 0; local
/AliOS-Things-master/components/SDL2/src/image/
A Dnanosvgrast.h889 …fillScanline(unsigned char* scanline, int len, int x0, int x1, int maxWeight, int* xmin, int* xmax) in nsvg__fillScanline()
919 …ges(unsigned char* scanline, int len, NSVGactiveEdge* e, int maxWeight, int* xmin, int* xmax, char… in nsvg__fillActiveEdges()
1119 int xmin, xmax; in nsvg__rasterizeSortedEdges() local
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/
A Ddetection_postprocess.cc73 float xmin; member
/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_rect.c128 int xmin = refRect.x; in rect_testIntersectRectAndLineInside() local

Completed in 36 milliseconds