Home
last modified time | relevance | path

Searched defs:half (Results 1 – 25 of 121) sorted by relevance

12345

/third_party/ffmpeg/libavfilter/
Dvf_premultiply.c43 int half, depth, offset, max; member
97 int half, int shift, int offset) in premultiply8()
117 int half, int shift, int offset) in premultiply8yuv()
137 int half, int shift, int offset) in premultiply8offset()
157 int half, int shift, int offset) in premultiply16()
180 int half, int shift, int offset) in premultiply16yuv()
203 int half, int shift, int offset) in premultiply16offset()
226 int half, int shift, int offset) in premultiplyf32()
249 int half, int shift, int offset) in premultiplyf32offset()
274 int half, int max, int offset) in unpremultiply8()
[all …]
Dmaskedmerge.h33 int half, depth; member
/third_party/skia/experimental/lowp-basic/
Dlerp-study.cpp42 const int16_t half = 1 << (logPixelScale - 1); in saturating_lerp() local
53 const int16_t half = 1 << (logPixelScale - 1); in ssse3_lerp() local
73 const int16_t half = 1 << logPixelScale; in balanced_lerp() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/fft/
Dgstfft.c51 gint half = (n + 1) / 2; in gst_fft_next_fast_length() local
/third_party/ffmpeg/libavcodec/mips/
Dh264qpel_mmi.c2159 uint8_t half[16]; in ff_put_h264_qpel4_mc10_mmi() local
2173 uint8_t half[16]; in ff_put_h264_qpel4_mc30_mmi() local
2183 uint8_t half[16]; in ff_put_h264_qpel4_mc01_mmi() local
2203 uint8_t half[16]; in ff_put_h264_qpel4_mc03_mmi() local
2323 uint8_t half[16]; in ff_avg_h264_qpel4_mc10_mmi() local
2337 uint8_t half[16]; in ff_avg_h264_qpel4_mc30_mmi() local
2347 uint8_t half[16]; in ff_avg_h264_qpel4_mc01_mmi() local
2367 uint8_t half[16]; in ff_avg_h264_qpel4_mc03_mmi() local
2487 uint8_t half[64]; in ff_put_h264_qpel8_mc10_mmi() local
2501 uint8_t half[64]; in ff_put_h264_qpel8_mc30_mmi() local
[all …]
/third_party/ffmpeg/libavfilter/x86/
Dvf_convolution.asm24 half: dd 0.5 define
/third_party/vk-gl-cts/external/amber/src/src/
Dfloat16_helper_test.cc27 uint16_t half = float16::FloatToHexFloat16(a); in TEST_F() local
/third_party/jerryscript/jerry-libm/
Dcosh.c53 #define half 0.5 macro
Dsinh.c49 #define half 0.5 macro
/third_party/skia/docs/examples/
Dradial_gradient_test.cpp7 SkScalar half = SIZE * 0.5f; in draw() local
Dpong2.cpp8 double half = period / 2.0; in PingPong() local
Dpong.cpp8 double half = period / 2.0; in PingPong() local
/third_party/skia/third_party/externals/swiftshader/src/Common/
DHalf.cpp19 half::half(float fp32) in half() function in sw::half
DHalf.hpp20 class half class
/third_party/skia/third_party/externals/swiftshader/src/System/
DHalf.cpp19 half::half(float fp32) in half() function in sw::half
DHalf.hpp25 class half class
91 constexpr int half = 1 << (23 - g_sharedexp_mantissabits); in RGB9E5() local
/third_party/node/deps/v8/src/heap/cppgc/
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/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timescale/
DCalculateLimits.java76 BigDecimal half = new BigDecimal(units == 1? 0: units / 2 - 1); in main() local
/third_party/FreeBSD/lib/msun/ld128/
Dk_sinl.c24 half = 0.5; variable
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_load_barycentric_at_sample.c59 nir_ssa_def *half = nir_imm_float(b, 0.5); in lower_load_sample_pos() local
/third_party/skia/tools/timer/
DTimeUtils.h43 double half = period / 2.0; in PingPong() local
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_print_constant.c34 midgard_reg_mode reg_mode, bool half, in mir_print_constant_component()
/third_party/openssl/test/
Dpoly1305_internal_test.c1542 size_t half = inlen / 2; in test_poly1305() local
Dsiphash_internal_test.c222 size_t half = inlen / 2; in test_siphash() local
/third_party/ffmpeg/libavcodec/
Dwmv2dsp.c195 uint8_t half[64]; in put_mspel8_mc10_c() local
208 uint8_t half[64]; in put_mspel8_mc30_c() local

12345