Home
last modified time | relevance | path

Searched refs:PixelWeight (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/surround_view/service-impl/
Dcore_lib.h118 struct PixelWeight { struct
129 PixelWeight() : x(-1), y(-1), weight(0) {} in PixelWeight() argument
131 PixelWeight(int x_, int y_, int weight_) : x(x_), y(y_), weight(weight_) {} in PixelWeight() argument
133 bool operator==(const PixelWeight& rhs) const {
137 PixelWeight& operator=(const PixelWeight& rhs) {