Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_image_source.cpp38 matrices.clear(); in startRender()
45 matrices.push_back(matrix); in startRender()
63 for (auto matrix : matrices) { in finishRender()
H A Drender_image_source.hpp51 std::vector<mat4> matrices; member in mbgl::RenderImageSource
/OK3568_Linux_fs/buildroot/package/eigen/
H A DConfig.in6 matrices, and related algorithms. It is versatile, fast,
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libeigen/
H A Dlibeigen_3.4.0.bb1 DESCRIPTION = "Eigen is a C++ template library for linear algebra: matrices, vectors, numerical sol…
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/
H A Dlpc32xx-key.txt19 since LPC32xx only supports square matrices
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/video/
H A Dtracking_c.h92 float* matrices, int count,
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/video/
H A Dtracking_c.h92 float* matrices, int count,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_raster_layer.cpp136 for (auto matrix_ : imageSource->matrices) { in render()
/OK3568_Linux_fs/buildroot/package/weston/
H A D0076-HACK-Honour-cursor-size-config.patch163 * Warning: This function does not work for projective, affine, or matrices
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0077-HACK-Honour-cursor-size-config.patch163 * Warning: This function does not work for projective, affine, or matrices
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dpixfmt-compressed.rst117 quantization matrices can optionally be specified through the
H A Dvidioc-queryctrl.rst428 quantization matrices for stateless video decoders.
452 scaling matrices for stateless video decoders.
H A Dext-ctrls-codec.rst2424 Specifies quantization matrices (as extracted from the bitstream) for the
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dchacha-avx512vl-x86_64.S201 # operations on four words in two matrices in parallel, sequentially
202 # to the operations on the four words of the other two matrices. The
H A Dchacha-avx2-x86_64.S238 # operations on four words in two matrices in parallel, sequentially
239 # to the operations on the four words of the other two matrices. The
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_cmd.h1538 float matrices[SVGA3D_TRANSFORM_MAX][16]; member
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A DRTFP.txt61 structured data, such as the matrices used in scientific programs, and
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgfortran.info1806 algorithms, if the size of the matrices involved is larger than a
1813 multiplication of matrices with size larger than (or equal to) N
1815 handled by 'gfortran' internal algorithms. If the matrices
1818 matrices.
1829 matrices with size up to N. If the matrices involved are not
1831 of the dimensions of the argument and result matrices.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgfortran.info1806 algorithms, if the size of the matrices involved is larger than a
1813 multiplication of matrices with size larger than (or equal to) N
1815 handled by 'gfortran' internal algorithms. If the matrices
1818 matrices.
1829 matrices with size up to N. If the matrices involved are not
1831 of the dimensions of the argument and result matrices.
/OK3568_Linux_fs/external/xserver/
H A DChangeLog64304 Store two separate matrices, one as requested by the client, one as the
134267 should add floating point matrices to Render.
139169 matrices won't be used while the CRTC is disabled, just leave their values
139249 Handle RandR transform matrices in floating point.
139403 Add funcs to convert between protocol and pixman matrices
139409 Randr now depends on Render for matrices
163106 Replace the ad-hoc transformation mechanisms with matrices.