Home
last modified time | relevance | path

Searched defs:half (Results 1 – 25 of 125) 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/jerryscript/jerry-libm/
Dcosh.c53 #define half 0.5 macro
Dsinh.c49 #define half 0.5 macro
/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/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/cmsis/CMSIS/DSP/Source/FastMathFunctions/
Darm_sqrt_q31.c55 q31_t number, temp1, var1, signBits1, half; in arm_sqrt_q31() local
Darm_sqrt_q15.c55 q15_t number, temp1, var1, signBits1, half; in arm_sqrt_q15() 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/flutter/skia/third_party/externals/sdl/src/libm/
Dk_sin.c54 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
/third_party/flutter/skia/tools/timer/
DTimeUtils.h42 double half = period / 2.0; in PingPong() 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/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

12345