Searched refs:Clamp (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/av1d/ |
| H A D | film_grain_noise_table.c | 211 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 D | texture.hpp | 14 TextureWrap wrapX_ = TextureWrap::Clamp, in Texture() 15 TextureWrap wrapY_ = TextureWrap::Clamp) in Texture()
|
| H A D | types.hpp | 57 enum class TextureWrap : bool { Clamp, Repeat }; enumerator
|
| H A D | context.hpp | 159 TextureWrap wrapX = TextureWrap::Clamp, 160 TextureWrap wrapY = TextureWrap::Clamp);
|
| H A D | context.cpp | 578 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 D | render_hillshade_layer.cpp | 132 …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 D | CVE-2019-7572.patch | 91 + /* 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 D | line_atlas.cpp | 144 gl::TextureWrap::Repeat, gl::TextureWrap::Clamp); in bind()
|
| /OK3568_Linux_fs/kernel/arch/arm/lib/ |
| H A D | findbit.S | 190 cmp r1, r0 @ Clamp to maxbit
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0020-CVE-2023-22608-1.patch | 306 + /* Clamp the range to the current trie bucket. */
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 6427 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
|