| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/ |
| H A D | warpers_inl.hpp | 217 float y_ = r_kinv[3] * x + r_kinv[4] * y + r_kinv[5]; in mapForward() local 221 y_ = t[1] + y_ / z_ * (1 - t[2]); in mapForward() 224 v = scale * y_; in mapForward() 248 float y_ = r_kinv[3] * x + r_kinv[4] * y + r_kinv[5]; in mapForward() local 252 float w = y_ / sqrtf(x_ * x_ + y_ * y_ + z_ * z_); in mapForward() 265 float y_ = cosf(static_cast<float>(CV_PI) - v); in mapBackward() local 269 x = k_rinv[0] * x_ + k_rinv[1] * y_ + k_rinv[2] * z_; in mapBackward() 270 y = k_rinv[3] * x_ + k_rinv[4] * y_ + k_rinv[5] * z_; in mapBackward() 271 z = k_rinv[6] * x_ + k_rinv[7] * y_ + k_rinv[8] * z_; in mapBackward() 282 float y_ = r_kinv[3] * x + r_kinv[4] * y + r_kinv[5]; in mapForward() local [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeotilespec.cpp | 92 d->y_ = y; in setY() 97 return d->y_; in y() 151 y_(-1), in QGeoTileSpecPrivate() 160 y_(other.y_), in QGeoTileSpecPrivate() 168 y_(y), in QGeoTileSpecPrivate() 182 y_ = other.y_; in operator =() 202 if (y_ != rhs.y_) in operator ==() 233 if (y_ < rhs.y_) in operator <() 235 if (y_ > rhs.y_) in operator <()
|
| H A D | qgeotilespec_p_p.h | 72 int y_; variable
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/ |
| H A D | types.hpp | 18 vt_point(double x_, double y_, double z_) : mapbox::geometry::point<double>(x_, y_), z(z_) { in vt_point() 21 vt_point(double x_, double y_) : vt_point(x_, y_, 0.0) { in vt_point()
|
| H A D | tile.hpp | 37 const uint32_t y_, in InternalTile() argument 43 y(y_), in InternalTile()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/ |
| H A D | anchor.hpp | 16 Anchor(float x_, float y_, float angle_, float scale_, int segment_ = -1) in Anchor() argument 17 : point(x_, y_), angle(angle_), scale(scale_), segment(segment_) {} in Anchor()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geometry/0.9.3/include/mapbox/geometry/ |
| H A D | point.hpp | 14 constexpr point(T x_, T y_) in point() 15 : x(x_), y(y_) in point()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | rect.hpp | 8 Rect(T x_, T y_, T w_, T h_) : x(x_), y(y_), w(w_), h(h_) {} in Rect()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/tile/ |
| H A D | tile_id.hpp | 99 inline CanonicalTileID::CanonicalTileID(uint8_t z_, uint32_t x_, uint32_t y_) : z(z_), x(x_), y(y_)… in CanonicalTileID() argument 200 inline UnwrappedTileID::UnwrappedTileID(uint8_t z_, int64_t x_, int64_t y_) in UnwrappedTileID() argument 205 y_ < 0 ? 0 : std::min(static_cast<uint32_t>(y_), static_cast<uint32_t>(1ull << z_) - 1)) { in UnwrappedTileID()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/shelf-pack/2.1.1/include/mapbox/ |
| H A D | shelf-pack.hpp | 84 x_(0), y_(y1), w_(w1), h_(h1), wfree_(w1) { } in Shelf() 107 bins_.emplace_back(id, w1, h1, w1, h_, x1, y_); in alloc() 128 int32_t y() const { return y_; } in y() 135 int32_t y_; member in mapbox::Shelf
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | glyph.hpp | 62 explicit PositionedGlyph(GlyphID glyph_, float x_, float y_, bool vertical_) in PositionedGlyph() argument 63 : glyph(glyph_), x(x_), y(y_), vertical(vertical_) {} in PositionedGlyph()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/ |
| H A D | local_minimum.hpp | 23 local_minimum(bound<T>&& left_bound_, bound<T>&& right_bound_, T y_, bool has_horz_) in local_minimum() 26 y(y_), in local_minimum()
|
| H A D | point.hpp | 43 point(T x_, T y_) : ring(nullptr), x(x_), y(y_), next(this), prev(this) { in point()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/common/ |
| H A D | shapes.h | 70 void set(double x_, double y_) in set() 73 y = y_; in set()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/ |
| H A D | transform_state.cpp | 354 void TransformState::constrain(double& scale_, double& x_, double& y_) const { in constrain() 368 y_ = std::max(-max_y, std::min(y_, max_y)); in constrain()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/earcut/0.12.4/include/mapbox/ |
| H A D | earcut.hpp | 33 Node(N index, double x_, double y_) : i(index), x(x_), y(y_) {} in Node() 70 int32_t zOrder(const double x_, const double y_); 604 int32_t Earcut<N>::zOrder(const double x_, const double y_) { in zOrder() argument 607 int32_t y = static_cast<int32_t>(32767.0 * (y_ - minY) * inv_size); in zOrder()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/earcut/ |
| H A D | earcut.hpp | 57 Node(N index, double x_, double y_) : i(index), x(x_), y(y_) {} in Node() 95 int32_t zOrder(const double x_, const double y_); 641 int32_t Earcut<N>::zOrder(const double x_, const double y_) { in zOrder() argument 644 int32_t y = static_cast<int32_t>(32767.0 * (y_ - minY) * inv_size); in zOrder()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/mesa/mesa-demos/ |
| H A D | 0001-mesa-demos-Add-missing-data-files.patch | 363 + vec4 y_ = floor(j - pParam.w * x_ ) ; // mod(j,N) 366 + vec4 y = y_ *ns.x + ns.yyyy;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | cpp.info | 2581 typeof (Y) y_ = (Y); \ 2582 (x_ < y_) ? x_ : y_; })
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | cpp.info | 2581 typeof (Y) y_ = (Y); \ 2582 (x_ < y_) ? x_ : y_; })
|
| /OK3568_Linux_fs/device/rockchip/common/images/oem/oem_facial_gate/ |
| H A D | ir.yuv | 129 …��������������|tlux]HLKGDCDHR_ggffilnoqswxjE27@96R_eiklllmnmnnmjhfc`_^\ZXk�y_�WFQSUQKMOQRMP=$!"#&*… 389 …������������������������������������������������������~}}{z{{yyz|~~�~~�y_>,6;DEBGE<=GLQH?:<>FR…
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 264 …������ѻ���?EDAGEG]gVs��������������������{������q}�����kj������������������y_�����^-N��������sof\p… 348 …���������������������������������������������������������������������������y_��������������������Ǵ… 575 …������������������������������������������������������������������������y_[]\]]]]^]^^^]\^__^^__… 670 …���������������������������������������������������������������������������y_���������������������… 745 …y_������zy������������{xrldZX[\Z[[YVVVUTSMDD4<����,K���������}�yrvqkiLH|��ukgglvvqx��������{gTB:8… 937 …kkklmlmnnpsy}~~�����������������������������������������������������������y_\XRRRRQSVSQRSQPQPPQSU… 1298 …�Ѓ5DW������������ž�������������������������������������������������^m������y_���������������������… 1426 …������������������������������������������X���������������������Ǫ~u��������y_��zu���g:AACFEKbhWk��… 2156 …���������������������������������������������������������������������������y_��ö�������������ЧF9A�… 2243 …900224:>>=<974467655653462250045651"W�{uyzzz{zyvrry�������xx|}~~y_>1:Uly��{{xwz||}{wyz… [all …]
|