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 D | ssim.c | 70 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 D | get_disto.c | 140 const int xmin = (xo - SSIM_KERNEL < 0) ? 0 : xo - SSIM_KERNEL; in SSIMGetClipped() local
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_gesture.c | 347 float xmin,xmax,ymin,ymax; in dollarNormalize() local
|
/AliOS-Things-master/components/SDL2/src/joystick/bsd/ |
A D | SDL_sysjoystick.c | 548 static int x, y, xmin = 0xffff, ymin = 0xffff, xmax = 0, ymax = 0; local
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | nanosvgrast.h | 889 …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 D | detection_postprocess.cc | 73 float xmin; member
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testautomation_rect.c | 128 int xmin = refRect.x; in rect_testIntersectRectAndLineInside() local
|
Completed in 36 milliseconds