Home
last modified time | relevance | path

Searched defs:half (Results 26 - 50 of 109) sorted by relevance

12345

/third_party/ffmpeg/libavfilter/
H A Dvf_hsvkey.c40 float half; member
62 const float half = s->half; in do_hsvkey_pixel() local
187 const float half = s->half; in do_hsvhold16_slice() local
[all...]
H A Dvf_monochrome.c163 const int half = 1 << (depth - 1); in clear_slice8() local
189 const int half = 1 << (depth - 1); in clear_slice16() local
H A Dvf_premultiply.c45 int half, depth, offset, max; member
93 premultiply8(const uint8_t *msrc, const uint8_t *asrc, uint8_t *dst, ptrdiff_t mlinesize, ptrdiff_t alinesize, ptrdiff_t dlinesize, int w, int h, int half, int shift, int offset) premultiply8() argument
113 premultiply8yuv(const uint8_t *msrc, const uint8_t *asrc, uint8_t *dst, ptrdiff_t mlinesize, ptrdiff_t alinesize, ptrdiff_t dlinesize, int w, int h, int half, int shift, int offset) premultiply8yuv() argument
133 premultiply8offset(const uint8_t *msrc, const uint8_t *asrc, uint8_t *dst, ptrdiff_t mlinesize, ptrdiff_t alinesize, ptrdiff_t dlinesize, int w, int h, int half, int shift, int offset) premultiply8offset() argument
153 premultiply16(const uint8_t *mmsrc, const uint8_t *aasrc, uint8_t *ddst, ptrdiff_t mlinesize, ptrdiff_t alinesize, ptrdiff_t dlinesize, int w, int h, int half, int shift, int offset) premultiply16() argument
176 premultiply16yuv(const uint8_t *mmsrc, const uint8_t *aasrc, uint8_t *ddst, ptrdiff_t mlinesize, ptrdiff_t alinesize, ptrdiff_t dlinesize, int w, int h, int half, int shift, int offset) premultiply16yuv() argument
199 premultiply16offset(const uint8_t *mmsrc, const uint8_t *aasrc, uint8_t *ddst, ptrdiff_t mlinesize, ptrdiff_t alinesize, ptrdiff_t dlinesize, int w, int h, int half, int shift, int offset) premultiply16offset() argument
222 premultiplyf32(const uint8_t *mmsrc, const uint8_t *aasrc, uint8_t *ddst, ptrdiff_t mlinesize, ptrdiff_t alinesize, ptrdiff_t dlinesize, int w, int h, int half, int shift, int offset) premultiplyf32() argument
245 premultiplyf32offset(const uint8_t *mmsrc, const uint8_t *aasrc, uint8_t *ddst, ptrdiff_t mlinesize, ptrdiff_t alinesize, ptrdiff_t dlinesize, int w, int h, int half, int shift, int offset) premultiplyf32offset() argument
270 unpremultiply8(const uint8_t *msrc, const uint8_t *asrc, uint8_t *dst, ptrdiff_t mlinesize, ptrdiff_t alinesize, ptrdiff_t dlinesize, int w, int h, int half, int max, int offset) unpremultiply8() argument
293 unpremultiply8yuv(const uint8_t *msrc, const uint8_t *asrc, uint8_t *dst, ptrdiff_t mlinesize, ptrdiff_t alinesize, ptrdiff_t dlinesize, int w, int h, int half, int max, int offset) unpremultiply8yuv() argument
316 unpremultiply8offset(const uint8_t *msrc, const uint8_t *asrc, uint8_t *dst, ptrdiff_t mlinesize, ptrdiff_t alinesize, ptrdiff_t dlinesize, int w, int h, int half, int max, int offset) unpremultiply8offset() argument
339 unpremultiply16(const uint8_t *mmsrc, const uint8_t *aasrc, uint8_t *ddst, ptrdiff_t mlinesize, ptrdiff_t alinesize, ptrdiff_t dlinesize, int w, int h, int half, int max, int offset) unpremultiply16() argument
365 unpremultiply16yuv(const uint8_t *mmsrc, const uint8_t *aasrc, uint8_t *ddst, ptrdiff_t mlinesize, ptrdiff_t alinesize, ptrdiff_t dlinesize, int w, int h, int half, int max, int offset) unpremultiply16yuv() argument
391 unpremultiply16offset(const uint8_t *mmsrc, const uint8_t *aasrc, uint8_t *ddst, ptrdiff_t mlinesize, ptrdiff_t alinesize, ptrdiff_t dlinesize, int w, int h, int half, int max, int offset) unpremultiply16offset() argument
417 unpremultiplyf32(const uint8_t *mmsrc, const uint8_t *aasrc, uint8_t *ddst, ptrdiff_t mlinesize, ptrdiff_t alinesize, ptrdiff_t dlinesize, int w, int h, int half, int max, int offset) unpremultiplyf32() argument
444 unpremultiplyf32offset(const uint8_t *mmsrc, const uint8_t *aasrc, uint8_t *ddst, ptrdiff_t mlinesize, ptrdiff_t alinesize, ptrdiff_t dlinesize, int w, int h, int half, int max, int offset) unpremultiplyf32offset() argument
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_ra.h159 unsigned full, half, shared; member
H A Ddisasm-a3xx.c93 bool half; member
H A Dir3_ra_validate.c89 struct file_state half, full, shared; member
/third_party/node/deps/brotli/c/common/
H A Dconstants.h145 uint32_t half; in BrotliCalculateDistanceCodeLimit() local
/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-object-header.h339 const uint16_t& half = in LoadEncoded() local
354 uint16_t& half = part == EncodedHalf::kLow ? encoded_low_ : encoded_high_; in StoreEncoded() local
/third_party/skia/src/core/
H A DSkPixmap.cpp120 SkHalf half = static_cast<const SkHalf*>(srcPtr)[0]; in getAlphaf() local
/third_party/skia/samplecode/
H A DSampleAtlas.cpp52 const SkScalar half = cellSize * SK_ScalarHalf; in make_atlas() local
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DHalf.hpp25 class half class
91 constexpr int half = 1 << (23 - g_sharedexp_mantissabits); in RGB9E5() local
[all...]
/third_party/skia/tests/
H A DTextBlobCacheTest.cpp323 SkBitmap half = draw_blob(blob.get(), surface.get(), {40, y + 0.5f}); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
[all...]
/third_party/skia/third_party/externals/brotli/c/common/
H A Dconstants.h145 uint32_t half; in BrotliCalculateDistanceCodeLimit() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dbtree_benchmark.cc239 const size_t half = kBenchmarkValues / 2; in BM_QueueAddRem() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFragDepthTests.cpp239 int half = de::clamp((int)((float)referenceFrame.getWidth()*0.5f + 0.5f), 0, referenceFrame.getWidth()); in iterate() local
/third_party/vk-gl-cts/framework/common/
H A DtcuFloat.hpp318 deUint64 half = (1ull << (bitDiff - 1)) - 1; in convert() local
363 deUint64 half = (1ull << (bitDiff - 1)) - 1; in convert() local
/base/sensors/sensor/vibration_convert/core/algorithm/conversion/src/
H A Dfft.cpp185 int32_t half = paraRes.numSamples / 2; in AlgRealFFT() local
239 int32_t half = numSamples / 2; in AlgPowerSpectrum() local
[all...]
/third_party/jerryscript/jerry-libm/
H A Dtrig.c38 #define half 5.00000000000000000000e-01 /* 0x3FE00000, 0x00000000 */ macro
1064 #undef half macro
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_glsl450.c173 nir_ssa_def *half = nir_imm_floatN_t(b, 0.5f, x->bit_size); in build_asin() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_double_ops.c181 nir_ssa_def *half = nir_ishr_imm(b, unbiased_exp, 1); in lower_sqrt_rsq() local
/third_party/ltp/lib/
H A Drandom_range.c549 long long med, half, diff; in divider() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcFragDepthTests.cpp237 int half = de::clamp((int)((float)referenceFrame.getWidth() * 0.5f + 0.5f), 0, referenceFrame.getWidth()); in iterate() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDepthRangeTests.cpp232 int half = de::clamp((int)((float)referenceFrame.getWidth()*0.5f + 0.5f), 0, referenceFrame.getWidth()); in iterate() local
/third_party/mesa3d/src/amd/addrlib/src/core/
H A Daddrelemlib.cpp211 UINT_32 half = 1 << (bits - 1); in Flt32sToInt32s() local
/third_party/json/include/nlohmann/detail/input/
H A Dbinary_reader.hpp855 const auto half = static_cast<unsigned int>((byte1 << 8u) + byte2); in parse_cbor_internal() local
2402 const auto half in get_ubjson_value() local
[all...]

Completed in 25 milliseconds

12345