Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/av1d/
H A Dfilm_grain_noise_table.c211 static inline RK_S32 Clamp(RK_S32 value, RK_S32 low, RK_S32 high) in Clamp() function
284 Clamp(luma_grain_block[i][j] + RoundPowerOfTwo(wsum, ar_coeff_shift), in GenerateLumaGrainBlock()
364 cb_grain_block[i][j] = Clamp( in GenerateChromaGrainBlock()
369 cr_grain_block[i][j] = Clamp( in GenerateChromaGrainBlock()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dtexture.hpp14 TextureWrap wrapX_ = TextureWrap::Clamp, in Texture()
15 TextureWrap wrapY_ = TextureWrap::Clamp) in Texture()
H A Dtypes.hpp57 enum class TextureWrap : bool { Clamp, Repeat }; enumerator
H A Dcontext.hpp159 TextureWrap wrapX = TextureWrap::Clamp,
160 TextureWrap wrapY = TextureWrap::Clamp);
H A Dcontext.cpp578 wrapX == TextureWrap::Clamp ? GL_CLAMP_TO_EDGE : GL_REPEAT)); in bindTexture()
584 wrapY == TextureWrap::Clamp ? GL_CLAMP_TO_EDGE : GL_REPEAT)); in bindTexture()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_hillshade_layer.cpp132 …gl::TextureFilter::Nearest, gl::TextureMipMap::No, gl::TextureWrap::Clamp, gl::TextureWrap::Clamp); in render()
174 … gl::TextureFilter::Linear, gl::TextureMipMap::No, gl::TextureWrap::Clamp, gl::TextureWrap::Clamp); in render()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/
H A DCVE-2019-7572.patch91 + /* Clamp index value. The inital value can be invalid. */
113 /* Clamp output sample */
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Dline_atlas.cpp144 gl::TextureWrap::Repeat, gl::TextureWrap::Clamp); in bind()
/OK3568_Linux_fs/kernel/arch/arm/lib/
H A Dfindbit.S190 cmp r1, r0 @ Clamp to maxbit
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0020-CVE-2023-22608-1.patch306 + /* Clamp the range to the current trie bucket. */
/OK3568_Linux_fs/external/xserver/
H A DChangeLog6427 dri3: Clamp to 1.0 if not all screens support 1.2
13544 v2: Clamp rectangle bounds addition.
16614 v4: Clamp the region to 15 bits to avoid overflow (Keith Packard)
60764 Xi: Clamp XIClient maximal version to XIVersion